Displaying 1 result from an estimated 1 matches for "a2188d7".
Did you mean:
2188,7
2009 May 28
0
[PATCH server] Use fixed mount points and add timeouts to various calls.
...latest ruby-qpid which is now
in the ovirt repo.
Signed-off-by: Ian Main <imain at redhat.com>
---
src/task-omatic/task_storage.rb | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/src/task-omatic/task_storage.rb b/src/task-omatic/task_storage.rb
index a2188d7..4961b83 100644
--- a/src/task-omatic/task_storage.rb
+++ b/src/task-omatic/task_storage.rb
@@ -129,7 +129,7 @@ class LibvirtPool
end
if @remote_pool == nil
- result = node.storagePoolDefineXML(@xml.to_s)
+ result = node.storagePoolDefineXML(@xml.to_s, :timeout => 60 * 2)...