Displaying 3 results from an estimated 3 matches for "host_observer".
2009 Jun 29
0
[PATCH server] REVISED Vm state change auditing/accounting
...4014613..98a2fbb 100644
--- a/src/config/environment.rb
+++ b/src/config/environment.rb
@@ -82,7 +82,7 @@ Rails::Initializer.run do |config|
# Activate observers that should always be running
# config.active_record.observers = :cacher, :garbage_collector
- config.active_record.observers = :host_observer
+ config.active_record.observers = :host_observer, :vm_observer
end
# Add new inflection rules using the following format
diff --git a/src/db/migrate/039_add_vm_state_audit.rb b/src/db/migrate/039_add_vm_state_audit.rb
new file mode 100644
index 0000000..e9b5076
--- /dev/null
+++ b/src/db/migr...
2009 Jun 24
1
[PATCH server] Vm state change auditing/accounting
...4014613..98a2fbb 100644
--- a/src/config/environment.rb
+++ b/src/config/environment.rb
@@ -82,7 +82,7 @@ Rails::Initializer.run do |config|
# Activate observers that should always be running
# config.active_record.observers = :cacher, :garbage_collector
- config.active_record.observers = :host_observer
+ config.active_record.observers = :host_observer, :vm_observer
end
# Add new inflection rules using the following format
diff --git a/src/db/migrate/039_add_vm_state_audit.rb b/src/db/migrate/039_add_vm_state_audit.rb
new file mode 100644
index 0000000..f16fb8b
--- /dev/null
+++ b/src/db/migr...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply
to this email, as some of the replaced lines are too long, so git
won't let me send the email. However, there is nothing wrong with
that patch, and it should be applied in the sequence listed below.
Note also that I assume this will be tested on a clean f11 install, rather
than an upgrade of an existing ovirt server