[pve-devel] [RFC v3 pve-ha-manager 1/8] TestHardware: add 'reboot' and 'shutdown' command
Dietmar Maurer
dietmar at proxmox.com
Wed Dec 16 10:39:38 CET 2015
> > + my $nstatus = $cstatus->{$node} || die "no node status for node
> > '$node'";
> > + my $shutdown = $nstatus->{shutdown};
> maybe better:
>
> my $shutdown = $nstatus->{shutdown} || '';
fixed, thanks!
More information about the pve-devel
mailing list