John D Groenveld <
groe...@cse.psu.edu> wrote:
: In article <jq2cgv$t8r$
1...@mklab.ph.rhul.ac.uk>,
: <Use-Author-Supplied-Address-Header@[127.1]> wrote:
: >On server5, I can list and read files on the affected FSs w/o problem
: >but any attempt to write to the FS (eg. copy a file to or rm a file
: >on the FS) just hangs the cp/rm process.
Thanks for the followup.
: Local access to server5's pptank zpool hang, your NFS issues
: are merely a symptom of some other problem.
: >root@server5:/# zpool status
: > pool: pptank
: > state: ONLINE
: >status: The pool is formatted using an older on-disk format. The pool can
: > still be used, but some features are unavailable.
: >action: Upgrade the pool using 'zpool upgrade'. Once this is done, the
: > pool will no longer be accessible on older software versions.
: > scan: none requested
: >config:
: >
: > NAME STATE READ WRITE CKSUM
: > pptank ONLINE 0 0 0
: > raidz1-0 ONLINE 0 0 0
: > c3t0d0 ONLINE 0 0 0
: > c3t1d0 ONLINE 0 0 0
: > c3t2d0 ONLINE 0 0 0
: > c3t3d0 ONLINE 0 0 0
: > c3t4d0 ONLINE 0 0 0
: > c3t5d0 ONLINE 0 0 0
: > c3t6d0 ONLINE 0 0 0
: >
: >errors: No known data errors
: What does "zpool upgrade" report for pptank's zpool version?
root@server5:/# zpool upgrade pptank
This system is currently running ZFS pool version 29.
Pool 'pptank' is already formatted using the current version.
: Can you scrub pptank?
Sure. Just done it. (zpool scrub pptank). The result is,
root@server5:/# zpool status
pool: pptank
state: ONLINE
scan: scrub repaired 0 in 2h51m with 0 errors on Wed May 30 20:03:35 2012
config:
NAME STATE READ WRITE CKSUM
pptank ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
c3t0d0 ONLINE 0 0 0
c3t1d0 ONLINE 0 0 0
c3t2d0 ONLINE 0 0 0
c3t3d0 ONLINE 0 0 0
c3t4d0 ONLINE 0 0 0
c3t5d0 ONLINE 0 0 0
c3t6d0 ONLINE 0 0 0
errors: No known data errors
: >root@server5:/# zpool list
: >NAME SIZE ALLOC FREE CAP HEALTH ALTROOT
: >pptank 12.6T 384G 12.3T 2% ONLINE -
: >
: >root@server5:/# zpool history
: >History for 'pptank':
: ><just hangs here>
: That suggests your pptank zpool is broken.
: Does fmadm(1M) report any of your disks as faulty?
fmadm faulty -a -v
finds no faults, (produces no O/P).
: Do you have lots of ZFS snapshots in pptank?
It has 258 snapshots and the FS is 12.6TB.
: >The only thing that appears specific to Sunday morning is a cronjob to
: >remove old .nfs* files,
: >
: >root@server5:/# crontab -l | grep nfsfind
: >15 3 * * 0 /usr/lib/fs/nfs/nfsfind
: Did you check the cronjobs of your non-root users?
Thanks for that tip. The only other cronjob running early on Sunday
morning is a benign looking one, belonging the lp user, which
renames/copies 'request' files in /var/lp/logs. Currently the directory is
empty and /var has plenty of free space and is not in pptank.
Many thanks
Tom
: John
:
groe...@acm.org