RE: Processes blocked on ufs or getblk

From: Robin P. Blanchard <robin.blanchard_at_gactr.uga.edu>
Date: Wed, 28 Jan 2004 15:51:17 -0500
> >Given the lockedvnod message:
> >Locked vnodes
> >0xc7003378: tag ufs, type VREG, usecount 2, writecount 0, 
> refcount 1, 
> >flags (VV_OBJBUF), lock type ufs: EXCL (count 1) by thread 
> 0xc6066d20 (pid 81250)
> >        ino 2523831, on dev aacd0s1g (4, 26)
> >
> >Should I substitue aacd0s1g (disk+slice+part) for ad0 in your above 
> >example ? Or should I be using disk or disk+slice ?
> 
> Just aacd0 should do.
> 

Unfortunately, that didn't help...Thanks for the suggestion, though.

# dd if=/dev/aacd0 count=1 of=/dev/null
1+0 records in
1+0 records out
512 bytes transferred in 0.000683 secs (749558 bytes/sec)
# top |fgrep getblk
81250 root      -4    0  1552K  1100K getblk 0   0:01  0.00%  0.00%
pkg_create

# dd if=/dev/aacd0s1g count=1 of=/dev/null

1+0 records in
1+0 records out
512 bytes transferred in 0.017604 secs (29085 bytes/sec)
# top |fgrep getblk
81250 root      -4    0  1552K  1100K getblk 0   0:01  0.00%  0.00%
pkg_create 
Received on Wed Jan 28 2004 - 11:51:19 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:40 UTC