Fix note in the share manager

Addresses a comment that was added regarding a NOTE introduced by
change [1]

[1] https://review.opendev.org/c/openstack/manila/+/820071

Change-Id: Ib4a03db65552bcfce0b21acd7499d0e1ed88db3e
This commit is contained in:
silvacarloss 2022-01-13 19:22:01 -03:00
parent 5b6197821b
commit 8c25a0b297
1 changed files with 1 additions and 1 deletions

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)