mirror of https://github.com/apache/cloudstack.git
parent
9c031e7f98
commit
3e240d1a00
|
|
@ -102,7 +102,7 @@ public class XenServerResourceNewBase extends XenServer620SP1Resource {
|
|||
}
|
||||
|
||||
|
||||
protected void waitForTask(Connection c, Task task, long pollInterval, long timeout) throws XenAPIException, XmlRpcException, TimeoutException {
|
||||
protected void waitForTask2(Connection c, Task task, long pollInterval, long timeout) throws XenAPIException, XmlRpcException, TimeoutException {
|
||||
long beginTime = System.currentTimeMillis();
|
||||
if (s_logger.isTraceEnabled()) {
|
||||
s_logger.trace("Task " + task.getNameLabel(c) + " (" + task.getType(c) + ") sent to " + c.getSessionReference() + " is pending completion with a " + timeout +
|
||||
|
|
|
|||
Loading…
Reference in New Issue