From 5068f7999dae517021aba1ef2a185db430dc98ba Mon Sep 17 00:00:00 2001 From: daniceexi Date: Thu, 7 Nov 2013 23:02:31 -0500 Subject: [PATCH] changed the description for column name powermgt in mic table --- perl-xCAT/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 27d55a9fa..3e24192fd 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -1476,7 +1476,7 @@ mic => { bridge => 'The virtual bridge on the host node which the mic connected to.', onboot => 'Set mic to autoboot when mpss start. Valid values: yes|no. Default is yes.', vlog => 'Set the Verbose Log to console. Valid values: yes|no. Default is no.', - powermgt => 'Set the Power Management for mic node. The value must be the [cpufreq=]![corec6=]![pc3=]![pc6=].', + powermgt => 'Set the Power Management for mic node. This attribute is used to set the power management state that mic may get into when it is idle. Four states can be set: cpufreq, corec6, pc3 and pc6. The valid value for powermgt attribute should be [cpufreq=]![corec6=]![pc3=]![pc6=]. e.g. cpufreq=on!corec6=off!pc3=on!pc6=off. Refer to the doc of mic to get more information for power management.', comments => 'Any user-provided notes.', disable => "Do not use. tabprune will not work if set to yes or 1", },