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
Track todo item in metadata/client.go:
Verify libvirt domain update info or callbacks status before reset the resource update in progress flag if libvirt is still updating it, the don't reset it.
will need some research here in libvirt. the callbacks in libvirt current don't seem offer this status check. so this will be the best effort approach, i.e. if there is no such functionality, we will force reset it. our logic in the CRI should skip this if the resource level is the same. so this is just for further optimization.
The text was updated successfully, but these errors were encountered:
Track todo item in metadata/client.go:
Verify libvirt domain update info or callbacks status before reset the resource update in progress flag if libvirt is still updating it, the don't reset it.
will need some research here in libvirt. the callbacks in libvirt current don't seem offer this status check. so this will be the best effort approach, i.e. if there is no such functionality, we will force reset it. our logic in the CRI should skip this if the resource level is the same. so this is just for further optimization.
The text was updated successfully, but these errors were encountered: