VM creation failed. XPath empty

Thanks for your reply,

everything is ok on my side.
virsh -c qemu:///system list --all
show only our test vm not opennebula vm.

and as root :

grep -i oneadmin -r /etc/libvirt/*
/etc/libvirt/qemu.conf:user = "oneadmin"
/etc/libvirt/qemu.conf:group = "oneadmin"

I’ve checked the deployment.x file in /var/lib/one/datastore/100/6
I see that no information about ceph auth like:

<auth username='libvirt'>
        <secret type='ceph' uuid='47961330-cd81-458e-a426-c6dec192f0f1'/>
</auth>

I had this information on the datastore ceph, and it’s present on the file ds.xml.
I’ve always the same message:

Tue Dec 19 09:20:34 2023 [Z0][VMM][I]: Command execution fail (exit code: 255): cat << 'EOT' | /var/tmp/one/vmm/kvm/deploy '/var/lib/one//datastores/100/6/deployment.4' 'onenode01' 6 onenode01
Tue Dec 19 09:20:34 2023 [Z0][VMM][I]: XPath set is empty
Tue Dec 19 09:20:34 2023 [Z0][VMM][I]: error: Failed to create domain from /var/lib/one//datastores/100/6/deployment.4
Tue Dec 19 09:20:34 2023 [Z0][VMM][I]: error: internal error: process exited while connecting to monitor: 2023-12-19T08:20:34.189974Z qemu-kvm-one: -blockdev {"driver":"rbd","pool":"one","image":"one-1-6-0","server":[{"host":"172.16.5.1","port":"6789"},{"host":"172.16.5.2","port":"6789"},{"host":"172.16.5.3","port":"6789"}],"node-name":"libvirt-2-storage","cache":{"direct":true,"no-flush":false},"auto-read-only":true,"discard":"unmap"}: error connecting: Operation not supported
Tue Dec 19 09:20:34 2023 [Z0][VMM][I]: Could not create domain from /var/lib/one//datastores/100/6/deployment.4
Tue Dec 19 09:20:34 2023 [Z0][VMM][I]: ExitCode: 255
Tue Dec 19 09:20:34 2023 [Z0][VMM][I]: ExitCode: 0
Tue Dec 19 09:20:34 2023 [Z0][VMM][I]: Successfully execute network driver operation: clean.
Tue Dec 19 09:20:34 2023 [Z0][VMM][I]: Failed to execute virtualization driver operation: deploy.
Tue Dec 19 09:20:34 2023 [Z0][VMM][E]: DEPLOY: XPath set is empty error: Failed to create domain from /var/lib/one//datastores/100/6/deployment.4 error: internal error: process exited while connecting to monitor: 2023-12-19T08:20:34.189974Z qemu-kvm-one: -blockdev {"driver":"rbd","pool":"one","image":"one-1-6-0","server":[{"host":"172.16.5.1","port":"6789"},{"host":"172.16.5.2","port":"6789"},{"host":"172.16.5.3","port":"6789"}],"node-name":"libvirt-2-storage","cache":{"direct":true,"no-flush":false},"auto-read-only":true,"discard":"unmap"}: error connecting: Operation not supported Could not create domain from /var/lib/one//datastores/100/6/deployment.4 ExitCode: 255
Tue Dec 19 09:20:34 2023 [Z0][VM][I]: New LCM state is BOOT_FAILURE

I don’t understand the message: XPath set is empty

We’ve succeeded to create vm manually using ceph disk on the host.

Thanks for your help
Olivier