9ecb77bf4b
The share instance doesn't have pool value in host property, We cannot update share instance pool when we restart manila share service, becuase we use share_update DB function to update share instance attribute. Now we are changing share_update to share_instance_update. Change-Id: Ief7e70103ed63bbb2f78d0f9eed8351f8470d414 Closes-Bug: #1684032
9 lines
387 B
YAML
9 lines
387 B
YAML
---
|
|
fixes:
|
|
- When upgrading manila to a new release, if a share driver has added
|
|
support for storage pools in the new release, shares belonging to
|
|
such drivers would be iteratively updated by manila. This is done by
|
|
querying the back end driver for the storage pool that each share is
|
|
hosted within. A bug affecting the database update in this path has
|
|
been fixed.
|