From ca175714e361f9d54ac7a51e479899956e40538b Mon Sep 17 00:00:00 2001 From: lissav Date: Sun, 15 Aug 2010 11:10:53 +0000 Subject: [PATCH] add comments for comment and disable attribute git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7093 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index b0c151ee1..195c447e7 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -822,7 +822,9 @@ performance => { timestamp => 'The time at which the metric was captured.', node => 'The node name.', attrname => 'The metric name.', - attrvalue => 'The metric value.' + attrvalue => 'The metric value.', + comments => 'Any user-provided notes.', + disable => "Set to 'yes' or '1' to comment out this row.", }, },