mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	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:
		| @@ -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`; | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user