Unable to establish a secure connection to the Management Server.
"""
FAKE_ERROR_MSG = FAKE_ERROR_MSG.replace('\n', ' ')
- FAKE_MIGRATE_PROPETY = """\
+ FAKE_MIGRATE_PROPERTY = """\
Source LU Name: volume-f6247ae1-8e1c-4927-aa7e-7f8e272e5c3d
Source LU ID: 63950
Dest LU Name: volume-f6247ae1-8e1c-4927-aa7e-7f8e272e5c3d_dest
"""
results = [(FAKE_ERROR_MSG, 255),
[SUCCEED,
- (FAKE_MIGRATE_PROPETY, 0),
+ (FAKE_MIGRATE_PROPERTY, 0),
('The specified source LUN is not currently migrating',
23)]]
fake_cli = self.driverSetup(commands, results)
commands = [self.testData.MIGRATION_CMD(),
self.testData.MIGRATION_VERIFY_CMD(1)]
- FAKE_MIGRATE_PROPETY = """\
+ FAKE_MIGRATE_PROPERTY = """\
Source LU Name: volume-f6247ae1-8e1c-4927-aa7e-7f8e272e5c3d
Source LU ID: 63950
Dest LU Name: volume-f6247ae1-8e1c-4927-aa7e-7f8e272e5c3d_dest
Percent Complete: 100
Time Remaining: 0 second(s)
"""
- results = [SUCCEED, [(FAKE_MIGRATE_PROPETY, 0),
+ results = [SUCCEED, [(FAKE_MIGRATE_PROPERTY, 0),
('The specified source LUN is not '
'currently migrating',
23)]]
commands = [self.testData.MIGRATION_CMD(5, 5),
self.testData.MIGRATION_VERIFY_CMD(5)]
- FAKE_MIGRATE_PROPETY = """\
+ FAKE_MIGRATE_PROPERTY = """\
Source LU Name: volume-f6247ae1-8e1c-4927-aa7e-7f8e272e5c3d
Source LU ID: 63950
Dest LU Name: volume-f6247ae1-8e1c-4927-aa7e-7f8e272e5c3d_dest
Percent Complete: 100
Time Remaining: 0 second(s)
"""
- results = [SUCCEED, [(FAKE_MIGRATE_PROPETY, 0),
+ results = [SUCCEED, [(FAKE_MIGRATE_PROPERTY, 0),
('The specified source LUN is not '
'currently migrating',
23)]]
help='Naviseccli Path.'),
cfg.StrOpt('storage_vnx_pool_name',
default=None,
- help='Storage pool name'),
+ help='Storage pool name.'),
cfg.StrOpt('san_secondary_ip',
default=None,
help='VNX secondary SP IP Address.'),
cfg.IntOpt('default_timeout',
default=60 * 24 * 365,
help='Default Time Out For CLI operations in minutes. '
+ 'For example, LUN migration is a typical long '
+ 'running operation, which depends on the LUN size and '
+ 'the load of the array. '
+ 'An upper bound in the specific deployment can be set to '
+ 'avoid unnecessary long wait. '
'By default, it is 365 days long.'),
cfg.IntOpt('max_luns_per_storage_group',
default=255,
# Naviseccli Path. (string value)
#naviseccli_path=
-# Storage pool name (string value)
+# Storage pool name. (string value)
#storage_vnx_pool_name=<None>
# VNX secondary SP IP Address. (string value)
#san_secondary_ip=<None>
-# Default Time Out For CLI operations in minutes. By default,
-# it is 365 days long. (integer value)
+# Default Time Out For CLI operations in minutes. For example,
+# LUN migration is a typical long running operation, which
+# depends on the LUN size and the load of the array. An upper
+# bound in the specific deployment can be set to avoid
+# unnecessary long wait. By default, it is 365 days long.
+# (integer value)
#default_timeout=525600
# Default max number of LUNs in a storage group. By default,