search for: vol_boot_size

Displaying 14 results from an estimated 14 matches for "vol_boot_size".

2009 May 20
2
[PATCH node] Adds support for a core dump partition to the node.
...-L "COREDUMP" + tune2fs -c 0 -i 0 /dev/HostVG/CoreDump + mkdir -p /var/log/core + echo "/dev/HostVG/CoreDump /var/log/core ext3 defaults 0 0" >> /etc/fstab + fi local use_data=1 if [ "$DATA_SIZE" -eq -1 ]; then @@ -486,6 +498,7 @@ BOOT_SIZE=${OVIRT_VOL_BOOT_SIZE:-$default_boot_size} ROOT_SIZE=${OVIRT_VOL_ROOT_SIZE:-$default_root_size} CONFIG_SIZE=${OVIRT_VOL_CONFIG_SIZE:-$default_config_size} LOGGING_SIZE=${OVIRT_VOL_LOGGING_SIZE:-$default_logging_size} +COREDUMP_SIZE=${OVIRT_VOL_COREDUMP_SIZE:-$default_coredump_size} DATA_SIZE=${OVIRT_VOL_DATA_SIZE:-$...
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.
...update oVirt Node image on the local installation target disk - local_boot= + upgrade= # ovirt_overcommit=<overcommit_ratio> # set the swap size coefficient @@ -305,8 +305,8 @@ start() { i=${i#ovirt_vol=} eval $(printf $i|awk -F: '{print "vol_boot_size="$1; print "vol_swap_size="$2; print "vol_root_size="$3; print "vol_config_size="$4; print "vol_logging_size="$5; print "vol_data_size="$6;}') ;; - ovirt_local_boot*) - local_boot=1 + ovirt_upgr...
2009 Nov 16
2
Resend...
Resending the refactored patch: I realized after I emailed it that it referenced the wrong bugzilla.
2009 Jul 13
1
[PATCH node] Adds vlan support to auto-installations for the node. bz#511056
...i=${i#syslog=} eval $(printf $i|awk -F: '{print "syslog_server="$1; print "syslog_port="$2;}') @@ -365,7 +370,7 @@ start() { ip_gateway=$gateway fi # save boot parameters as defaults for ovirt-config-* - params="bootif init vol_boot_size vol_swap_size vol_root_size vol_config_size vol_logging_size vol_data_size local_boot standalone overcommit ip_address ip_netmask ip_gateway ipv6 dns ntp syslog_server syslog_port collectd_server collectd_port bootparams hostname firstboot" + params="bootif init vol_boot_size vol_swap_...
2010 Jul 21
0
[PATCH] RFC: Advanced Storage Configuration
...ING_MB:DATA_MB + # ovirt_vol=BOOT_MB:SWAP_MB:ROOT_MB:CONFIG_MB:LOGGING_MB:DATA_MB:SWAP2_MB:DATA2_MB + # or + # ovirt_vol=size[,{Swap|Data|Config|Logging|Data2|Swap2}][:size...] # local partition sizes in MB + # LVs ending in 2 go to AppVG, all the others fall into HostVG vol_boot_size= vol_swap_size= vol_root_size= @@ -228,6 +234,11 @@ start_ovirt_early () { # or a specific positive number in MB vol_data_size= + # swap2 and data2 will be placed into AppVG, 0 disables, data2 + # can be -1 or a positive number in MB for each + vol_swap2_size= + v...
2009 Nov 16
3
[PATCH] Add support for vendor hooks during ovirt-early start()
.... ${vendor_script} + vendor_pre_hook + fi + if [ -z "$ip_netmask" ]; then ip_netmask=$netmask fi @@ -379,7 +397,8 @@ start() { ip_gateway=$gateway fi # save boot parameters as defaults for ovirt-config-* - params="bootif init vol_boot_size vol_swap_size vol_root_size vol_config_size vol_logging_size vol_data_size local_boot standalone overcommit ip_address ip_netmask ip_gateway ipv6 dns ntp vlan ssh_pwauth syslog_server syslog_port collectd_server collectd_port bootparams hostname firstboot" + # and allow vendor prehook set p...
2011 Jul 21
0
[PATCH] add netconsole autoinstall parameter
...i=${i#collectd=} eval $(printf $i|awk -F: '{print "collectd_server="$1; print "collectd_port="$2;}') @@ -661,7 +665,7 @@ start_ovirt_early () { # save boot parameters as defaults for ovirt-config-* - params="bootif init init_app vol_boot_size vol_swap_size vol_root_size vol_config_size vol_logging_size vol_data_size vol_swap2_size vol_data2_size crypt_swap crypt_swap2 upgrade standalone overcommit ip_address ip_netmask ip_gateway ipv6 dns ntp vlan ssh_pwauth syslog_server syslog_port collectd_server collectd_port bootparams hostname fir...
2009 Jul 21
0
[PATCH node] Adds a new kernel cmdline argument to toggle SSH password auth.
...i=${i#syslog=} eval $(printf $i|awk -F: '{print "syslog_server="$1; print "syslog_port="$2;}') @@ -370,7 +378,7 @@ start() { ip_gateway=$gateway fi # save boot parameters as defaults for ovirt-config-* - params="bootif init vol_boot_size vol_swap_size vol_root_size vol_config_size vol_logging_size vol_data_size local_boot standalone overcommit ip_address ip_netmask ip_gateway ipv6 dns ntp vlan syslog_server syslog_port collectd_server collectd_port bootparams hostname firstboot" + params="bootif init vol_boot_size vol_...
2009 Jul 22
1
Updated patch...
This patch obsoletes the previous, renaming the karg to ssh_pwauth.
2009 Jul 22
1
Changes the ssh karg to ssh_pwauth
This patch obsoletes the previous one with feedback from pmyers at redhat.com.
2010 Jul 21
0
[PATCH] RFC: Encrypted swap support
...fi + done + ;; *) bootparams="$bootparams $i" ;; @@ -592,7 +624,7 @@ start_ovirt_early () { ip_gateway=$gateway fi # save boot parameters as defaults for ovirt-config-* - params="bootif init initapp vol_boot_size vol_swap_size vol_root_size vol_config_size vol_logging_size vol_data_size vol_swap2_size vol_data2_size upgrade standalone overcommit ip_address ip_netmask ip_gateway ipv6 dns ntp vlan ssh_pwauth syslog_server syslog_port collectd_server collectd_port bootparams hostname firstboot runtime_mode&quo...
2009 Oct 01
1
Repost of Patch 6/6 for ovirt-node
All other patches from the sequence remain unchanged. Repost of patch 6 based on comments from Joey to follow. Mike
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