fermosan commented on issue #10049: URL: https://github.com/apache/cloudstack/issues/10049#issuecomment-2530048186
The error for qcow2 format is caused (in my case) on the NFS server impementation of protocol 4.0. Reverting to protocol 3.0 solves the issue. I believe it has to do something with sparse file support on the NFS server side. Maybe is a good idea to have a DEBUG flag (with appropriate changes in the script as well) on the cloudstack config section for the backup plugin. Other backup plugins have already implemented such functionality for debugging purposes. Also, an update of the documentation for the plugin to indicate that the NFS server must not use squash and anonymous uid/gid. In my case it was also breaking the creation of backup since virsh was trying to chown to root/root the backup files. -- 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]
