crypto on-desk format having to change - OK to use enc ?

All your general support questions for OpenZFS on OS X.

Re: crypto on-desk format having to change - OK to use enc ?

Postby whatever » Sun Mar 18, 2018 4:46 pm

Is the encryption property going to be available for zpool ?
whatever
 
Posts: 27
Joined: Thu Feb 08, 2018 8:39 pm

Re: crypto on-desk format having to change - OK to use enc ?

Postby lundman » Sun Mar 18, 2018 8:44 pm

No, that is not what you want. You can set it on the pool's dataset, and thanks to inheritance, it will be set on all lower datasets.
User avatar
lundman
 
Posts: 1335
Joined: Thu Mar 06, 2014 2:05 pm
Location: Tokyo, Japan

Re: crypto on-desk format having to change - OK to use enc ?

Postby whatever » Wed May 23, 2018 6:46 pm

What's the syntax to do it on the pools dataset when it's already created?

I had been using
Code: Select all
sudo zfs create -o encryption=on -o keylocation=prompt -o keyformat=passphrase ztest/encrypted
whatever
 
Posts: 27
Joined: Thu Feb 08, 2018 8:39 pm

Re: crypto on-desk format having to change - OK to use enc ?

Postby lundman » Tue May 29, 2018 6:41 pm

To create a POOL where everything under it is encrypted:

# zpool create -O encryption=on -O keyformat=passphrase $pool $disk(s)
User avatar
lundman
 
Posts: 1335
Joined: Thu Mar 06, 2014 2:05 pm
Location: Tokyo, Japan

Re: crypto on-desk format having to change - OK to use enc ?

Postby whatever » Wed May 30, 2018 8:03 am

sweet. thank you so much :)

I was using the wrongly cased 'o' it seems :oops:
whatever
 
Posts: 27
Joined: Thu Feb 08, 2018 8:39 pm

Previous

Return to General Help

Who is online

Users browsing this forum: No registered users and 36 guests

cron