-Remove verbose debug output from chvm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6384 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
c153c74d36
commit
f5751967b3
@ -582,7 +582,6 @@ sub chvm {
|
||||
my $label;
|
||||
foreach $device (@$devices) {
|
||||
$label = $device->deviceInfo->label;
|
||||
sendmsg("label=$label");
|
||||
if($label =~ /^SCSI controller/) {
|
||||
$scsiCont = $device;
|
||||
}
|
||||
@ -628,8 +627,6 @@ sub chvm {
|
||||
if(@devChanges) {
|
||||
$conargs{deviceChange} = \@devChanges;
|
||||
}
|
||||
use Data::Dumper;
|
||||
sendmsg(Dumper(\%conargs));
|
||||
|
||||
my $reconfigspec = VirtualMachineConfigSpec->new(%conargs);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user