Displaying 4 results from an estimated 4 matches for "0374f07".
Did you mean:
007407
2009 Aug 12
0
[PATCH node] drop collectd startup reordering hack
....4-2.fc11
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
Makefile.am | 1 -
ovirt-node.spec.in | 10 ----------
scripts/collectd | 1 -
3 files changed, 0 insertions(+), 12 deletions(-)
delete mode 100644 scripts/collectd
diff --git a/Makefile.am b/Makefile.am
index 0374f07..419cdf1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,6 @@ EXTRA_DIST = \
ovirt-node-selinux.fc \
images/grub-splash.xpm.gz \
images/syslinux-vesa-splash.jpg \
- scripts/collectd \
scripts/collectd.conf.in \
scripts/ovirt \
scripts/ovirt-awake \
diff --git a/ovi...
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.
...de.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
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,6 +46,7 @@ EXTRA_DIST = \
scripts/ovirt-functions \
scripts/ovirt-install-node-stateful \
scripts/ovirt-install-node-stateless \
+ scripts/ovirt-managed-rsyslog \
scripts/persist \
scripts/unpersist...
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
2009 Jul 31
2
RFC: This patch is not being submitted for ACK...
...just looking for some feedback on the direction I'm going.
The code won't get all the way to the define stage since I'm in
the middle of retrofitting it to use virtinst instead of a home
spun node definition.