Error executing image transfer script: Error copying

Hello guys.

I have a problem with the implementation of opennebula in CentOS 8. When I go to start my virtual app Ttylinux - KVM-11. The vm stays in PROLOG_FAILURE state and throw this error

Tue Jun 1 18:47:11 2021:


var/lib/one//datastores/1/b8911c9da181cd34e1e86018feb112fa to backend:/var/lib/one//datastores/0/11/disk.0

The error log:

Tue Jun 1 18:47:10 2021 [Z0][VM][I]: New state is ACTIVE
Tue Jun 1 18:47:10 2021 [Z0][VM][I]: New LCM state is PROLOG
Tue Jun 1 18:47:11 2021 [Z0][TrM][I]: Command execution failed (exit code: 2): /var/lib/one/remotes/tm/ssh/clone localhost:/var/lib/one//datastores/1/b8911c9da181cd34e1e86018feb112fa backend:/var/lib/one//datastores/0/11/disk.0 11 1
Tue Jun 1 18:47:11 2021 [Z0][TrM][I]: clone: Cloning /var/lib/one//datastores/1/b8911c9da181cd34e1e86018feb112fa in /var/lib/one//datastores/0/11/disk.0
Tue Jun 1 18:47:11 2021 [Z0][TrM][E]: clone: Command " set -e -o pipefail
Tue Jun 1 18:47:11 2021 [Z0][TrM][I]:
Tue Jun 1 18:47:11 2021 [Z0][TrM][I]: if [ -d “/var/lib/one//datastores/1/b8911c9da181cd34e1e86018feb112fa.snap” ]; then
Tue Jun 1 18:47:11 2021 [Z0][TrM][I]: SRC_SNAP=“b8911c9da181cd34e1e86018feb112fa.snap”
Tue Jun 1 18:47:11 2021 [Z0][TrM][I]: fi
Tue Jun 1 18:47:11 2021 [Z0][TrM][I]:
Tue Jun 1 18:47:11 2021 [Z0][TrM][I]: tar -C /var/lib/one//datastores/1 --transform=“flags=r;s|b8911c9da181cd34e1e86018feb112fa|disk.0|” -cSf - b8911c9da181cd34e1e86018feb112fa $SRC_SNAP | ssh backend “tar -xSf - -C /var/lib/one//datastores/0/11"” failed: Warning: Permanently added ‘localhost’ (ECDSA) to the list of known hosts.
Tue Jun 1 18:47:11 2021 [Z0][TrM][I]: tar: b8911c9da181cd34e1e86018feb112fa: Cannot stat: No such file or directory
Tue Jun 1 18:47:11 2021 [Z0][TrM][I]: tar: Exiting with failure status due to previous errors
Tue Jun 1 18:47:11 2021 [Z0][TrM][E]: Error copying /var/lib/one//datastores/1/b8911c9da181cd34e1e86018feb112fa to backend:/var/lib/one//datastores/0/11/disk.0
Tue Jun 1 18:47:11 2021 [Z0][TrM][E]: Error executing image transfer script: Error copying /var/lib/one//datastores/1/b8911c9da181cd34e1e86018feb112fa to backend:/var/lib/one//datastores/0/11/disk.0
Tue Jun 1 18:47:11 2021 [Z0][VM][I]: New LCM state is PROLOG_FAILURE

I have a host whit CentOS8 successfully added.

You should use hostnames. “localhost” is the local host , but depending on which server you are running the command…

BR,
Anton