From 8c25a0b2973c197aeaa1120f3f0698a393e1cad2 Mon Sep 17 00:00:00 2001 From: silvacarloss Date: Thu, 13 Jan 2022 19:22:01 -0300 Subject: [PATCH] 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 --- manila/share/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manila/share/manager.py b/manila/share/manager.py index 91ba3a2bb3..2b6dc55830 100644 --- a/manila/share/manager.py +++ b/manila/share/manager.py @@ -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)