Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2010 18:43:02 +0400
From:      pluknet <pluknet@gmail.com>
To:        dikshie <dikshie@gmail.com>
Cc:        current@freebsd.org
Subject:   Re: HEADS UP: SUJ Going in to head today
Message-ID:  <l2ua31046fc1004260743l8bbb7b14jaad8227c6b0d7c40@mail.gmail.com>
In-Reply-To: <h2h910e60e81004260642xd47c7604m934736aa321bebe2@mail.gmail.com>
References:  <alpine.BSF.2.00.1004201212340.1398@desktop> <h2h910e60e81004260642xd47c7604m934736aa321bebe2@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 26 April 2010 17:42, dikshie <dikshie@gmail.com> wrote:
> Hi Jeff,
> thanks for SUJ.
> btw, why there is nan% utilization? and what does it mean?
> --------------
> ** SU+J Recovering /dev/ad0s1g
> ** Reading 33554432 byte journal from inode 4.
> ** Building recovery table.
> ** Resolving unreferenced inode list.
> ** Processing journal entries.
> ** 0 journal records in 0 bytes for nan% utilization <====
> ** Freed 0 inodes (0 dirs) 0 blocks, and 0 frags.
> --------------
>

That may be due to an empty journal (the only plausible version for me),
so jrecs and jblocks are not updated.

        /* Next ensure that segments are ordered properly. */
        seg = TAILQ_FIRST(&allsegs);
        if (seg == NULL) {
                if (debug)
                        printf("Empty journal\n");
                return;
        }

-- 
wbr,
pluknet



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