Hi,
I copied image from old cluster to new cluster by using both tar and rsync. But when I create image by using cm-create-image -d /path -n name. It failed to install package at installing distribution packages. How can I check log or any detail.
Thanks
I’ve recently encountered the same issue. Did you ever discover any logs indicating more information on the image creation process?
Hi,
There will be a log file for cm-create-image in /var/log/ with the name “cm-create-image-.log” where is the name of the software image you’re trying to create.
In this file, you’ll be able to see which packages the tool failed to install.
If you use “-s” option, then the tool will skip installing distribution packages when possible.