Could not create domain from /var/lib/one//datastores/0/3/deployment.0

tried all images on marketplace. same error

Mon Dec 14 18:52:02 2020 [Z0][VM][I]: New state is ACTIVE
Mon Dec 14 18:52:02 2020 [Z0][VM][I]: New LCM state is PROLOG
Mon Dec 14 18:52:05 2020 [Z0][VM][I]: New LCM state is BOOT
Mon Dec 14 18:52:05 2020 [Z0][VMM][I]: Generating deployment file: /var/lib/one/vms/3/deployment.0
Mon Dec 14 18:52:05 2020 [Z0][VMM][I]: Successfully execute transfer manager driver operation: tm_context.
Mon Dec 14 18:52:05 2020 [Z0][VMM][I]: Successfully execute network driver operation: pre.
Mon Dec 14 18:52:05 2020 [Z0][VMM][I]: Command execution fail: cat << EOT | /var/tmp/one/vmm/kvm/deploy ‘/var/lib/one//datastores/0/3/deployment.0’ ‘dc3-kvm2’ 3 dc3-kvm2
Mon Dec 14 18:52:05 2020 [Z0][VMM][I]: error: Failed to create domain from /var/lib/one//datastores/0/3/deployment.0
Mon Dec 14 18:52:05 2020 [Z0][VMM][I]: error: internal error: Failed to start QEMU binary /usr/libexec/qemu-kvm for probing: qemu-kvm: cannot initialize crypto: Unable to initialize gcrypt
Mon Dec 14 18:52:05 2020 [Z0][VMM][I]:
Mon Dec 14 18:52:05 2020 [Z0][VMM][E]: Could not create domain from /var/lib/one//datastores/0/3/deployment.0
Mon Dec 14 18:52:05 2020 [Z0][VMM][I]: ExitCode: 255
Mon Dec 14 18:52:05 2020 [Z0][VMM][I]: Successfully execute network driver operation: clean.
Mon Dec 14 18:52:05 2020 [Z0][VMM][I]: Failed to execute virtualization driver operation: deploy.
Mon Dec 14 18:52:05 2020 [Z0][VMM][E]: Error deploying virtual machine: Could not create domain from /var/lib/one//datastores/0/3/deployment.0
Mon Dec 14 18:52:05 2020 [Z0][VM][I]: New LCM state is BOOT_FAILURE

SOLVED!
i read the full log and determined that libgcrypt should be upgraded from 1.8.3-4 to 1.8.5.2
yum update libgcrypt

1 Like

Upgrade from the node or from the front end?

Solved and thanks .