Veeam - Unable to attach/detach volume from a VM with a Backup Offering #11511
-
problemHi all. I am experiencing an issue with ACS and Veeam. I have the global setting backup.enable.attach.detach.of.volume enabled. When attempting to attach/detach a volume to an instance that currently has backups and is assigned to a backup offering I get an error "Unable to attach volume to VM i-8-171-VM/2449395c-ee41-4c44-8240-f1243ee15403, please specify a VM that does not have any backups". I confirm that attaching and detaching volumes to instances that are not part of a backup offering works. This should work according to this PR #6581 but I am not sure why I am getting the error even with the global setting backup.enable.attach.detach.of.volume enabled. versionsEnvironment The steps to reproduce the bug
Here's some relevant logs from /var/log/cloudstack/management/management-server.log if these help
What to do about it?I think there is possibly a bug in the code or a version incompatibility mismatch (or possibly something wrong with my environment?). It would be nice if this was fixed if possible thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @justinestruch. Use case of #6581 was to allow But since manual detach is allowed, attach should also be allowed to. This is already fixed in 4.21. |
Beta Was this translation helpful? Give feedback.
-
@abh1sar Thank you I will now close this down I appreciate the info. |
Beta Was this translation helpful? Give feedback.
Hi @justinestruch. Use case of #6581 was to allow
Restore and attach backup volume
action to attach a restored volume to an instance. Support to manually attach a volume was not added.But since manual detach is allowed, attach should also be allowed to. This is already fixed in 4.21.