sureshanaparti commented on issue #12218:
URL: https://github.com/apache/cloudstack/issues/12218#issuecomment-3636797682
@leo79901 can you share the agent log from kvm host while restoring from the
backup (for NFS and Linstor storages)? I think, for Linstor the restore volume
path might be incorrect, it shouldn't be /mnt..., correct?
```
{
"org.apache.cloudstack.backup.RestoreBackupCommand": {
"vmName": "i-2-65-VM",
"backupPath": "i-2-64-VM/2025.12.10.08.53.42",
"backupRepoType": "nfs",
"backupRepoAddress": " 10.89.52.101:/nfs_with_vdo/acs-dev",
"backupVolumesUUIDs": [
"0c3785e2-9473-4c5f-89d7-7c9e449e8bc7"
],
"restoreVolumePools": [
{
"uuid": "732a881b-916f-4601-bb16-c5da58831047",
"name": "Linstor",
"id": "1",
"poolType": "Linstor",
"host": "http://10.89.52.111:3370",
"path": "cloudstack",
"port": "3370",
"url":
"Linstor://http://10.89.52.111:3370/cloudstack/?ROLE=Primary&STOREUUID=732a881b-916f-4601-bb16-c5da58831047",
"isManaged": "false"
}
],
"restoreVolumePaths": [
"/mnt/732a881b-916f-4601-bb16-c5da58831047/d16d7121-1dc7-4588-9c3d-d141581c485a"
],
"vmExists": "true",
"vmState": "Restoring",
"mountTimeout": "30",
"wait": "0",
"bypassHostMainten ance": "false"
}
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]