If the VM creation fails and there are libguestfs error entries in the log file, check the libguestfs utilities:
- Connect to the cluster node via SSH.
-
Run the libguestfs diagnostics:
libguestfs-test-tool
-
If the diagnostics failed to run:
-
Remove the /var/tmp/.guestfs-0/ directory:
rm /var/tmp/.guestfs-0 -rf
-
Rerun the diagnostics:
libguestfs-test-tool
-