Enda O'Connor wrote:


Jason King wrote:
On Thu, Oct 15, 2009 at 2:57 AM, Ian Collins <i...@ianshome.com> wrote:
Dale Ghent wrote:
So looking at the README for patch 14144[45]-09, there are ton of ZFS
fixes and feature adds.

The big features are already described in the update 8 release docs, but would anyone in-the-know care to comment or point out any interesting CR fixes that might be substantial in the areas of stability or performance?
A couple of my CRs (a panic and a hang) are fixed in there, but LU appears
to be FUBAR for systems with ZFS root and zones, so I can't run any
tests....

Having tried to install about 5 patches on a system with ZFS root +
sparse zones (plus a delegated dataset), FUBAR is putting it mildly..
:)

if you have a separate /var dataset on zfs root then Lu in update 8 ( or using latest 121430-42/121431-43 ) is broke.
this is covered in CR 6884728

It appears to be broken if the system has zones as well. From an luucreate log:

+ /sbin/zfs set zpdata:rbe=10u8 rpool/ROOT/10u8/zoneRoot/common-10u8
+ /sbin/zfs set zpdata:zn=common rpool/ROOT/10u8/zoneRoot/common-10u8
+ echo /zoneRoot/common
+ sed s:^//:/:
pbe_rawzp=/zoneRoot/common
+ zfs get -Ho value mountpoint rpool/ROOT/10u7ZFSa/zoneRoot/common
mount_prop=/zoneRoot/common
+ [ /zoneRoot/common = legacy ]
+ /sbin/zfs get -Ho value mountpoint rpool/ROOT/10u8/zoneRoot/common-10u8
newpath=legacy
newrawpath=legacy
+ /sbin/zfs mount rpool/ROOT/10u8/zoneRoot/common-10u8
cannot mount 'rpool/ROOT/10u8/zoneRoot/common-10u8': legacy mountpoint
use mount(1M) to mount this filesystem
+ [ 1 -ne 0 ]
+ gettext Failed to mount dataset <%s>
+ /etc/lib/lu/luprintf -Eelp2 Failed to mount dataset <%s> rpool/ROOT/10u8/zoneRoot/common-10u8 luclonefs: ERROR: Failed to mount dataset <rpool/ROOT/10u8/zoneRoot/common-10u8>
+ [ -n rpool/ROOT/10u7ZFSa/zoneRoot/common ]
+ /sbin/zfs set canmount=noauto rpool/ROOT/10u8/zoneRoot/common-10u8
+ zonecfg -R /.alt.tmp.b-Mdh.mnt -z common set -F zonepath=legacy


--
Ian.

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to