Disk Image missing

Hello team, I am facing some problem which is given as log attached. I am new to this platform so I am not able to understand at all what is the problem. I am need your help

root@one:~# tail -f /var/log/one/23.log
Sun Jun 1 14:39:11 2025 [Z0][TrM][E]: clone: Command " cp /var/lib/one/datastores/104/9d9f81f5bd61b8a11fde000d98cbab45 /var/lib/one/datastores/107/23/disk.0
Sun Jun 1 14:39:11 2025 [Z0][TrM][I]: " failed: cp: cannot stat ‘/var/lib/one/datastores/104/9d9f81f5bd61b8a11fde000d98cbab45’: No such file or directory
Sun Jun 1 14:39:11 2025 [Z0][TrM][I]: Error copying one:/var/lib/one//datastores/104/9d9f81f5bd61b8a11fde000d98cbab45 to 172.16.10.32:/var/lib/one/datastores/107/23/disk.0
Sun Jun 1 14:39:11 2025 [Z0][TrM][E]: Error executing image transfer script: INFO: clone: Cloning /var/lib/one/datastores/104/9d9f81f5bd61b8a11fde000d98cbab45 in 172.16.10.32:/var/lib/one/datastores/107/23/disk.0 ERROR: clone: Command " cp /var/lib/one/datastores/104/9d9f81f5bd61b8a11fde000d98cbab45 /var/lib/one/datastores/107/23/disk.0 " failed: cp: cannot stat ‘/var/lib/one/datastores/104/9d9f81f5bd61b8a11fde000d98cbab45’: No such file or directory Error copying one:/var/lib/one//datastores/104/9d9f81f5bd61b8a11fde000d98cbab45 to 172.16.10.32:/var/lib/one/datastores/107/23/disk.0

Hello @bdmonowar,

For further questions on the forum, please check if you can resume the issue in a few words and put it as title (it will make it easier for reading purposes and for forum visibility).

Regarding your question, the error indicates that OpenNebula is attempting to clone a disk image but cannot locate the source file

This typically occurs when the source image is missing or has been deleted from the datastore. I would suggest the following:

  1. Verify the Image File
  2. Check Image Registration
  3. Review VM Template
  4. Recreate the Image
  5. Retry VM Deployment

Let us know if that fixes the issue, or you still are blocked with the missing Disk Image

Cheers,