<div class="gmail_quote">On Mon, Jan 26, 2009 at 9:10 AM, Itamar Heim <span dir="ltr"><<a href="mailto:iheim@redhat.com">iheim@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
With all recent changes - is this only for menu based installs, or does this<br>
change the default behavior?<br>
i.e., wouldn't this hamper upgrades, which are based on the assumption we<br>
only upgrade the boot, and not overwrite the configuration.<br>
I expect that if I put a newer version of usb/cd/boot from pxe with<br>
autoinstall, that the configuration will be saved, and the node will auto<br>
upgrade, right?<br></blockquote></div><br>For the menu install, just don't choose partitioning and use local install directly - that will just overwrite the node image on existing disk partitions.<br><br>For autoinstall disk is currently always reformatted, to allow disk reusage, I'll modify ovirt_init parameter like follows:<br>
<br> ovirt_init=[usb|scsi[:serial#]|reuse|/dev/...]<br> # local installation target disk<br> # usb|scsi - select disk type, as reported by udev ID_BUS<br> # serial# - select exact disk using serial number, as reported by<br>
# udev ID_SERIAL<br> # reuse - use existing partitions, fails if they don't<br> # /dev/... - use specified disk device (for cases when HAL doesn't handle it)<br> # empty value - grab the first disk (/dev/?da)<br>
<br>