put comment that disable flag should not be used in the eventlog and auditlog, tabprune will not work if they do
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5716 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
cbf519cce3
commit
02b636ae8c
@ -811,7 +811,7 @@ eventlog => {
|
||||
message => 'The full description of the event.',
|
||||
rawdata => ' The data that associated with the event. ', # in RMC, it's the attribute value, it takes the format of attname=attvalue[,atrrname=attvalue....]
|
||||
comments => 'Any user-provided notes.',
|
||||
disable => "Set to 'yes' or '1' to comment out this row.",
|
||||
disable => "Do not use. tabprune will not work if set to yes or 1",
|
||||
},
|
||||
},
|
||||
|
||||
@ -833,7 +833,7 @@ auditlog => {
|
||||
args => 'The command argument list.',
|
||||
status => 'Allowed or Denied.',
|
||||
comments => 'Any user-provided notes.',
|
||||
disable => "Set to 'yes' or '1' to comment out this row.",
|
||||
disable => "Do not use. tabprune will not work if set to yes or 1",
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user