mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-18 17:20:19 +00:00
Merge pull request #1293 from daniceexi/lsdef_a
issue 1292: added missing attribute disable for taskstate table
This commit is contained in:
@@ -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 => {
|
||||
|
Reference in New Issue
Block a user