[glusterfs] don't reinit volume list on deletion

We don't need to re-initialize the volumes list
on deletion, it still makes sense to add a missing
volume to the list, going by the reasoning defined
in I14835f6c54376737b41cbf78c94908ea1befde15

Related-Bug: #1894362
Change-Id: I96d49f84122a34701328909c929ede4d66746911
(cherry picked from commit 914d873774)
(cherry picked from commit 2ad9bcc1b4)
(cherry picked from commit 312e4d1665)
This commit is contained in:
Goutham Pacha Ravi 2020-11-24 15:32:11 -08:00
parent bff8a0d99e
commit 8f5a3f4ffb
1 changed files with 1 additions and 2 deletions

View File

@ -435,9 +435,8 @@ class GlusterfsVolumeMappedLayout(layout.GlusterfsShareLayoutBase):
gmgr.set_vol_option(USER_MANILA_SHARE, 'NONE')
gmgr.set_vol_option('nfs.disable', 'on')
# When deleting the share instance, we need to
# When deleting the share instance, we may need to
# update'self.gluster_used_vols' again
self.gluster_used_vols = set()
self.gluster_used_vols.add(gmgr.qualified)
self._push_gluster_vol(gmgr.qualified)
except exception.GlusterfsException: