From f586f6453b3058f5ca72f60a4435bbb42fab9e75 Mon Sep 17 00:00:00 2001 From: phamt Date: Fri, 1 Mar 2013 21:22:14 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/zvm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`; } }