Displaying 20 results from an estimated 1000 matches similar to: "[PATCH node-image] add /var/lib/dnsmasq to rwtab"
2009 Sep 28
1
[PATCH node-image] update rwtab entries for /live, /boot, and /var/lib/random-seed
This fixes a few boot,install and reboot items
- creates and adds entries in rwtab.d/ovirt for /live and /boot
- unblacklists /boot so the directory is there on boot
- touches random-seed to fix a reboot error
---
common-blacklist.ks | 2 +-
common-post.ks | 5 +++++
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/common-blacklist.ks b/common-blacklist.ks
index
2009 Jul 22
1
[PATCH][NODE] Cleanup old bridges when re-running o-c-networking
From: Michael Burns <mburns at redhat.com>
Detects and removes existing bridges named breth*
Resolves rhbz#513062
Signed-off-by: Michael Burns <mburns at redhat.com>
---
scripts/ovirt-config-networking | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/scripts/ovirt-config-networking b/scripts/ovirt-config-networking
index cc7626b..837d493 100755
---
2009 Sep 01
1
[PATCH node-image] readonly rootfs setup
This completes the read only rootfs, all needed writable directories are in the tmpfs.
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
common-post.ks | 12 ++++++++++++
ovirt-node-image.ks | 1 +
2 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/common-post.ks b/common-post.ks
index 0c0a3f4..44a0270 100644
--- a/common-post.ks
+++ b/common-post.ks
@@ -146,3
2009 Jun 12
1
[PATCH node] o-c-config will only run when local storage is configured. rhbz#505560
o-c-config checks to see if local storage is configured prior to
starting. If local storage is not configured then it reports an error
and exits.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt-config-logging | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/scripts/ovirt-config-logging b/scripts/ovirt-config-logging
index
2009 Sep 08
2
[PATCH node-image] Add ability to set persistent ssh_host_keys on the node, usefull if you run diskless instance of ovirt-node
From: root <root at chappy.(none)>
---
ovirt-node-image.ks | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/ovirt-node-image.ks b/ovirt-node-image.ks
index 802b6a5..d698497 100644
--- a/ovirt-node-image.ks
+++ b/ovirt-node-image.ks
@@ -55,6 +55,22 @@ if [ -f "ovirt-authorized_keys" ]; then
chmod 644
2009 Jun 25
1
[PATCH node] Fixes when a removable media is removed. bz#507455
If a device is a removeable media device, then o-c-storage will now
check if there's media present before attempting to get the storage size
for the device.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt-config-storage | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/scripts/ovirt-config-storage b/scripts/ovirt-config-storage
index
2009 Jul 21
1
[PATCH node] updated unpersist prompts bz512539
---
scripts/ovirt-functions | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/scripts/ovirt-functions b/scripts/ovirt-functions
index 404c366..7657bae 100644
--- a/scripts/ovirt-functions
+++ b/scripts/ovirt-functions
@@ -508,8 +508,16 @@ remove_config() {
if [ -f /config$f ]; then
# refresh the file in rootfs if it was
2009 Jul 22
1
[PATCH ovirt-node-image] alias vi to vi + restorecon
fixes a problem with editing a bindmounted file with vi. The file will not
retain the same selinux context due to the way vi copies files around.
Resolves rhbz#509082
---
common-post.ks | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/common-post.ks b/common-post.ks
index 8a4940a..c85be15 100644
--- a/common-post.ks
+++ b/common-post.ks
@@ -131,6 +131,11 @@ sed -i
2009 Sep 03
1
ovirt documentation
Good morning,
I am following instruction on http://ovirt.org/install-instructions.html to
install ovirt.
I read I must run:
yum install --enablerepo=rawhide ovirt-server ovirt-server-installer
ovirt-node-image ovirt-node-image-pxe
but ovirt-node-image and ovirt-node-image-pxe are not on rawhide repo.
Where can I find them ?
Thanks
2009 Sep 17
1
New push candidate with feedback from apevec...
This patch removes the attempt at setting nodeadmin to be root's shell.
2009 Jul 14
1
[PATCH node] Filters out all non-physical networking devices.
This patch will scan through the list of devices that have the net.80203
capability. It will then also ensure that only those which originate
from a physical device and are not logical devices are presented.
Resolves: rhbz#511369
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt-config-networking | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff
2009 Jun 18
2
[PATCH node-image] Keep nls_utf8.ko module on node-image
resolves: rhbz:504741 - nls utf8 kmod missing causes
error messages during firstboot configuration
---
common-blacklist.ks | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/common-blacklist.ks b/common-blacklist.ks
index 48f30a6..eb59014 100644
--- a/common-blacklist.ks
+++ b/common-blacklist.ks
@@ -49,14 +49,16 @@ done
# the following are lists of kernel
2009 Jul 15
1
[PATCH node] Changes the exit/continue based on context.
If the script is run during the system startup then it says "Continue
with stateless boot".
If the script is run from the command line then it says "Quite and
Exit".
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt-config-setup | 22 ++++++++++++++++++++--
scripts/ovirt-firstboot | 2 +-
2 files changed, 21 insertions(+), 3 deletions(-)
[PATCH node-image] Fix create-ovirt-iso-nodes to allow manual specification of network bridge to use
2009 Jul 05
2
[PATCH node-image] Fix create-ovirt-iso-nodes to allow manual specification of network bridge to use
Since create-ovirt-network script has been deprecated (was part of
ovirt-appliance repo) we can't default to bridge on the host of ovirtbr0 for
doing fake node testing. So default to network:default and allow manual override
to something like bridge:breth0
Signed-off-by: Perry Myers <pmyers at redhat.com>
---
create-ovirt-iso-nodes | 11 +++++++----
1 files changed, 7 insertions(+),
2009 Jul 21
2
[PATCH node-image] Adds a preserve option for autotest VMs.
If the -p option is provided, then no VMs are destroyed. Instead they,
and their related networks, are left intact.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
autotest.sh | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/autotest.sh b/autotest.sh
index c9f8a2d..b72ec98 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -219,6 +219,9 @@
2009 Jun 18
1
[PATCH node] Users can view log files on the node. bz#506289
Adds a new menu item which launches a separate script. That separate
script presents a list of log files to the user.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
Makefile.am | 1 +
ovirt-node.spec.in | 3 +++
scripts/ovirt-config-view-logs | 37 +++++++++++++++++++++++++++++++++++++
3 files changed, 41 insertions(+), 0 deletions(-)
2010 Feb 24
5
New Storage related patches
This set of patches introduces support for multipath devices for
storage. Comments and suggestions are appreciated.
Mike
2009 May 21
1
[PATCH node] display descriptions for all disks
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
scripts/ovirt-config-storage | 31 +++++++++++++++++++------------
1 files changed, 19 insertions(+), 12 deletions(-)
diff --git a/scripts/ovirt-config-storage b/scripts/ovirt-config-storage
index be5aec0..671ad7d 100755
--- a/scripts/ovirt-config-storage
+++ b/scripts/ovirt-config-storage
@@ -36,15 +36,17 @@ logging_min_size=5
2009 Sep 26
10
Adding handling for Multipath storage devices
The following patches introduce support for multipath and cciss devices to the ovirt-node and node-image. Comments are appreciated.
These patches assume that the 3 patches (2 node, 1 node-image) from Joey are all incorporated.
Mike
2009 May 19
1
[PATCH node-image] Fixing the autotest script.
The test_stateless_pxe_nohd test was broken. Fixed.
Result code was not matching the success/failure state for the tests.
Fixed.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
autotest.sh | 115 +++++++++++++++++++++++++++++++++-------------------------
1 files changed, 65 insertions(+), 50 deletions(-)
diff --git a/autotest.sh b/autotest.sh
index 12d3e30..e5e23a8 100755