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
CA-411477: Fix SM API version check failure (#6552)
When shutdown a VM, xapi will check SM API version to decide if to call
`post_deactivate_hook`. But if the SR has already been unplugged, the
checking will fail.
Solution:
Check if the plugin of the SR still exists. If not, skip the SM API
checking.
0 commit comments