[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 16/26] ts-host-powercycle: Use a lighter-weight method if available
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- ts-host-powercycle | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ts-host-powercycle b/ts-host-powercycle index 5c1698c7..79a3b711 100755 --- a/ts-host-powercycle +++ b/ts-host-powercycle @@ -33,8 +33,10 @@ our ($whhost) = @ARGV; $whhost ||= 'host'; our $ho= selecthost($whhost); +my $approach_re = qr{(?!.*SSH)}; + if (defined $only) { - power_state($ho, $only); + power_state($ho, $only, $approach_re); } else { - power_cycle($ho); + power_cycle($ho, $approach_re); } -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |