mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bug 13955: increase the retry time for checkssh
status 13955: resolved fixed reviewed-by : edison
This commit is contained in:
parent
8f988b97cb
commit
bd9b52fc3d
@ -248,7 +248,7 @@ public abstract class CitrixResourceBase implements ServerResource, HypervisorRe
|
|||||||
protected String _name;
|
protected String _name;
|
||||||
protected String _username;
|
protected String _username;
|
||||||
protected Queue<String> _password=new LinkedList<String>();
|
protected Queue<String> _password=new LinkedList<String>();
|
||||||
protected final int _retry = 24;
|
protected final int _retry = 100;
|
||||||
protected final int _sleep = 10000;
|
protected final int _sleep = 10000;
|
||||||
protected long _dcId;
|
protected long _dcId;
|
||||||
protected String _pod;
|
protected String _pod;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user