Fix the remaining review comments from SnapLock patch
This is follow-up patch to fix the few left over comment from patch https://review.opendev.org/c/openstack/manila/+/926049 Closes-Bug: #2079967 Change-Id: I275a3680d3ea6b1b1ea69d78d4b7fecb4f61af03
This commit is contained in:
parent
84ab5df84a
commit
2439d95993
@ -6476,8 +6476,8 @@ class NetAppCmodeClient(client_base.NetAppBaseClient):
|
||||
api_args[na_api_attr] = options.get(share_type_attr)
|
||||
|
||||
if all(value is None for value in api_args.values()):
|
||||
LOG.debug("All SnapLock attributes are None, doesn't"
|
||||
" updated SnapLock attributes")
|
||||
LOG.debug("All SnapLock attributes are None, not"
|
||||
" updating SnapLock attributes")
|
||||
return
|
||||
|
||||
api_args['volume'] = volume_name
|
||||
|
@ -5581,8 +5581,8 @@ class NetAppRestClient(object):
|
||||
options.get(share_type_attr))
|
||||
|
||||
if all(value is None for value in body.values()):
|
||||
LOG.debug("All SnapLock attributes are None, doesn't"
|
||||
" updated SnapLock attributes")
|
||||
LOG.debug("All SnapLock attributes are None, not"
|
||||
" updating SnapLock attributes")
|
||||
return
|
||||
|
||||
volume = self._get_volume_by_args(vol_name=volume_name)
|
||||
|
@ -3114,7 +3114,7 @@ SNAPLOCK_CLOCK_CONFIG_2 = etree.XML("""
|
||||
</compliance-clock-info>
|
||||
</snaplock-node-compliance-clock>
|
||||
</results>""" % {
|
||||
'clock_info': 'not configured'
|
||||
'clock_info': 'ComplianceClock is not configured'
|
||||
})
|
||||
|
||||
FAKE_XML1 = """<options>\
|
||||
|
@ -3,6 +3,6 @@ features:
|
||||
- |
|
||||
NetApp Driver: The NetApp Driver now supports the creation of WORM
|
||||
shares using the SnapLock feature. To create these shares, set the
|
||||
'netapp:snaplock_type' in the share type extra specs, along with the
|
||||
'netapp_snaplock_type' in the share type extra specs, along with the
|
||||
SnapLock related retention period extra specs.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user