On 9/20/07, Mark J Musante <[EMAIL PROTECTED]> wrote:
> I for one would like to see live upgrade support ZFS.  Even with Snap
> Upgrade on the horizon (the page on the OpenSolaris site says 'March' but
> the current scedule is a sea of TBDs [see
> http://opensolaris.org/os/project/caiman/Snap_Upgrade/schedule/ for
> more]), I think there are enough systems and configs out there to warrant
> putting ZFS support into Live Upgrade.
>
> LU is familiar and proven, and deployed widely.  My opinion only, but I
> think it would be short-sighted to stop supporting it just because another
> technology is being developed.

I'm with you.  Snap Upgrade has a March deliverable for OpenSolaris,
which means that the widely deployed base (Solaris 10 and earlier)
won't see it for some time after that, at best.

If people find the use of zfs clones more important than live upgrade
(or upgrade, for that matter) search the zfs or zones lists from late
last year or early this year - I documented a manual procedure that is
essentially the following - there may be more details in the older
message.

zoneadm -z master detach
zfs snapshot
zfs clone
zoneadm -z master attach
zonecfg -z newzone create -t master
# change IP's et. al.
zoneadm -z newzone attach
zoneadm -z newzone boot -s
zlogin newzone sys-unconfig
zoneadm -z newzone boot
zlogin -C newzone

-- 
Mike Gerdts
http://mgerdts.blogspot.com/
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to