Displaying 3 results from an estimated 3 matches for "2961f76".
2009 Sep 05
1
[PATCH node] adjust init script patching for local boot on F11
mkliveinitrd dropped udev trigger, and it already appends || :
---
scripts/ovirt-config-boot | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot
index a40c03a..2961f76 100755
--- a/scripts/ovirt-config-boot
+++ b/scripts/ovirt-config-boot
@@ -107,7 +107,7 @@ ovirt_boot_setup() {
# Fedora 10 mkliveinitrd
init_script=sbin/real-init
fi
- sed -i '/^\/sbin\/udev.*settle/ a \
+ sed -i '/^\/sbin\/udev.*trigger/ a \
echo SCSI wait fo...
2009 Sep 30
1
[PATCH node] split root filesystems out of HostVG and onto their own partitions
...++++++++-------
scripts/ovirt-config-storage | 28 +++++++++++++++-------------
scripts/ovirt-config-uninstall | 2 ++
scripts/ovirt-functions | 8 +++++---
4 files changed, 30 insertions(+), 23 deletions(-)
diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot
index 2961f76..dd53988 100755
--- a/scripts/ovirt-config-boot
+++ b/scripts/ovirt-config-boot
@@ -56,11 +56,11 @@ ovirt_boot_setup() {
mkdir -p /liveos
# prepare Root partition update
candidate=
- if [ -e /dev/HostVG/RootBackup ]; then
+ if [ -e /dev/disk/by-label/RootBackup ]; then...
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