Merge "Fix note in the share manager"

This commit is contained in:
Zuul 2022-01-27 21:10:18 +00:00 committed by Gerrit Code Review
commit 82b9dfe0a6

View File

@ -1076,7 +1076,7 @@ class ShareManager(manager.SchedulerDependentManager):
# NOTE(carloss): For a nondisruptive migration request, we must
# not change the share server, otherwise the share's export
# location will change, disconnecting the user. Disruptive
# migration requests to the driver the share server.
# migration requests the share server from the driver.
if nondisruptive:
dest_share_server = self._get_share_server_dict(
context, share_server)