2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-04 20:40:09 +00:00

Merge pull request #1293 from daniceexi/lsdef_a

issue 1292: added missing attribute disable for taskstate table
This commit is contained in:
chenglch 2016-06-13 14:36:26 +08:00 committed by GitHub
commit 7e12588861

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