xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH OSSTEST] xl: Use _VerboseCommand for save/restore/migrate
@ 2015-07-17 13:17 Ian Campbell
  2015-07-24 17:00 ` Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Campbell @ 2015-07-17 13:17 UTC (permalink / raw)
  To: ian.jackson; +Cc: Ian Campbell, xen-devel

Additional logging is as useful here as for create.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH OSSTEST] xl: Use _VerboseCommand for save/restore/migrate
  2015-07-17 13:17 [PATCH OSSTEST] xl: Use _VerboseCommand for save/restore/migrate Ian Campbell
@ 2015-07-24 17:00 ` Ian Jackson
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2015-07-24 17:00 UTC (permalink / raw)
  To: Ian Campbell; +Cc: xen-devel

Ian Campbell writes ("[PATCH OSSTEST] xl: Use _VerboseCommand for save/restore/migrate"):
> Additional logging is as useful here as for create.

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-24 17:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-17 13:17 [PATCH OSSTEST] xl: Use _VerboseCommand for save/restore/migrate Ian Campbell
2015-07-24 17:00 ` Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).