Displaying 1 result from an estimated 1 matches for "6e21160".
Did you mean:
662160
2009 Jun 25
0
[PATCH] Extend timeouts on libvirt calls.
...meout => 60 * 2)
+ result = @remote_pool.create(:timeout => 60 * 10)
raise "Error defining pool: #{result.text}" unless result.status == 0
# Refresh qpid object with new properties.
diff --git a/src/task-omatic/taskomatic.rb b/src/task-omatic/taskomatic.rb
index 6e21160..b3c0592 100755
--- a/src/task-omatic/taskomatic.rb
+++ b/src/task-omatic/taskomatic.rb
@@ -258,14 +258,14 @@ class TaskOmatic
# libvirt-qpid sets parentVolume to the name of the parent volume
# if this is an LVM pool, else it leaves it empty.
if pool.parentVolume != ''...