Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jan 2004 15:51:17 -0500
From:      "Robin P. Blanchard" <robin.blanchard@gactr.uga.edu>
To:        "Poul-Henning Kamp" <phk@phk.freebsd.dk>
Cc:        current@freebsd.org
Subject:   RE: Processes blocked on ufs or getblk 
Message-ID:  <EE3D3FBAFFCAED448C21C398FDAD91AC013BDE74@EBE1.gc.nat>

next in thread | raw e-mail | index | archive | help

> >Given the lockedvnod message:
> >Locked vnodes
> >0xc7003378: tag ufs, type VREG, usecount 2, writecount 0,=20
> refcount 1,=20
> >flags (VV_OBJBUF), lock type ufs: EXCL (count 1) by thread=20
> 0xc6066d20 (pid 81250)
> >        ino 2523831, on dev aacd0s1g (4, 26)
> >
> >Should I substitue aacd0s1g (disk+slice+part) for ad0 in your above=20
> >example ? Or should I be using disk or disk+slice ?
>=20
> Just aacd0 should do.
>=20

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

# dd if=3D/dev/aacd0 count=3D1 of=3D/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=3D/dev/aacd0s1g count=3D1 of=3D/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=20



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EE3D3FBAFFCAED448C21C398FDAD91AC013BDE74>