On Jun 25, 2010, at 4:44 AM, Sean . wrote:

> I've discovered the source of the problem.
> 
> zpool create -f -o failmode=continue -R /a -m legacy -o 
> cachefile=/etc/zfs/zpool.cache rpool c1t0d0
> 
> It seems a root pool must only be created on a slice. Therefore 
> 
> zpool create -f -o failmode=continue -R /a -m legacy -o 
> cachefile=/etc/zfs/zpool.cache rpool c1t0d0s0
> 
> will work. I've been reading through some of the ZFS root installation stuff 
> and can't find a note that explicitly states this although a bit of bing'ing 
> and I found a thread that confirmed this.

See the ZFS Administration Guide section on Creating a ZFS Root Pool,
first bullet
        + Disks used for the root pool must have a VTOC (SMI) label and the 
        pool must be created with disk slices

 -- richard

-- 
Richard Elling
rich...@nexenta.com   +1-760-896-4422
ZFS and NexentaStor training, Rotterdam, July 13-15, 2010
http://nexenta-rotterdam.eventbrite.com/




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

Reply via email to