From 2d237e93166b7c9f049db04777ed89dc5065607f Mon Sep 17 00:00:00 2001 From: Helga Velroyen <helgav@google.com> Date: Fri, 26 Apr 2013 16:07:09 +0200 Subject: [PATCH] Fix lint error in cmdlib Was accidentally introduced by commit 912737ba. Signed-off-by: Helga Velroyen <helgav@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> --- lib/cmdlib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cmdlib.py b/lib/cmdlib.py index bba827763..092fda3f0 100644 --- a/lib/cmdlib.py +++ b/lib/cmdlib.py @@ -4505,7 +4505,6 @@ class LUClusterSetParams(LogicalUnit): " because instance '%s' is using it." % (instance.disk_template, instance.name)) - def _SetVgName(self, feedback_fn): """Determines and sets the new volume group name. -- GitLab