I have the following problem, I have implemented an OpenNebula 5.4 HA as indicated by the documentation:
http://docs.opennebula.org/5.4/advanced_components/ha/frontend_ha_setup.html
And I have the following errors when I created a VM, I have been searched all over the web without finding any solution, I hope they can help me.
Thu Sep 28 16:45:45 2017 [Z0][VM][I]: New state is ACTIVE
Thu Sep 28 16:45:45 2017 [Z0][VM][I]: New LCM state is PROLOG
Thu Sep 28 16:45:47 2017 [Z0][TM][I]: Command execution fail: /var/lib/one/remotes/tm/ssh/clone century-node1:/var/lib/one//datastores/1/f3d3b86a9d8892d4dccce2a2a7d28121 century-node2:/var/lib/one//datastores/0/13/disk.0 13 1
Thu Sep 28 16:45:47 2017 [Z0][TM][I]: clone: Cloning century-node1:/var/lib/one//datastores/1/f3d3b86a9d8892d4dccce2a2a7d28121 in /var/lib/one/datastores/0/13/disk.0
Thu Sep 28 16:45:47 2017 [Z0][TM][E]: clone: Command “scp -r century-node1:/var/lib/one//datastores/1/f3d3b86a9d8892d4dccce2a2a7d28121 century-node2:/var/lib/one//datastores/0/13/disk.0” failed: /var/lib/one//datastores/1/f3d3b86a9d8892d4dccce2a2a7d28121: No such file or directory
Thu Sep 28 16:45:47 2017 [Z0][TM][E]: Error copying century-node1:/var/lib/one//datastores/1/f3d3b86a9d8892d4dccce2a2a7d28121 to century-node2:/var/lib/one//datastores/0/13/disk.0
Thu Sep 28 16:45:47 2017 [Z0][TM][I]: ExitCode: 1
Thu Sep 28 16:45:47 2017 [Z0][TM][E]: Error executing image transfer script: Error copying century-node1:/var/lib/one//datastores/1/f3d3b86a9d8892d4dccce2a2a7d28121 to century-node2:/var/lib/one//datastores/0/13/disk.0
Thu Sep 28 16:45:47 2017 [Z0][VM][I]: New LCM state is PROLOG_FAILURE
Thu Sep 28 17:12:16 2017 [Z0][VM][I]: New LCM state is CLEANUP_DELETE
Thu Sep 28 17:12:20 2017 [Z0][VM][I]: New state is DONE
Thu Sep 28 17:12:20 2017 [Z0][VM][I]: New LCM state is LCM_INIT
I hope you can help me.