abh1sar commented on issue #12218:
URL: https://github.com/apache/cloudstack/issues/12218#issuecomment-3645523814

   @leo79901 thanks for the detailed info.
   
   There are 3 notable cases:
   1. Source VM on Linstor and Destination VM on NFS -> Failed with Backup File 
doesn't exist.
   2. Source VM on NFS and Destination VM on Linstor -> Backup file exists but 
copying the backup file to the destination volume path failed.
   3. Source VM on NFS and Destination VM on NFS -> This was successful
   
   NAS Bnr plugin currently only supports VMs running on NFS, Ceph, Shared 
mount point or the local storage. The plugin is treating the Linstor pool like 
an NFS pool and is creating the backup and restore path incorrectly for it.
   
   Could you execute these two commands please?
   These will tell us how the volume path in Linstor differs from what NAS BnR 
is using and what we need to do so that the NAS BnR plugin supports Linstor as 
well.
   
   1. On the kvm host: `virsh -c qemu:///system domblklist i-2-91-VM --details`
   2. On the NAS backup repository `10.89.52.101` : `ls 
/nfs_with_vdo/acs-dev/i-2-91-VM/2025.12.12.15.21.22`
   
   
   


-- 
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]

Reply via email to