Displaying 3 results from an estimated 3 matches for "task_controller".
2009 Jul 07
1
[PATCH] Set up ovirt-agent so it starts as a daemon
...t
%{_initrddir}/ovirt-mongrel-rails
%{_initrddir}/ovirt-taskomatic
diff --git a/src/ovirt-agent/ovirt-agent.rb b/src/ovirt-agent/ovirt-agent.rb
index ae55e3f..62834b0 100755
--- a/src/ovirt-agent/ovirt-agent.rb
+++ b/src/ovirt-agent/ovirt-agent.rb
@@ -23,6 +23,12 @@ require 'ovirt/controllers/task_controller'
include Daemonize
+class Logger
+ def format_message(severity, timestamp, progname, msg)
+ "#{severity} #{timestamp} (#{$$}) #{msg}\n"
+ end
+end
+
# Monkey patch
class Qmf::SchemaObjectClass
attr_reader :id
@@ -80,16 +86,47 @@ class OvirtAgent < Qmf::AgentHandler...
2009 Jun 16
1
[PATCH server] Fix errors in controller tests.
...troller_test.rb | 2 +-
src/test/functional/nic_controller_test.rb | 2 +-
src/test/functional/permission_controller_test.rb | 5 +++--
src/test/functional/quota_controller_test.rb | 2 +-
src/test/functional/storage_controller_test.rb | 2 +-
src/test/functional/task_controller_test.rb | 2 +-
src/test/functional/vm_controller_test.rb | 2 +-
7 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/src/test/functional/host_controller_test.rb b/src/test/functional/host_controller_test.rb
index caf198d..dc9891c 100644
--- a/src/test/functional/host...
2019 Aug 21
3
CentOS 5 file system read only issue
Hello Everyone,
We are using CentOS 5 system for certain application. Those are VM guests
running in VMware. There is datastore issue occasionally, causing all file
systems becoming read only file systems. So application stop working, and
opened files cannot be written either. We cannot even ssh login to the
system. Typically we had to power cycle the VM. We are trying to add
reliability to the