Added range column into print output.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15354 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2013-03-01 21:22:14 +00:00
parent 016c25940a
commit f586f6453b

View File

@ -6972,7 +6972,7 @@ sub inventoryHypervisor {
if ($space eq "all" || !$space) {
$str = `ssh $::SUDOER\@$hcp "$::SUDO cat $::ZFCPPOOL/$pool.conf"`;
} else {
$str = "#status,wwpn,lun,size,owner,channel,tag\n";
$str = "#status,wwpn,lun,size,range,owner,channel,tag\n";
$str .= `ssh $::SUDOER\@$hcp "$::SUDO cat $::ZFCPPOOL/$pool.conf" | egrep -i $space`;
}
}