Skip to content

Commit 7b8cb9d

Browse files
committed
CA-413209: remove dangling reference to rawhba
And while we're at it remove the other dangling references to ocfs and netapp. Signed-off-by: Mark Syms <[email protected]>
1 parent cd22908 commit 7b8cb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/sm/mpathcount.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from sm.core import xs_errors
2424
from sm.core import mpath_cli
2525

26-
supported = ['iscsi', 'lvmoiscsi', 'rawhba', 'lvmohba', 'ocfsohba', 'ocfsoiscsi', 'netapp', 'gfs2']
26+
supported = ['iscsi', 'lvmoiscsi', 'lvmohba', 'gfs2']
2727

2828
LOCK_TYPE_HOST = "host"
2929
LOCK_NS1 = "mpathcount1"

0 commit comments

Comments
 (0)