I have a 4.10-STABLE machine that I want to migrate to 5.3-STABLE. Most of the bases are covered, but I'm not sure what to expect for my vinum volumes. I don't have anything esoteric (see attached config), but can I just expect "sed -i.bak -e 's/vinum/gvinum/' /etc/fstab" to leave me with working volumes? Ceri -- Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) -------------- next part -------------- # Vinum configuration of shrike.private.submonkey.net, saved at Thu Nov 25 20:54:01 2004 drive vinumdrive2 device /dev/ad0s1d drive vinumdrive0 device /dev/ad0s1h drive vinumdrive3 device /dev/ad1s1d drive vinumdrive1 device /dev/ad1s1h volume userhome volume werehaus plex name userhome.p0 org concat vol userhome plex name userhome.p1 org concat vol userhome plex name werehaus.p0 org striped 512s vol werehaus sd name userhome.p0.s0 drive vinumdrive0 plex userhome.p0 len 52428535s driveoffset 265s plexoffset 0s sd name userhome.p1.s0 drive vinumdrive1 plex userhome.p1 len 52428535s driveoffset 265s plexoffset 0s sd name werehaus.p0.s0 drive vinumdrive2 plex werehaus.p0 len 67166720s driveoffset 265s plexoffset 0s sd name werehaus.p0.s1 drive vinumdrive3 plex werehaus.p0 len 67166720s driveoffset 265s plexoffset 512s -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20041125/6a90a056/attachment.bin
On Thu, Nov 25, 2004 at 08:58:36PM +0000, Ceri Davies wrote:> > I have a 4.10-STABLE machine that I want to migrate to 5.3-STABLE. Most > of the bases are covered, but I'm not sure what to expect for my vinum > volumes. I don't have anything esoteric (see attached config), but can > I just expect "sed -i.bak -e 's/vinum/gvinum/' /etc/fstab" to leave me > with working volumes?Should I take it that nobody knows, or that nobody wants to say?> # Vinum configuration of shrike.private.submonkey.net, saved at Thu Nov 25 20:54:01 2004 > drive vinumdrive2 device /dev/ad0s1d > drive vinumdrive0 device /dev/ad0s1h > drive vinumdrive3 device /dev/ad1s1d > drive vinumdrive1 device /dev/ad1s1h > volume userhome > volume werehaus > plex name userhome.p0 org concat vol userhome > plex name userhome.p1 org concat vol userhome > plex name werehaus.p0 org striped 512s vol werehaus > sd name userhome.p0.s0 drive vinumdrive0 plex userhome.p0 len 52428535s driveoffset 265s plexoffset 0s > sd name userhome.p1.s0 drive vinumdrive1 plex userhome.p1 len 52428535s driveoffset 265s plexoffset 0s > sd name werehaus.p0.s0 drive vinumdrive2 plex werehaus.p0 len 67166720s driveoffset 265s plexoffset 0s > sd name werehaus.p0.s1 drive vinumdrive3 plex werehaus.p0 len 67166720s driveoffset 265s plexoffset 512sCeri -- Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20041130/47eb84c1/attachment.bin
On Thu, 25 Nov 2004 20:58:36 +0000, Ceri Davies <ceri@submonkey.net> wrote:> > I have a 4.10-STABLE machine that I want to migrate to 5.3-STABLE. Most > of the bases are covered, but I'm not sure what to expect for my vinum > volumes. I don't have anything esoteric (see attached config), but can > I just expect "sed -i.bak -e 's/vinum/gvinum/' /etc/fstab" to leave me > with working volumes?Hi Ceri, sorry for the late reply, I don't follow stable@ directly, so if there's any vinum question, please add a cc: to <le@freebsd.org> (those messages will get highlighted so I have a chance to notice them earlier). Your config looks sane enough that it shouldn't be a problem to switch to gvinum. Edit your fstab and put geom_vinum_load="YES" into /boot/loader.conf, that's enough. cheers, le