On Fri, November 5, 2010 11:16, Bryan Hodgson wrote:
[...]
> Do ZFS / mpxio / cfgadm issues still make mpxio an iffy proposition
> as a reliability enhancement?
>
> Is there a patch set that addresses ZFS / cfgadm / mpxio issues for
> s10u7?

Have you considered using S10u9, but simply create pools with the version
that U7 supports? From zpool(1M):

     zpool create [-fn] [-o property=value] ... [-O file-system-
     property=value] ... [-m mountpoint] [-R root] pool vdev ...
[...]
         -o property=value [-o property=value] ...

             Sets the given pool properties. See the "Properties"
             section  for  a list of valid properties that can be
             set.
[...]
       pool  version        22          default [This is for U9. -- DM]

Later on a "zpool upgrade" can be done:

     zpool upgrade [-V version] -a | pool ...
[...]
         -V version    Upgrade to the specified version.  If  the
                       -V  flag  is  not  specified,  the pool is
                       upgraded to the most recent version.  This
                       option  can  only  be used to increase the
                       version number, and only up  to  the  most
                       recent version supported by this software.


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

Reply via email to