add force flag to zpool create
This commit is contained in:
parent
7d72e47e20
commit
2e2e4f9a5e
3 changed files with 3 additions and 3 deletions
|
@ -79,7 +79,7 @@ zpool create \
|
|||
-O encryption=on \
|
||||
-O keylocation=prompt \
|
||||
-O keyformat=passphrase \
|
||||
zpool $RAID
|
||||
-f zpool $RAID
|
||||
|
||||
sleep 5
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@ zpool create \
|
|||
-O encryption=on \
|
||||
-O keylocation=prompt \
|
||||
-O keyformat=passphrase \
|
||||
zpool $RAID
|
||||
-f zpool $RAID
|
||||
|
||||
sleep 5
|
||||
|
||||
|
|
|
@ -83,7 +83,7 @@ zpool create \
|
|||
-O encryption=on \
|
||||
-O keylocation=prompt \
|
||||
-O keyformat=passphrase \
|
||||
zpool $RAID
|
||||
-f zpool $RAID
|
||||
|
||||
sleep 5
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue