mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	-Add managed object reference (turns out the value is actually verbatim text, the direct case just looked different from the vcenter approach
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8037 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -557,6 +557,8 @@ sub inv { | ||||
|     } | ||||
|   } | ||||
|   my $vmview = $args{vmview}; | ||||
|   my $moref = $vmview->{mo_ref}->value; | ||||
|   xCAT::SvrUtils::sendmsg("Managed Object Reference: $moref", $output_handler,$node); | ||||
|   my $uuid = $vmview->config->uuid; | ||||
|   xCAT::SvrUtils::sendmsg("UUID/GUID:  $uuid", $output_handler,$node); | ||||
|   my $cpuCount = $vmview->config->hardware->numCPU; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user