search for: boot_mb

Displaying 7 results from an estimated 7 matches for "boot_mb".

Did you mean: root_mb
2009 May 20
2
[PATCH node] Adds support for a core dump partition to the node.
...-early b/scripts/ovirt-early index ac54e4b..b11b85d 100755 --- a/scripts/ovirt-early +++ b/scripts/ovirt-early @@ -129,7 +129,7 @@ start() { # 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 d...
2010 Jul 21
0
[PATCH] RFC: Advanced Storage Configuration
...riginal one, is: virt_init=HOSTVGDISK1[,HOSTVGDISK2...][;APPVGDISK1[,APPVGDISK2...]] where DISK=[usb|scsi[:serial#]|/dev/...] The new syntax for ovirt_vol, which includes the original one, is: ovirt_vol=size[,{Swap|Data|Config|Logging|Data2|Swap2}][:size...] or simply ovirt_vol=BOOT_MB:SWAP_MB:ROOT_MB:CONFIG_MB:LOGGING_MB:DATA_MB:SWAP2_MB:DATA2_MB Signed-off-by: Ricardo Marin Matinata <matinata at br.ibm.com> --- recipe/common-post.ks | 1 + scripts/ovirt-config-storage | 316 +++++++++++++++++++++++++++++++++--------- scripts/ovirt-early | 205 ++++++...
2010 Apr 12
1
RFC: Advanced Storage Configuration
Hello, I'd like to put forward the following proposal for your appreciation, in order to add flexibility to the node configuration, so one can choose to store guest's images in a different device than the core OS/config/log/data today. In essence, proposal involves the following: - Addition of a new top level install menu called "Advanced Storage Configuration" where one can
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.
...+++++++++- 3 files changed, 31 insertions(+), 17 deletions(-) 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_...
2009 Nov 16
2
Resend...
Resending the refactored patch: I realized after I emailed it that it referenced the wrong bugzilla.
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