You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i just had a zpool die on me while i was adding/replacing a disk.
It was going fine for a while re-silvering when i replaced a disk (after adding a wrong one, and replacing it with the right) but then the server became completely unresponsive and had to be reset eventually.
I have 2 zpools running on this system, the second one is unaffected, but my other is unrecoverable as far as i see it - i tried everything i could find.
$ sudo zpool import zpool2
=> cannot import 'zpool2': one or more devices is currently unavailable
sudo zpool import -F -n
=>
pool: zpool2
id: 17841620474451387077
state: UNAVAIL
status: One or more devices are missing from the system.
action: The pool cannot be imported. Attach the missing
devices and try again.
see: http://zfsonlinux.org/msg/ZFS-8000-6X
config:
Is there any chance to recover the pool?
I know its no kind of raid, but i was kinda expecting the high praised ZFS to be a bit more resilient to such failure. At least to be able to recover or continue with the still available parts of the system, when a disk fails.
There was no really critical data there (that one is nicely backed in the other zpool with raid and additional external snapshotting), but it's still a ton of data to recover from backups.
The text was updated successfully, but these errors were encountered:
Hi,
i just had a zpool die on me while i was adding/replacing a disk.
It was going fine for a while re-silvering when i replaced a disk (after adding a wrong one, and replacing it with the right) but then the server became completely unresponsive and had to be reset eventually.
Here is the log output of that time, suggesting i file a bug report here:
https://gist.github.com/maxigs/2c34b682e519c1593e4047da6b73fe49#file-syslog
I have 2 zpools running on this system, the second one is unaffected, but my other is unrecoverable as far as i see it - i tried everything i could find.
$ sudo zpool import zpool2
=> cannot import 'zpool2': one or more devices is currently unavailable
sudo zpool import -F -n
=>
But both, old and new, disks are available in the system and seem to be fine (no smart errors or anything). ZDB still finds info on the old disk:
$ sudo zdb -l /mnt/example.img
=> https://gist.github.com/maxigs/2c34b682e519c1593e4047da6b73fe49#file-zdb-old-disk
but nothing on the new
$ sudo zdb -l /dev/disk/by-id/usb-Seagate_Expansion_Desk_NA8ET4M9-0:0
=> https://gist.github.com/maxigs/2c34b682e519c1593e4047da6b73fe49#file-zdb-new-disk
$ sudo zpool history -li
=> https://gist.github.com/maxigs/2c34b682e519c1593e4047da6b73fe49#file-zpool-history
Is there any chance to recover the pool?
I know its no kind of raid, but i was kinda expecting the high praised ZFS to be a bit more resilient to such failure. At least to be able to recover or continue with the still available parts of the system, when a disk fails.
There was no really critical data there (that one is nicely backed in the other zpool with raid and additional external snapshotting), but it's still a ton of data to recover from backups.
The text was updated successfully, but these errors were encountered: