'extra_specs': {
'cpg': 'bogus',
'snap_cpg': 'bogus',
- 'hp3par:persona': '1 - Generic'
+ 'hp3par:persona': '2 - Generic-ALUA'
}
}
mock.call.createHost(
self.FAKE_HOST,
FCWwns=['123456789012345', '123456789054321'],
- optional={'domain': None, 'persona': 1}),
+ optional={'domain': None, 'persona': 2}),
mock.call.getHost(self.FAKE_HOST)]
mock_client.assert_has_calls(expected)
mock.call.findHost(iqn='iqn.1993-08.org.debian:01:222'),
mock.call.createHost(
self.FAKE_HOST,
- optional={'domain': None, 'persona': 1},
+ optional={'domain': None, 'persona': 2},
iscsiNames=['iqn.1993-08.org.debian:01:222']),
mock.call.getHost(self.FAKE_HOST)]
mock.call.findHost(iqn='iqn.1993-08.org.debian:01:222'),
mock.call.createHost(
self.FAKE_HOST,
- optional={'domain': None, 'persona': 1},
+ optional={'domain': None, 'persona': 2},
iscsiNames=['iqn.1993-08.org.debian:01:222']),
mock.call.modifyHost(
'fakehost',
This update now requires 3.1.3 MU1 firmware
and hp3parclient 3.1.0
2.0.18 - HP 3PAR manage_existing with volume-type support
+ 2.0.19 - Update default persona from Generic to Generic-ALUA
"""
- VERSION = "2.0.18"
+ VERSION = "2.0.19"
stats = {}
# Valid values for volume type extra specs
# The first value in the list is the default value
valid_prov_values = ['thin', 'full']
- valid_persona_values = ['1 - Generic',
- '2 - Generic-ALUA',
+ valid_persona_values = ['2 - Generic-ALUA',
+ '1 - Generic',
'6 - Generic-legacy',
'7 - HPUX-legacy',
'8 - AIX-legacy',