(PROLOG_FAILURE) Error executing image transfer script: Error copying

When I try and start a VM I get the following error in sunstone:

Wed Sep 8 13:22:17 2021: Error executing image transfer script: Error copying one-fe:/var/lib/one//datastores/113/edb0b2a26a198541c6943d181181ab0a to one-node:/var/lib/one//datastores/114/8/disk.0

oned.log

Wed Sep  8 13:22:16 2021 [Z0][ReM][D]: Req:3808 UID:0 one.vm.deploy result SUCCESS, 8
Wed Sep  8 13:22:16 2021 [Z0][ReM][D]: Req:2336 UID:0 IP:127.0.0.1 one.vm.info invoked , 8, false
Wed Sep  8 13:22:16 2021 [Z0][ReM][D]: Req:2336 UID:0 one.vm.info result SUCCESS, "<VM><ID>8</ID><UID>7..."
Wed Sep  8 13:22:17 2021 [Z0][TrM][D]: Message received: TRANSFER FAILURE 8 Error copying one-fe:/var/lib/one//datastores/113/edb0b2a26a198541c6943d181181ab0a to one-node:/var/lib/one//datastores/114/8/disk.0

VM Log:

Wed Sep 8 13:22:16 2021 [Z0][VM][I]: New state is ACTIVE
Wed Sep 8 13:22:16 2021 [Z0][VM][I]: New LCM state is PROLOG
Wed Sep 8 13:22:17 2021 [Z0][TrM][I]: Command execution failed (exit code: 1): /var/lib/one/remotes/tm/shared/clone one-fe:/var/lib/one//datastores/113/edb0b2a26a198541c6943d181181ab0a one-node:/var/lib/one//datastores/114/8/disk.0 8 113
Wed Sep 8 13:22:17 2021 [Z0][TrM][I]: clone: Cloning /var/lib/one//datastores/113/edb0b2a26a198541c6943d181181ab0a in one-node:/var/lib/one//datastores/114/8/disk.0
Wed Sep 8 13:22:17 2021 [Z0][TrM][E]: clone: Command " set -e -o pipefail
Wed Sep 8 13:22:17 2021 [Z0][TrM][I]:
Wed Sep 8 13:22:17 2021 [Z0][TrM][I]: cd /var/lib/one//datastores/114/8
Wed Sep 8 13:22:17 2021 [Z0][TrM][I]: rm -f /var/lib/one//datastores/114/8/disk.0
Wed Sep 8 13:22:17 2021 [Z0][TrM][I]: cp /var/lib/one//datastores/113/edb0b2a26a198541c6943d181181ab0a /var/lib/one//datastores/114/8/disk.0
Wed Sep 8 13:22:17 2021 [Z0][TrM][I]:
Wed Sep 8 13:22:17 2021 [Z0][TrM][I]: " failed: cp: cannot stat '/var/lib/one//datastores/113/edb0b2a26a198541c6943d181181ab0a': No such file or directory
Wed Sep 8 13:22:17 2021 [Z0][TrM][E]: Error copying one-fe:/var/lib/one//datastores/113/edb0b2a26a198541c6943d181181ab0a to one-node:/var/lib/one//datastores/114/8/disk.0
Wed Sep 8 13:22:17 2021 [Z0][TrM][E]: Error executing image transfer script: Error copying one-fe:/var/lib/one//datastores/113/edb0b2a26a198541c6943d181181ab0a to one-node:/var/lib/one//datastores/114/8/disk.0
Wed Sep 8 13:22:17 2021 [Z0][VM][I]: New LCM state is PROLOG_FAILURE

But as oneadmin user I can see the files there.
Also if I just do an SCP it works:

scp -r /var/lib/one//datastores/113/edb0b2a26a198541c6943d181181ab0a one-node:/var/lib/one//datastores/114/8/disk.0

This works fine!!

How can I debug or fix this ?

Hi @jungle,

Please note that datastores 113 and 114 should be configured with SSH transfer mode.

Cheers.