search for: task_storag

Displaying 8 results from an estimated 8 matches for "task_storag".

Did you mean: task_storage
2009 Jul 31
0
[TAKE-2][PATCH 1/5] Add glusterfs to task-omatic API for task_storage
--- src/task-omatic/task_storage.rb | 50 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 50 insertions(+), 0 deletions(-) diff --git a/src/task-omatic/task_storage.rb b/src/task-omatic/task_storage.rb index 8165818..77b0166 100644 --- a/src/task-omatic/task_storage.rb +++ b/src/task-omatic/task_storage.rb @@ -202,6 +...
2009 Jul 09
1
[PATCH 1/5 ovirt-server] Add glusterfs to task-omatic API for {task_storage,utils}
--- src/task-omatic/task_storage.rb | 50 +++++++++++++++++++++++++++++++++++++++ src/task-omatic/utils.rb | 40 +++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+), 0 deletions(-) diff --git a/src/task-omatic/task_storage.rb b/src/task-omatic/task_storage.rb index 77363ac..97ae4fc 100644 --- a/src/task-...
2009 May 28
0
[PATCH server] Use fixed mount points and add timeouts to various calls.
...s the new :timeout keyword argument for various operations that could take a while. This should fix the 'seq' timeout problem we've been seeing. This requires the 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 LibvirtPo...
2009 Jun 25
0
[PATCH] Extend timeouts on libvirt calls.
This patch increases the timeout value on taskomatic calls so that we get back the real libvirt errors instead of just having qmf timeout. Signed-off-by: Ian Main <imain at redhat.com> --- src/task-omatic/task_storage.rb | 6 +++--- src/task-omatic/taskomatic.rb | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/task-omatic/task_storage.rb b/src/task-omatic/task_storage.rb index 77363ac..8165818 100644 --- a/src/task-omatic/task_storage.rb +++ b/src/task-omatic/task_stora...
2009 May 31
2
Storage problem latest build
...d then in tasks "wrong number of arguments (1 for 2)". taskomatic log shows : ERROR Sun May 31 10:30:37 +0200 2009 (28807) Task action processing failed: ArgumentError: wrong number of arguments (1 for 2) ERROR Sun May 31 10:30:37 +0200 2009 (28807) /usr/share/ovirt-server/task-omatic/./task_storage.rb:34:in `factory'/usr/share/ovirt-server/task-omatic/./task_storage.rb:34:in `get_libvirt_lvm_pool_from_volume'/usr/share/ovirt-server/task-omatic/taskomatic.rb:722:in `task_create_volume'/usr/share/ovirt-server/task-omatic/taskomatic.rb:907:in `mainloop'/usr/share/ovirt-server/ta...
2009 May 29
0
[PATCH server] Add more debugging to storage tasks
This patch adds more debug calling in storage related tasks. Signed-off-by: Ian Main <imain at redhat.com> --- src/task-omatic/task_storage.rb | 29 ++++++++++++++++++----------- src/task-omatic/taskomatic.rb | 18 +++++++++--------- 2 files changed, 27 insertions(+), 20 deletions(-) diff --git a/src/task-omatic/task_storage.rb b/src/task-omatic/task_storage.rb index cdc0043..bfffa36 100644 --- a/src/task-omatic/task_storage.rb...
2009 Sep 30
2
Few questions about oVirt install.
...sk action processing failed: RuntimeError: Timed out waiting for method to respond ERROR Wed Sep 30 17:09:10 +0300 2009 (1991) /usr/lib/ruby/site_ruby/ 1.8/qpid/qmf.rb:1324:in `invoke'/usr/lib/ruby/site_ruby/1.8/ qpid/qmf.rb:1218:in `method_missing'/usr/share/ovirt-server/task- omatic/./task_storage.rb:158:in `connect'/usr/share/ovirt-serve r/task-omatic/taskomatic.rb:640:in `task_refresh_pool'/usr/share/ovirt- server/task-omatic/taskomatic.rb:916:in `mainloop'/usr/sh are/ovirt-server/task-omatic/taskomatic.rb:890:in `each'/usr/share/ ovirt-server/task-omatic/taskomatic.rb:8...
2009 Nov 04
4
[PATCH server] Update daemons to use new QMF.
...d-off-by: Ian Main <imain at redhat.com> --- src/db-omatic/db_omatic.rb | 111 ++++++------- src/host-browser/host-register.rb | 337 ++++++++++++++++++++----------------- src/libvirt-list.rb | 31 +++-- src/matahari-list.rb | 33 +++-- src/task-omatic/task_storage.rb | 10 +- src/task-omatic/taskomatic.rb | 81 +++++---- 6 files changed, 323 insertions(+), 280 deletions(-) diff --git a/src/db-omatic/db_omatic.rb b/src/db-omatic/db_omatic.rb index c400097..686ad71 100755 --- a/src/db-omatic/db_omatic.rb +++ b/src/db-omatic/db_omatic.rb @@ -3,18 +3...