From 2102c7d086f8390e2076de2d9731bc5ca4946fca Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Wed, 24 May 2017 23:02:24 -0400 Subject: [PATCH] Expose the rvitals command as part of openbmc support --- xCAT-server/lib/xcat/plugins/openbmc.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/openbmc.pm b/xCAT-server/lib/xcat/plugins/openbmc.pm index d67cf7ca1..9848dc5eb 100644 --- a/xCAT-server/lib/xcat/plugins/openbmc.pm +++ b/xCAT-server/lib/xcat/plugins/openbmc.pm @@ -456,7 +456,6 @@ sub parse_args { } } } elsif ($command eq "rvitals") { - $check = unsupported($callback); if (ref($check) eq "ARRAY") { return $check; } $subcommand = "all" if (!defined($ARGV[0])); unless ($subcommand =~ /^temp$|^voltage$|^wattage$|^fanspeed$|^power$|^leds$|^all$/) { return ([ 1, "Unsupported command: $command $subcommand" ]);