diff --git a/xCAT-server/lib/xcat/plugins/zvm.pm b/xCAT-server/lib/xcat/plugins/zvm.pm index fa0bf16c7..745a82883 100644 --- a/xCAT-server/lib/xcat/plugins/zvm.pm +++ b/xCAT-server/lib/xcat/plugins/zvm.pm @@ -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`; } }