Displaying 2 results from an estimated 2 matches for "ece60dc".
2009 Sep 24
0
[PATCH server] Make volume finding more robust.
...volume finding for cobbler iso images mounted on nfs.
Signed-off-by: Ian Main <imain at redhat.com>
---
src/task-omatic/taskomatic.rb | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/task-omatic/taskomatic.rb b/src/task-omatic/taskomatic.rb
index 96b2ec4..ece60dc 100755
--- a/src/task-omatic/taskomatic.rb
+++ b/src/task-omatic/taskomatic.rb
@@ -223,7 +223,13 @@ class TaskOmatic
volume = @session.object(:class => 'volume',
'key' => volume_key,
'storagePool' =...
2009 Nov 04
4
[PATCH server] Update daemons to use new QMF.
....objects(:object_id => result.pool)
raise "Error finding newly created remote pool." unless @remote_pool
# we need this because we don't want to "build" LVM pools, which would
diff --git a/src/task-omatic/taskomatic.rb b/src/task-omatic/taskomatic.rb
index ece60dc..13cf5af 100755
--- a/src/task-omatic/taskomatic.rb
+++ b/src/task-omatic/taskomatic.rb
@@ -23,7 +23,7 @@ $: << File.join(File.dirname(__FILE__), "../dutils")
$: << File.join(File.dirname(__FILE__), ".")
require 'rubygems'
-require 'qpid'
+require...