search for: junkpool

Displaying 2 results from an estimated 2 matches for "junkpool".

2010 Apr 10
21
What happens when unmirrored ZIL log device is removed ungracefully
...9;'s the absolute worst case scenario possible, other than the whole building burning down. Anyway, the system behaved as well as it possibly could. During boot, the faulted pool did not come up, but the OS came up fine. My "zpool status" showed this: # zpool status pool: junkpool state: FAULTED status: An intent log record could not be read. Waiting for adminstrator intervention to fix the faulted pool. action: Either restore the affected device(s) and run ''zpool online'', or ignore the intent log records by running ''zpool cle...
2008 Jun 05
6
slog / log recovery is here!
...cd). ** format your new log device ** You still need a log device to bring this back up. Anything will do if you are going to migrate your data off this setup. I chose to keep my log device, now that I have a way to restore it. # cd /tmp # dd if=/dev/zero of=junk bs=1024k count=64 # zpool create junkpool /tmp/junk log your_new_log_device # zpool export junkpool ** Find your old disks ** You need one of your pool''s devices to read the vdev_label. It will generally look something like this /dev/rdsk/cXtXdXs0 (or cXdXs0). Check out the label with: # zdb -l /dev/rdsk/cXtXdXs0 (You can also f...