Itamar Heim
2009-Jan-26 08:10 UTC
[Ovirt-devel] RE: [Bug 481107] storage reconfiguration prevention behavior
With all recent changes - is this only for menu based installs, or does this change the default behavior? i.e., wouldn't this hamper upgrades, which are based on the assumption we only upgrade the boot, and not overwrite the configuration. I expect that if I put a newer version of usb/cd/boot from pxe with autoinstall, that the configuration will be saved, and the node will auto upgrade, right?> -----Original Message----- > From: bugzilla at redhat.com [mailto:bugzilla at redhat.com] > Sent: Sunday, January 25, 2009 18:33 PM > To: iheim at redhat.com > Subject: [Bug 481107] storage reconfiguration prevention behavior > > Please do not reply directly to this email. All additional > comments should be made in the comments box of this bug. > > > https://bugzilla.redhat.com/show_bug.cgi?id=481107 > > > Perry Myers <pmyers at redhat.com> changed: > > What |Removed |Added > ------------------------------------------------------------------------ > ---- > Status|MODIFIED |CLOSED > Resolution| |CURRENTRELEASE > > > > > -- > Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You reported the bug.
Alan Pevec
2009-Jan-26 09:46 UTC
[Ovirt-devel] RE: [Bug 481107] storage reconfiguration prevention behavior
On Mon, Jan 26, 2009 at 9:10 AM, Itamar Heim <iheim at redhat.com> wrote:> With all recent changes - is this only for menu based installs, or does > this > change the default behavior? > i.e., wouldn't this hamper upgrades, which are based on the assumption we > only upgrade the boot, and not overwrite the configuration. > I expect that if I put a newer version of usb/cd/boot from pxe with > autoinstall, that the configuration will be saved, and the node will auto > upgrade, right? >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. For autoinstall disk is currently always reformatted, to allow disk reusage, I'll modify ovirt_init parameter like follows: ovirt_init=[usb|scsi[:serial#]|reuse|/dev/...] # local installation target disk # usb|scsi - select disk type, as reported by udev ID_BUS # serial# - select exact disk using serial number, as reported by # udev ID_SERIAL # reuse - use existing partitions, fails if they don't # /dev/... - use specified disk device (for cases when HAL doesn't handle it) # empty value - grab the first disk (/dev/?da) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20090126/7c5adaef/attachment.htm>