mirror of https://github.com/apache/cloudstack.git
CheckOnHostCommand: add missing timeout setting (#9677)
This commit is contained in:
parent
21416cd403
commit
afc95f1ccc
|
|
@ -35,8 +35,7 @@ public class CheckOnHostCommand extends Command {
|
|||
}
|
||||
|
||||
public CheckOnHostCommand(Host host, boolean reportCheckFailureIfOneStorageIsDown) {
|
||||
super();
|
||||
this.host = new HostTO(host);
|
||||
this(host);
|
||||
this.reportCheckFailureIfOneStorageIsDown = reportCheckFailureIfOneStorageIsDown;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue