abh1sar commented on issue #10487: URL: https://github.com/apache/cloudstack/issues/10487#issuecomment-2731302195
@kladderadeng NFS share is mounted the same way in offline and online backup. I think the difference is that qemu blockdev-add (started by virsh backup-begin) during online backup might be running as a different user, while offline backup does qemu-img convert which runs as root. if the backup directory has the owner nobody, it might fail for the qemu user, which might be the reason for the error. Best practice would be to set the owner of the backup directory as root and use maproot->root or no_root_squash. -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org