Error executing image transfer script: Error creating

Hello,

I’m trying to do a VM migration between 2 hosts.
But I get this error messages:

Fri May 23 09:24:41 2025 [Z0][VM][I]: New LCM state is PROLOG_MIGRATE_POWEROFF
Fri May 23 09:24:43 2025 [Z0][TrM][I]: Command execution failed (exit code: 1): /var/lib/one/remotes/tm/ssh/mv 10.1.72.1:/var/lib/one//datastores/0/49 10.1.72.3:/var/lib/one//datastores/0/49 49 0
Fri May 23 09:24:43 2025 [Z0][TrM][I]: Error creating /var/lib/one/datastores/0/.monitor at 10.1.72.3: bash: line 12: /var/lib/one/datastores/.monitor: Permission denied
Fri May 23 09:24:43 2025 [Z0][TrM][E]: Error executing image transfer script: Error creating /var/lib/one/datastores/0/.monitor at 10.1.72.3: bash: line 12: /var/lib/one/datastores/.monitor: Permission denied
Fri May 23 09:24:43 2025 [Z0][VM][I]: New LCM state is PROLOG_MIGRATE_POWEROFF_FAILURE

The strange thinks is the path mentioned on the destination:
/var/lib/one/datastores/.monitor

It seems to miss the 0 between datastores and .monitor on the destionation path.

Can someone help me ?

Thanks in advance,
Benjamin

Make sure the oneadmin user in both the target and source node owns everything at /var/lib/one/.

Great, it was the issue.

Thanks a lot !