From 32708d0a16c33d758b31aed191a9596727073b87 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Mon, 25 Jun 2012 13:14:17 +0200 Subject: [PATCH] Add summary field to OpNodeModifyStorage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: RenΓ© Nussbaumer <rn@google.com> --- lib/opcodes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/opcodes.py b/lib/opcodes.py index 49c6b8111..f9d276048 100644 --- a/lib/opcodes.py +++ b/lib/opcodes.py @@ -1061,6 +1061,7 @@ class OpNodeQueryStorage(OpCode): class OpNodeModifyStorage(OpCode): """Modifies the properies of a storage unit""" + OP_DSC_FIELD = "node_name" OP_PARAMS = [ _PNodeName, _PStorageType, -- GitLab