Displaying 5 results from an estimated 5 matches for "ovirt_overcommit".
2009 Nov 16
1
Refactored upgrade patch...
This patch includes feedback from apevec to remain backward compatible
with the previous karg, ovirt_local_boot.
2009 Nov 13
1
[PATCH] Provides an explicit upgrade path for an installed node.
...diff --git a/scripts/ovirt-early b/scripts/ovirt-early
index cdd4afd..cda1b3f 100755
--- a/scripts/ovirt-early
+++ b/scripts/ovirt-early
@@ -135,7 +135,7 @@ start() {
# ovirt_init=[usb|scsi[:serial#]|/dev/...]
# ovirt_vol=BOOT_MB:SWAP_MB:ROOT_MB:CONFIG_MB:LOGGING_MB:DATA_MB
# ovirt_overcommit=<overcommit_ratio>
- # ovirt_local_boot
+ # ovirt_upgrade
# ovirt_standalone
# ovirt_firstboot
# rescue
@@ -182,9 +182,9 @@ start() {
# or a specific positive number in MB
vol_data_size=
- # ovirt_local_boot
+ # ovirt_upgrade
# install...
2009 Nov 16
2
Resend...
Resending the refactored patch: I realized after I emailed it that it
referenced the wrong bugzilla.
2009 May 20
2
[PATCH node] Adds support for a core dump partition to the node.
...# oVirt boot parameters
# BOOTIF=link|eth*|<MAC> (appended by pxelinux)
# ovirt_init=[usb|scsi[:serial#]|/dev/...]
- # ovirt_vol=BOOT_MB:SWAP_MB:ROOT_MB:CONFIG_MB:LOGGING_MB:DATA_MB
+ # ovirt_vol=BOOT_MB:SWAP_MB:ROOT_MB:CONFIG_MB:LOGGING_MB:COREDUMP_MB:DATA_MB
# ovirt_overcommit=<overcommit_ratio>
# ovirt_local_boot
# ovirt_standalone
@@ -166,13 +166,14 @@ start() {
# w/o value - grab the first disk (/dev/?da)
init=
- # ovirt_vol=BOOT_MB:SWAP_MB:ROOT_MB:CONFIG_MB:LOGGING_MB:DATA_MB
+ # ovirt_vol=BOOT_MB:SWAP_MB:ROOT_MB:CONFIG_MB:LO...
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