From a5ea31642712a4f3503439e3ed921ea4681af6a0 Mon Sep 17 00:00:00 2001 From: wangxiaopeng Date: Sun, 12 Jun 2016 21:27:51 -0400 Subject: [PATCH] issue 1292: added missing attribute disable for taskstate table --- perl-xCAT/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index cfc75585c..8e90b5fb6 100755 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -1704,7 +1704,7 @@ passed as argument rather than by table value', }, }, taskstate => { - cols => [qw(node command state pid reserve)], + cols => [qw(node command state pid reserve disable)], keys => [qw(node)], table_desc => 'The task state for the node.', descriptions => {