From f7e41aa27e7b32cd9ee5828935d190e6d8d1d9ba Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Mon, 26 Oct 2009 14:28:20 +0900 Subject: [PATCH] Fix gnt-node modify-volume This was broken by me in 064c21f, sorry! Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- scripts/gnt-node | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gnt-node b/scripts/gnt-node index 418f02cb5..564c125b2 100755 --- a/scripts/gnt-node +++ b/scripts/gnt-node @@ -676,7 +676,7 @@ commands = { [ArgNode(min=1, max=1), ArgChoice(min=1, max=1, choices=_MODIFIABLE_STORAGE_TYPES), ArgFile(min=1, max=1)], - [], + [ALLOCATABLE_OPT], "<node_name> <storage_type> <name>", "Modify storage volume on a node"), 'repair-volume': ( RepairVolume, -- GitLab