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:
parent
016c25940a
commit
f586f6453b
@ -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`;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user