danb35
Hall of Famer
- Joined
- Aug 16, 2011
- Messages
- 15,504
As suspected, the condition of that pool is very serious, bordering on terminal. You have one dead drive, so you have no redundancy. You have a second drive that's throwing lots of errors--when that one dies, your entire pool dies. Replace the failed disk immediately. That won't fix the data that's already corrupt, but it will bring back a little bit of redundancy. Once that's done, you can worry about the other disk that's throwing errors--expect you'll need to replace that one as well.
What is this system being used for? If it stores important data, you really need to rebuild the pool into a more robust configuration--you have too little redundancy, and too wide a vdev.
But we're getting distracted from the subject of your thread. I still think your most likely issue is snapshots. Post, in code tags, the output of
What is this system being used for? If it stores important data, you really need to rebuild the pool into a more robust configuration--you have too little redundancy, and too wide a vdev.
But we're getting distracted from the subject of your thread. I still think your most likely issue is snapshots. Post, in code tags, the output of
zfs list
and zfs list -t snapshot
.