You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
After #1168,
The status of volume is updated at the poweroff event for VMs. This change makes handle_stale_attach in vmdk_ops useless. Get rid of the this check.
This should indirectly fix #1191. Because metadata reset happens in handle_stale_attach when VM to which a volume is attached isn't found (in shared db mode, the vm might reside on another host and hence won't be able to find)
The text was updated successfully, but these errors were encountered:
Prioritizing #1262 for now to get those test cases implemented. Have made the changes based on last round of reviews, needs testing and then will push the changes again.
After #1168,
The status of volume is updated at the poweroff event for VMs. This change makes handle_stale_attach in vmdk_ops useless. Get rid of the this check.
This should indirectly fix #1191. Because metadata reset happens in handle_stale_attach when VM to which a volume is attached isn't found (in shared db mode, the vm might reside on another host and hence won't be able to find)
The text was updated successfully, but these errors were encountered: