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
Right now the PowerFlex driver is issuing nvme disconnect-all to disconnect from the NVMe/TCP subsystems. However this might produce a conflict if LXD isn't the only user of NVMe/TCP on this host or another storage driver like Pure is used in parallel to PowerFlex.
We can adapt the same techniques as they are performed in the Pure driver to connect to each individual subsystem's address.
Those addresses can be queried from PowerFlex by listing the SDT's availble for the used storage pool.
The text was updated successfully, but these errors were encountered:
roosterfish
changed the title
Let PowerFlex disconnect from specific targest instead of all
Let PowerFlex disconnect from specific targets instead of all
Jan 17, 2025
Right now the PowerFlex driver is issuing
nvme disconnect-all
to disconnect from the NVMe/TCP subsystems. However this might produce a conflict if LXD isn't the only user of NVMe/TCP on this host or another storage driver like Pure is used in parallel to PowerFlex.We can adapt the same techniques as they are performed in the Pure driver to connect to each individual subsystem's address.
Those addresses can be queried from PowerFlex by listing the SDT's availble for the used storage pool.
The text was updated successfully, but these errors were encountered: