Hey there,
I followed this tutorial to remove geli encryption without loosing data:
www.truenas.com
I offlined the first disk:
And now when I try to remove the geli encryption:
I am a little bit lost what to do now because the device is clearly there.
Any help would be appreciated. Thanks in advance!
I followed this tutorial to remove geli encryption without loosing data:
How to remove encryption from a ZFS volume (while keeping the data)
Hi, all, my first post - I have a little procedure to share. I successfully removed the geli encryption from a live ZFS pool in FreeNAS 9.1.1 with the following steps: 0. Make sure you either have a separate backup of your data, or are willing to take the risk of losing everything. Second...
I offlined the first disk:
Code:
# zpool offline Pool gptid/065b559b-be09-11ea-b38f-18c04d247f65.eli
# zpool status
pool: Pool
state: DEGRADED
status: One or more devices has been taken offline by the administrator.
Sufficient replicas exist for the pool to continue functioning in a
degraded state.
action: Online the device using 'zpool online' or replace the device with
'zpool replace'.
scan: scrub repaired 0B in 01:51:47 with 0 errors on Sun Oct 3 01:51:48 2021
config:
NAME STATE READ WRITE CKSUM
Pool DEGRADED 0 0 0
raidz1-0 DEGRADED 0 0 0
gptid/065b559b-be09-11ea-b38f-18c04d247f65.eli OFFLINE 0 0 0
gptid/066adfad-be09-11ea-b38f-18c04d247f65.eli ONLINE 0 0 0
gptid/073591f6-be09-11ea-b38f-18c04d247f65.eli ONLINE 0 0 0
errors: No known data errors
pool: freenas-boot
state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(5) for details.
scan: scrub repaired 0B in 00:00:51 with 0 errors on Mon Oct 25 03:45:51 2021
config:
NAME STATE READ WRITE CKSUM
freenas-boot ONLINE 0 0 0
ada3p2 ONLINE 0 0 0
errors: No known data errors
And now when I try to remove the geli encryption:
Code:
# geli detach gptid/065b559b-be09-11ea-b38f-18c04d247f65.eli geli: No such device: gptid/065b559b-be09-11ea-b38f-18c04d247f65.eli.
I am a little bit lost what to do now because the device is clearly there.
Any help would be appreciated. Thanks in advance!