James C. McPherson wrote:
Hi all,
I got a new 300Gb SATA disk last friday for my u20. After figuring
out that the current u20 bios barfs on EFI labels and creating a
whole-disk-sized slice0 I used TimF's script to implement zfsroot.
All seemed well and good until this morning when I did a df:
pie
On 5/21/06, James C. McPherson <[EMAIL PROTECTED]> wrote:
Using du -sk on the local directories under /:
I assume that you have also looked through /proc/*/fd/* to be sure
that there aren't any big files with a link count of zero (file has
been rm'd but process still has it open). The followin
Mike Gerdts wrote:
On 5/21/06, James C. McPherson <[EMAIL PROTECTED]> wrote:
Using du -sk on the local directories under /:
I assume that you have also looked through /proc/*/fd/* to be sure
that there aren't any big files with a link count of zero (file has
been rm'd but process still has it
>Find the largest files that are open:
>
># du -h /proc/*/fd/* | sort -n
>
>or
>
>Find all open files that have a link count of zero (have been removed)
>
># ls -l /proc/*/fd/* \
>| nawk 'BEGIN { print "Size_MB File" }
>$2 == 0 && $1 ~ /^-/ {
> printf "%7d %s\n", $5/1
> I've had a "zdb -bv root_pool" running for about 30 minutes now.. it
> just finished and of course told me that everything adds up:
This is definitely the delete queue problem:
> Blocks LSIZE PSIZE ASIZE avgcomp %Total Type
> 4.18M 357G222G223G 53.2K1.6199.
Hi Jeff,
Jeff Bonwick wrote:
I've had a "zdb -bv root_pool" running for about 30 minutes now.. it
just finished and of course told me that everything adds up:
This is definitely the delete queue problem:
Blocks LSIZE PSIZE ASIZE avgcomp %Total Type
4.18M 357G222G223
To expand on the original question: in nv 38 and 39, I start the Java Web
Console https://localhost:6789 and log in as root. Instead of the available
application including ZFS admin, I get this page:
You Do Not Have Access to Any Application
No application is registered with this Sun Java(TM) We
On 22/05/2006, at 6:41 AM, Ron Halstead wrote:
To expand on the original question: in nv 38 and 39, I start the
Java Web Console https://localhost:6789 and log in as root. Instead
of the available application including ZFS admin, I get this page:
You Do Not Have Access to Any Application
No
On Fri, May 19, 2006 at 01:23:02PM -0600, Gregory Shaw wrote:
> DATASET OBJECT RANGE
> 1b 2402lvl=0 blkid=1965
>
> I haven't found a way to report in human terms what the above object
> refers to. Is there such a method?
There isn't any great method currently, b