[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST] xl: Use _VerboseCommand for save/restore/migrate
Additional logging is as useful here as for create. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- Osstest/Toolstack/xl.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Osstest/Toolstack/xl.pm b/Osstest/Toolstack/xl.pm index 3c3d348..becda7d 100644 --- a/Osstest/Toolstack/xl.pm +++ b/Osstest/Toolstack/xl.pm @@ -76,7 +76,7 @@ sub migrate ($$$$) { my $dst = $dho->{Name}; my $gn = $gho->{Name}; target_cmd_root($sho, - $self->{_Command}." migrate $gn $dst", + $self->{_VerboseCommand}." migrate $gn $dst", $timeout); } @@ -84,7 +84,7 @@ sub save ($$$$) { my ($self,$gho,$f,$timeout) = @_; my $ho = $self->{Host}; my $gn = $gho->{Name}; - target_cmd_root($ho,$self->{_Command}." save $gn $f", $timeout); + target_cmd_root($ho,$self->{_VerboseCommand}." save $gn $f", $timeout); } sub restore ($$$$) { @@ -93,7 +93,7 @@ sub restore ($$$$) { my $gn = $gho->{Name}; my $cfg = $self->{RestoreNeedsConfig} ? $gho->{CfgPath} : ''; target_cmd_root($ho, - $self->{_Command} + $self->{_VerboseCommand} ." restore " .$cfg ." $f", $timeout); -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |