> So I can list pools, no problem, pool status no problem, but trying to
> list zfs filesystems just goes to infinity. Data dropped from mount
> points on the system, but still shows to be on disk under pool info.
>
> Tried just listing snapshots, should be thousands, just hangs.
Yeah, that's what I see when I have a significant number of filesystems. Regular destruction of temporary ones seems to be the order of the day to fix that problem.
Are you creating snapshots whilst this operation is happening? That could trigger a restart. What does the last few hundred lines of 'zpool history PoolName' show you?
Alex
I posted it to my blog a while ago:
http://alblue.bandlem.com/2008/11/crontab-generated-zfs-snapshots.html
Note that I had to fix the hourly generation to skip if a scrub was in progress, since if you (create|destroy) snapshots whilst a scrub is in progress on MacZFS74 it restarts the scrub. So I skip if zpool status | grep "progress" gives me a zero return code or some such. I should really go back and update that post ...
Alex
Sent from my iPhone 4
Thanks
--
Jason Belec
Sent from my iPhone