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:
commit
7e12588861
@ -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 => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user