John D Groenveld writes: > When you create the pool under OpenZFS, you must set pool version > to 28 and disable features. > > Per zpool(1M), > <URL:https://www.illumos.org/man/1M/zpool> > # zpool create -d -o version=28 pool vdev
... and on recent-ish Solaris, you need to specify the FS version, too: # zpool create -d -o version=28 -O version=5 pool vdev Cheers -- Volker -- ------------------------------------------------------------------------ Volker A. Brandt Consulting and Support for Solaris-based Systems Brandt & Brandt Computer GmbH WWW: http://www.bb-c.de/ Am Wiesenpfad 6, 53340 Meckenheim, GERMANY Email: [email protected] Handelsregister: Amtsgericht Bonn, HRB 10513 Schuhgröße: 46 Geschäftsführer: Rainer J.H. Brandt und Volker A. Brandt "When logic and proportion have fallen sloppy dead" _______________________________________________ openindiana-discuss mailing list [email protected] https://openindiana.org/mailman/listinfo/openindiana-discuss
