Fix option description in DRBD driver

Formatting of the help text for one of the config options
resulted in sample config output having incorrect indentation.
This just reformats the help text to not include indentation.

Change-Id: I98542e1a9acff914a3045ff4610a7b989d7dd9b2
This commit is contained in:
Sean McGinnis 2018-05-18 09:47:47 -05:00
parent ae4f3eab3d
commit b642d0bffc
1 changed files with 5 additions and 5 deletions

View File

@ -98,11 +98,11 @@ drbd_opts = [
help='Volume resize completion wait plugin.'),
cfg.BoolOpt('drbdmanage_devs_on_controller',
default=True,
help='''If set, the c-vol node will receive a useable
/dev/drbdX device, even if the actual data is stored on
other nodes only.
This is useful for debugging, maintenance, and to be
able to do the iSCSI export from the c-vol node.''')
help='If set, the c-vol node will receive a useable '
'/dev/drbdX device, even if the actual data is stored on '
'other nodes only. '
'This is useful for debugging, maintenance, and to be '
'able to do the iSCSI export from the c-vol node.')
# TODO(PM): offsite_redundancy?
# TODO(PM): choose DRBDmanage storage pool?
]