Displaying 4 results from an estimated 4 matches for "ovirtnod".
Did you mean:
ovirtnode
2011 Jul 25
1
ovirt (git) build removes ovirtnode.password
...e doing something wrong. I built ovirt-node-image from git using
instructions at https://fedorahosted.org/ovirt/wiki/Build (note: the -b
next should be removed from the wiki)
Anyway, moving on. I successfully created an ovirt-node-image.iso, but
when I boot off it, the first boot fails with ovirtnode.password being
missing. I can see in recipe/ovirt-node-image.ks that it recursively
removes *.py etc files but I couldn't find anywhere where it was actually
meant to compile the ovirtnode python code - ie. All of
/usr/lib/python2.7/site-packages/ovirtnode/*.py are removed as part of the
iso...
2011 Jul 23
0
[PATCH] move dracut config and patching to spec
...+ [ -x /bin/plymouth ] && /bin/plymouth --show-splash
+ fi
+
+ getarg ro && liverw=ro
diff --git a/dracut/ovirt-dracut.conf b/dracut/ovirt-dracut.conf
new file mode 100644
index 0000000..e2f8eec
--- /dev/null
+++ b/dracut/ovirt-dracut.conf
@@ -0,0 +1 @@
+add_dracutmodules+="ovirtnode multipath"
diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index 4bb7baf..33a903d 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -48,6 +48,11 @@ Requires: python-gudev
Requires: PyPAM
Requires: ethtool
Requires: cracklib-python
+Requires: dra...
2010 Oct 26
0
[PATCH node] add logging.py
...rors of level crit and higher in a special file.
+uucp,news.crit /var/log/spooler
+
+# Save boot messages also to boot.log
+local7.* /var/log/boot.log
+
+\$WorkDirectory /var/spool/rsyslog
+\$ActionQueueFileName ovirtNode
+\$ActionQueueMaxDiskSpace 10m
+\$ActionQueueSaveOnShutdown on
+\$ActionQueueType LinkedList
+\$ActionResumeRetryCount -1
+*.* %(delim)s%(server)s:s(port)s
+"""
+
+
+def ovirt_rsyslog(server, port, protocol):
+ if protocol == "tcp":
+ DELIM="@@"
+ el...
2011 Aug 11
1
[PATCH] fix augtool calls
parse input augtool strings to oper,key,value
---
scripts/network.py | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/scripts/network.py b/scripts/network.py
index f51ee7c..65b551c 100644
--- a/scripts/network.py
+++ b/scripts/network.py
@@ -165,11 +165,11 @@ class Network:
ntpconf = ntpconf.split("\n")
for line