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
xapi-storage-script maintains a state.db which is loaded on startup
every time. This state.db contains currently attached SRs, and this
information can be used later on by xapi to decide whether to plug a PBD
in.
This information is correctly updated when adding an attached SR in, but
not when removing an SR. This will cause problems when an SR is
detached, followed by a toolstack restart. As now xapi-storage-script
still thinks that SR is attached, but in fact it is not.
Signed-off-by: Vincent Liu <[email protected]>
0 commit comments