Page 1 of 1

[SOLVED]Raiz1 pool manual creation

Posted: 11 Jun 2014 20:35
by fumantsu
I wonder, I try to create a raiz1 manual pool but the command fails.

Code: Select all

zpool create -n -m /mnt/tank1 tank1 raiz /dev/ada3 /dev/ada4 /dev/ada5 /dev/ada6
which based on this: http://docs.oracle.com/cd/E19253-01/819 ... index.html should work doesn't.
The error is: cannot open 'raiz': no such GEOM provider
must be a full path or shorthand device name

The ada devices are ready (formatted etc.)

Re: Raiz1 pool manual creation

Posted: 11 Jun 2014 20:54
by b0ssman
its

zpool create -n -m /mnt/tank1 tank1 raidz1 /dev/ada3 /dev/ada4 /dev/ada5 /dev/ada6

Re: Raiz1 pool manual creation

Posted: 11 Jun 2014 21:00
by crowi
why do you use the -n flag ?

Re: Raiz1 pool manual creation

Posted: 11 Jun 2014 21:03
by fumantsu
b0ssman wrote:its

zpool create -n -m /mnt/tank1 tank1 raidz1 /dev/ada3 /dev/ada4 /dev/ada5 /dev/ada6
lol!!!! I was write raiz instead of raidz.... shame on me!!
crowi wrote:why do you use the -n flag ?
for test. I still wondering what is better. To add a raidz1 vdev to an existing raidz1 pool or to create a new one.