|
|
6b4347 |
From bca7ea48b5ab9e7ac1d16a5b1e729ab4814539b9 Mon Sep 17 00:00:00 2001
|
|
|
6b4347 |
From: Andy Grover <agrover@redhat.com>
|
|
|
6b4347 |
Date: Mon, 7 Oct 2013 15:32:27 -0700
|
|
|
6b4347 |
Subject: [PATCH] Turn off unsupported fabrics
|
|
|
6b4347 |
|
|
|
6b4347 |
Signed-off-by: Andy Grover <agrover@redhat.com>
|
|
|
6b4347 |
---
|
|
|
6b4347 |
rtslib/fabric.py | 6 +++---
|
|
|
6b4347 |
1 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
6b4347 |
|
|
|
6b4347 |
diff --git a/rtslib/fabric.py b/rtslib/fabric.py
|
|
|
6b4347 |
index e84e1b9..07acf24 100644
|
|
|
6b4347 |
--- a/rtslib/fabric.py
|
|
|
6b4347 |
+++ b/rtslib/fabric.py
|
|
|
6b4347 |
@@ -441,11 +441,11 @@ fabric_modules = {
|
|
|
6b4347 |
"srpt": SRPTFabricModule,
|
|
|
6b4347 |
"iscsi": ISCSIFabricModule,
|
|
|
6b4347 |
"loopback": LoopbackFabricModule,
|
|
|
6b4347 |
- "qla2xxx": Qla2xxxFabricModule,
|
|
|
6b4347 |
- "sbp": SBPFabricModule,
|
|
|
6b4347 |
+# "qla2xxx": Qla2xxxFabricModule,
|
|
|
6b4347 |
+# "sbp": SBPFabricModule,
|
|
|
6b4347 |
"tcm_fc": FCoEFabricModule,
|
|
|
6b4347 |
# "usb_gadget": USBGadgetFabricModule, # very rare, don't show
|
|
|
6b4347 |
- "vhost": VhostFabricModule,
|
|
|
6b4347 |
+# "vhost": VhostFabricModule,
|
|
|
6b4347 |
}
|
|
|
6b4347 |
|
|
|
6b4347 |
#
|
|
|
6b4347 |
--
|
|
|
6b4347 |
1.7.1
|
|
|
6b4347 |
|