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
Copy file name to clipboardExpand all lines: drivers/LVMoHBASR.py
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
# along with this program; if not, write to the Free Software Foundation, Inc.,
16
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
17
#
18
-
# LVHDoISCSISR: LVHD over Hardware HBA LUN driver, e.g. Fibre Channel or
18
+
# LVMoISCSISR: LVM over Hardware HBA LUN driver, e.g. Fibre Channel or
19
19
# hardware based iSCSI
20
20
#
21
21
@@ -47,7 +47,7 @@
47
47
['allocation', 'Valid values are thick or thin (optional, defaults to thick)']]
48
48
49
49
DRIVER_INFO= {
50
-
'name': 'LVHD over FC',
50
+
'name': 'LVM over FC',
51
51
'description': 'SR plugin which represents disks as VHDs on Logical Volumes within a Volume Group created on an HBA LUN, e.g. hardware-based iSCSI or FC support',
0 commit comments