NVMe-oF doesn't disconnect
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
os-brick |
Fix Released
|
Medium
|
Unassigned |
Bug Description
The current os-brick code doesn't disconnect NVMe-oF volumes when the ``disconnect_
This results in the kernel reporting errors like this:
Feb 15 14:50:16 localhost.
Feb 15 14:50:16 localhost.
Feb 15 14:50:27 localhost.
Feb 15 14:50:27 localhost.
Feb 15 14:50:27 localhost.
Feb 15 14:50:27 localhost.
And by default there are 60 retries, one each 10 seconds, which take 10 minutes to complete.
During this time we cannot reconnect that same volume to that same host.
The issue was introduced in Change-Id I5f73ec4287f6ab
Changed in os-brick: | |
importance: | Undecided → Medium |
There's a patch up for review to fix this issue: https:/ /review. opendev. org/c/openstack /os-brick/ +/825310