lela_tabathy
Dabbler
- Joined
- Nov 15, 2020
- Messages
- 12
A recent power outage at my house (I know, UPS is already on order ...) resulted in my pool used for my Jails becoming degraded. It gives me the following error:
zpool status shows all kinds of corrupt files and recommends the following actions:
How do I do that exactly? I have a backup of the entire pool on an external drive that is mounted on the system, with snapshots for the past two weeks.
Do I need to destroy the pool, then recreate it and then use zfs send to copy over the datasets from the backup drive? Is that the correct procedure? The statement of the disk being degraded confused me, does this mean the drive (nvme ssd) itself is broken?
Thanks for your help.
Code:
Pool Jailhouse state is DEGRADED: One or more devices has experienced an error resulting in data corruption. Applications may be affected. The following devices are not healthy: Disk 2967587216747608934 is DEGRADED
zpool status shows all kinds of corrupt files and recommends the following actions:
Code:
Restore the file in question if possible. Otherwise restore the entire pool from backup
How do I do that exactly? I have a backup of the entire pool on an external drive that is mounted on the system, with snapshots for the past two weeks.
Do I need to destroy the pool, then recreate it and then use zfs send to copy over the datasets from the backup drive? Is that the correct procedure? The statement of the disk being degraded confused me, does this mean the drive (nvme ssd) itself is broken?
Thanks for your help.