search for: arroy

Displaying 20 results from an estimated 22 matches for "arroy".

Did you mean: array
2010 Mar 15
0
[PATCH] Updated the list of ignored files and fixed whitespace issues.
...cache config.h config.h.in +config.log +config.status configure depcomp +.deps +install-sh +missing +stamp-h1 +*.o +*.patch +*~ + +src/matahari +src/qmf diff --git a/AUTHORS b/AUTHORS index 2fac0a7..834b11a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,7 @@ Current Maintainer: -Arjun Roy <arroy at redhat.com> +Arjun Roy <arroy at redhat.com> +Darryl L. Pierce <dpierce at redhat.com> Contributors: diff --git a/ChangeLog b/ChangeLog index 28d63da..0d3f3e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,4 +20,3 @@ v 0.0.1 Initial version using autotools. Tracks N...
2010 May 13
0
[PATCH matahari] Moving QMF functionality into a transport layer.
...al void reboot() = 0; }; #endif // __HOST_H diff --git a/src/host_transport.cpp b/src/host_transport.cpp new file mode 100644 index 0000000..ab89912 --- /dev/null +++ b/src/host_transport.cpp @@ -0,0 +1,33 @@ +/* host_transport.cpp - Copyright (C) 2009 Red Hat, Inc. + * Written by Arjun Roy <arroy at redhat.com> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * This program is distributed in the hope that it will be useful,...
2010 May 19
2
Squashed commits...
Refactoring the previous patch ended up creating two deltas. This patch pushes them both together into a single commit.
2010 Apr 19
1
[PATCH matahari] Removes all code for the previous CPUWrapper class.
...irst) matahari_SOURCES = \ - cpu.cpp \ - cpu.h \ hal.cpp \ hal.h \ host.cpp \ diff --git a/src/cpu.cpp b/src/cpu.cpp deleted file mode 100644 index 453c571..0000000 --- a/src/cpu.cpp +++ /dev/null @@ -1,216 +0,0 @@ -/* cpu.cpp - Copyright (C) 2009 Red Hat, Inc. - * Written by Arjun Roy <arroy at redhat.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful,...
2009 Jul 13
1
[PATCH: server] Added qmf matahari example to ovirt-server.
Just a quick script modeled after the libvirt-qpid example that dumps all connected ovirt-node hardware info to standard out, for debug purposes. --- src/qmf-matahari.example.rb | 50 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 50 insertions(+), 0 deletions(-) create mode 100644 src/qmf-matahari.example.rb diff --git a/src/qmf-matahari.example.rb
2009 Jul 08
2
[PATCH: ovirt-identify-node replacement 0/1] Node Image Patch
The purpose of this patch is to add the matahari qmf agent package (http://git.et.redhat.com/?p=matahari.git;a=summary) to the node image. Matahari is a qmf agent that publishes hardware information to an amqp broker, replacing functionality from ovirt-identify-node. However, since the capability is not ovirt specific, the agent is maintained as a separate project (see link above). Dependencies
2010 Apr 26
2
Patch supercedes previous patch...
In looking at the code I realized that the last of the HAL depenencies were removed with this patch. So, I'm pushing an updated patch that contains none of the HAL code in it.
2010 Apr 26
0
[PATCH matahari] Created the NetworkDevice agent.
...tup(ManagementAgent* agent, Manageable* parent); + void update() const; +}; + +#endif diff --git a/src/nic.cpp b/src/nic.cpp deleted file mode 100644 index 040ca67..0000000 --- a/src/nic.cpp +++ /dev/null @@ -1,297 +0,0 @@ -/* nic.cpp - Copyright (C) 2009 Red Hat, Inc. - * Written by Arjun Roy <arroy at redhat.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful,...
2009 Jul 10
2
[PATCH: node 0/3] replace ovirt-identify-node with matahari
This patchset removes ovirt-identify-node and ovirt-listen awake. It adds startup script support for the matahari qmf agent, which takes over the responsibility for communicating node hardware capabilities to the ovirt-server. On the server side, host-browser has had its node identification functionality replaced by a new script, host-register, which is what interfaces with the matahari qmf agent
2010 Apr 15
1
[PATCH matahari] Refactored the Host agent.
...return Manageable::STATUS_NOT_IMPLEMENTED; + processors.update(); } diff --git a/src/host.h b/src/host.h index 148c91f..c19da3e 100644 --- a/src/host.h +++ b/src/host.h @@ -1,3 +1,6 @@ +#ifndef __HOST_H +#define __HOST_H + /* host.h - Copyright (C) 2009 Red Hat, Inc. * Written by Arjun Roy <arroy at redhat.com> * @@ -32,67 +35,25 @@ using namespace std; using qpid::management::Manageable; -class HostWrapper : public Manageable +class HostAgent : public Manageable { - static HostWrapper *hostSingleton; - - friend ostream& operator<<(ostream &output, const HostW...
2010 May 24
0
[PATCH matahari] Moves the CPU properties into the Host API space.
...gned long timestamp); }; diff --git a/src/qmf/processorsagent.cpp b/src/qmf/processorsagent.cpp deleted file mode 100644 index c1703de..0000000 --- a/src/qmf/processorsagent.cpp +++ /dev/null @@ -1,49 +0,0 @@ -/* processorsagent.cpp - Copyright (C) 2009 Red Hat, Inc. - * Written by Arjun Roy <arroy at redhat.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful,...
2009 Jul 10
2
[PATCH: server 0/3] Add host-register.rb (replaces host-browser.rb in part)
Removes node identification functionality from host-browser.rb and adds a new script, host-register.rb, that takes over that functionality. The chief difference is that host-browser used a simple TCP server setup to get data from the node, while host-register uses the qpid bus to do so. Specifically, it communicates with the matahari qmf agent added to the node in two related patchsets to node
2009 Jul 27
1
[PATCH server] Added ovirt-host-register to ovirt_ctl convenience script.
--- scripts/ovirt_ctl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/ovirt_ctl b/scripts/ovirt_ctl index a42d997..22d66fe 100755 --- a/scripts/ovirt_ctl +++ b/scripts/ovirt_ctl @@ -6,7 +6,7 @@ SERVICE_CMD=/sbin/service CHKCONFIG_CMD=/sbin/chkconfig -SERVICES=( ovirt-db-omatic ovirt-host-browser \ +SERVICES=( ovirt-db-omatic ovirt-host-browser
2009 Jul 31
2
[PATCH server] Removed workaround for qmf bug that yielded 0 cpus and 0 nics for nodes from time to time.
The original bug report is filed here: http://issues.apache.org/jira/browse/QPID-1973 The svn revision 975209 and onwards for qpid contains the fix. --- src/host-browser/host-register.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/host-browser/host-register.rb b/src/host-browser/host-register.rb index 57c11b7..06d8553 100755 ---
2009 Aug 07
1
[PATCH server] Fixed db-omatic to update the host for a running vm when the object_props callback is fired.
This fixes a bug where if db-omatic restarted, any running vm lost the association with the host it is running on in the db. --- src/db-omatic/db_omatic.rb | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/db-omatic/db_omatic.rb b/src/db-omatic/db_omatic.rb index b5b7b81..d2540e1 100755 --- a/src/db-omatic/db_omatic.rb +++ b/src/db-omatic/db_omatic.rb @@
2009 Aug 10
0
[PATCH server] Fixed db-omatic so it doesn't die due to unhandled exceptions related to saving db objects in update_host_state and update_domain_state.
The underlying issue has to do with optimistic locking for active record, and contention between db-omatic and task-omatic. That still needs to be fixed, especially since contention issues might get worse when the two daemons are made multithreaded. --- src/db-omatic/db_omatic.rb | 22 +++++++++++++++++++--- 1 files changed, 19 insertions(+), 3 deletions(-) diff --git
2009 Jul 21
1
[PATCH server] Fixed db-omatic so it doesn't segfault because of newer qmf api.
--- src/db-omatic/db_omatic.rb | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/db-omatic/db_omatic.rb b/src/db-omatic/db_omatic.rb index 155ff5e..b5b7b81 100755 --- a/src/db-omatic/db_omatic.rb +++ b/src/db-omatic/db_omatic.rb @@ -270,10 +270,10 @@ class DbOmatic < Qpid::Qmf::Console end def object_props(broker, obj) - target =
2009 Aug 10
1
[PATCH server] Fixed db-omatic so it doesn't die due to an unhandled ActiveRecord::StaleObjectError exception.
The error is caused by the save! method updating an object that another thread (most likely in taskomatic) already updated. In the case of this race condition, we retry saving. However, a proper fix would involve fixing the locking. --- src/db-omatic/db_omatic.rb | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git a/src/db-omatic/db_omatic.rb
2009 Aug 11
1
[PATCH node] Added support for remote logging with rsyslog-gssapi to node. NOTE: Needs selinux to be set to permissive (setenforce 0) to work.
TODO: Fix selinux :P --- Makefile.am | 1 + ovirt-node.spec.in | 3 ++ scripts/ovirt | 3 ++ scripts/ovirt-managed-rsyslog | 72 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 79 insertions(+), 0 deletions(-) create mode 100755 scripts/ovirt-managed-rsyslog diff --git a/Makefile.am b/Makefile.am index 0374f07..5201a79 100644
2009 Aug 11
0
[PATCH server] Added support for remote logging with rsyslog-gssapi to server.
Nodes will use rsyslog to forward their logs to the server in /var/log/remote. --- installer/modules/ovirt/files/rsyslog.conf | 65 ++++++++++++++++++++ installer/modules/ovirt/manifests/ovirt.pp | 26 ++++++++ .../modules/ovirt/templates/ovirt-dns.conf.erb | 1 + ovirt-server.spec.in | 3 + scripts/ovirt-rsyslog-kerbsetup