Merge "Fix some typos in comments"
This commit is contained in:
@@ -6946,7 +6946,7 @@ class DellSCSanAPITestCase(test.TestCase):
|
||||
mock_find_qos.assert_any_call(primaryqos)
|
||||
mock_find_qos.assert_any_call(secondaryqos, 102)
|
||||
self.assertEqual(sclivevol, ret)
|
||||
# Make sure sync flipped and that we set HighAvailablity.
|
||||
# Make sure sync flipped and that we set HighAvailability.
|
||||
expected = {'SyncMode': 'HighAvailability',
|
||||
'SwapRolesAutomaticallyEnabled': False,
|
||||
'SecondaryStorageCenter': 102,
|
||||
|
||||
@@ -49,7 +49,7 @@ class VirtualPool(common.CoprHDResource):
|
||||
"""Makes REST API call to query the vpool by name and type.
|
||||
|
||||
This function will take the VPOOL name and type of VPOOL
|
||||
as input and get uri of the first occurence of given VPOOL.
|
||||
as input and get uri of the first occurrence of given VPOOL.
|
||||
|
||||
:param name: Name of the VPOOL
|
||||
:param vpooltype: Type of the VPOOL {'block'}
|
||||
|
||||
Reference in New Issue
Block a user