Merge "Hitachi: fix to output resource lock message correctly"

This commit is contained in:
Zuul 2022-09-14 16:50:42 +00:00 committed by Gerrit Code Review
commit 68600f3f15
2 changed files with 7 additions and 1 deletions

View File

@ -377,7 +377,7 @@ class RestApiClient():
message, errobj=errobj)
return False, rsp_body, errobj
else:
LOG.debug("The resource group to which the operation object ",
LOG.debug("The resource group to which the operation object "
"belongs is being locked by other software.")
return True, rsp_body, errobj

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Hitachi driver `bug #1989176
<https://bugs.launchpad.net/cinder/+bug/1989176>`_:
Fixed Hitachi driver to output a message for resource lock correctly.