* space cache generation (...) does not match inode (...)
@ 2011-08-07 2:16 Andrew Lutomirski
2011-08-08 12:14 ` Josef Bacik
0 siblings, 1 reply; 5+ messages in thread
From: Andrew Lutomirski @ 2011-08-07 2:16 UTC (permalink / raw)
To: linux-btrfs
I've always gotten space cache generation warnings, but some time
after 3.0 they started going nuts. I get:
space cache generation (14667727114112179905) does not match inode (154185)
and other similar messages (with a huge number and a smaller number)
at rates higher than one message per ms. They don't happen
constantly, but they come in bursts big enough to fill my log buffer.
--Andy
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: space cache generation (...) does not match inode (...)
2011-08-07 2:16 space cache generation (...) does not match inode (...) Andrew Lutomirski
@ 2011-08-08 12:14 ` Josef Bacik
2011-08-08 12:17 ` Andrew Lutomirski
2011-11-07 9:37 ` Martin Steigerwald
0 siblings, 2 replies; 5+ messages in thread
From: Josef Bacik @ 2011-08-08 12:14 UTC (permalink / raw)
To: Andrew Lutomirski; +Cc: linux-btrfs
On 08/06/2011 10:16 PM, Andrew Lutomirski wrote:
> I've always gotten space cache generation warnings, but some time
> after 3.0 they started going nuts. I get:
>
> space cache generation (14667727114112179905) does not match inode (154185)
>
> and other similar messages (with a huge number and a smaller number)
> at rates higher than one message per ms. They don't happen
> constantly, but they come in bursts big enough to fill my log buffer.
>
Yeah sorry that's going to happen when you first switch to 3.0. We
switched the space cache stuff over to using the normal checksumming
code so all old space cache is going to look invalid. This is nothing
to worry about, it will just end up discarded and re-generated. Thanks,
Josef
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: space cache generation (...) does not match inode (...)
2011-08-08 12:14 ` Josef Bacik
@ 2011-08-08 12:17 ` Andrew Lutomirski
2011-08-08 12:18 ` Josef Bacik
2011-11-07 9:37 ` Martin Steigerwald
1 sibling, 1 reply; 5+ messages in thread
From: Andrew Lutomirski @ 2011-08-08 12:17 UTC (permalink / raw)
To: Josef Bacik; +Cc: linux-btrfs
On Mon, Aug 8, 2011 at 8:14 AM, Josef Bacik <josef@redhat.com> wrote:
> On 08/06/2011 10:16 PM, Andrew Lutomirski wrote:
>> I've always gotten space cache generation warnings, but some time
>> after 3.0 they started going nuts. =A0I get:
>>
>> space cache generation (14667727114112179905) does not match inode (=
154185)
>>
>> and other similar messages (with a huge number and a smaller number)
>> at rates higher than one message per ms. =A0They don't happen
>> constantly, but they come in bursts big enough to fill my log buffer=
=2E
>>
>
> Yeah sorry that's going to happen when you first switch to 3.0. =A0We
> switched the space cache stuff over to using the normal checksumming
> code so all old space cache is going to look invalid. =A0This is noth=
ing
> to worry about, it will just end up discarded and re-generated. =A0Th=
anks,
Can you put in a rate limit and make the message less alarming?
There's enough log spam from it that I can't see anything else in my
log.
--Andy
>
> Josef
>
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: space cache generation (...) does not match inode (...)
2011-08-08 12:17 ` Andrew Lutomirski
@ 2011-08-08 12:18 ` Josef Bacik
0 siblings, 0 replies; 5+ messages in thread
From: Josef Bacik @ 2011-08-08 12:18 UTC (permalink / raw)
To: Andrew Lutomirski; +Cc: linux-btrfs
On 08/08/2011 08:17 AM, Andrew Lutomirski wrote:
> On Mon, Aug 8, 2011 at 8:14 AM, Josef Bacik <josef@redhat.com> wrote:
>> On 08/06/2011 10:16 PM, Andrew Lutomirski wrote:
>>> I've always gotten space cache generation warnings, but some time
>>> after 3.0 they started going nuts. I get:
>>>
>>> space cache generation (14667727114112179905) does not match inode (154185)
>>>
>>> and other similar messages (with a huge number and a smaller number)
>>> at rates higher than one message per ms. They don't happen
>>> constantly, but they come in bursts big enough to fill my log buffer.
>>>
>>
>> Yeah sorry that's going to happen when you first switch to 3.0. We
>> switched the space cache stuff over to using the normal checksumming
>> code so all old space cache is going to look invalid. This is nothing
>> to worry about, it will just end up discarded and re-generated. Thanks,
>
> Can you put in a rate limit and make the message less alarming?
> There's enough log spam from it that I can't see anything else in my
> log.
>
Yeah I'll do that now, thanks,
Josef
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: space cache generation (...) does not match inode (...)
2011-08-08 12:14 ` Josef Bacik
2011-08-08 12:17 ` Andrew Lutomirski
@ 2011-11-07 9:37 ` Martin Steigerwald
1 sibling, 0 replies; 5+ messages in thread
From: Martin Steigerwald @ 2011-11-07 9:37 UTC (permalink / raw)
To: linux-btrfs; +Cc: Josef Bacik, Andrew Lutomirski
Hi Josef,
Am Montag, 8. August 2011 schrieb Josef Bacik:
> On 08/06/2011 10:16 PM, Andrew Lutomirski wrote:
> > I've always gotten space cache generation warnings, but some time
> > after 3.0 they started going nuts. I get:
> >
> > space cache generation (14667727114112179905) does not match inode
> > (154185)
> >
> > and other similar messages (with a huge number and a smaller number)
> > at rates higher than one message per ms. They don't happen
> > constantly, but they come in bursts big enough to fill my log buffer.
>
> Yeah sorry that's going to happen when you first switch to 3.0. We
> switched the space cache stuff over to using the normal checksumming
> code so all old space cache is going to look invalid. This is nothing
> to worry about, it will just end up discarded and re-generated.
I found these too and found this thread about it.
Now I restarted 3.1 another time but I still get these. Less than before,
but they still appear. Is that okay?
I thought BTRFS would update the space cache once and then be done with
it. When exactly should BTRFS be done with it?
Ciao,
--
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-11-07 9:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-07 2:16 space cache generation (...) does not match inode (...) Andrew Lutomirski
2011-08-08 12:14 ` Josef Bacik
2011-08-08 12:17 ` Andrew Lutomirski
2011-08-08 12:18 ` Josef Bacik
2011-11-07 9:37 ` Martin Steigerwald
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).