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 => {