From 02b636ae8cee729deac8dd3dddf2d0f3641dc399 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 8 Apr 2010 15:22:30 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/Schema.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index a23fb407d..8f937c23e 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -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", }, },