2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-11-01 11:52:31 +00:00

issue 1292: added missing attribute disable for taskstate table

This commit is contained in:
wangxiaopeng
2016-06-12 21:27:51 -04:00
parent 2d193ad6bf
commit a5ea316427

View File

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