mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 05:12:30 +00:00 
			
		
		
		
	Added option under rinv to collect z/VM user profile names.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16862 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		@@ -2839,6 +2839,12 @@ sub listVM {
 | 
			
		||||
        $out = `ssh $::SUDOER\@$hcp "$::SUDO $::DIR/smcli Image_Disk_Query -T $userId -k $vdasd"`;
 | 
			
		||||
        xCAT::zvmUtils->printSyslog("smcli Image_Disk_Query -T $userId -k $vdasd");
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    # Get user profile names
 | 
			
		||||
    elsif ( $args->[0] eq "--userprofilenames" ) {
 | 
			
		||||
        # This is no longer supported in lsvm. Using inventoryHypervisor instead.
 | 
			
		||||
        inventoryHypervisor( $callback, $node, $args );
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    # Get zFCP disk pool configuration
 | 
			
		||||
    elsif ( $args->[0] eq "--zfcppool" ) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user