* dm thin: data block's ref count is not zero but not belong to any device.
@ 2018-09-26 3:13 monty
0 siblings, 0 replies; 2+ messages in thread
From: monty @ 2018-09-26 3:13 UTC (permalink / raw)
To: dm-devel
Hi! I met a problem of dm-thin: a thin-pool has no volumes but its
nr_free_blocks_data is not zero. I guess the scene of this problem like:
a. create a thin volume thin01, size is 10GB;
b. write 10GB to thin01;
c. create a snapshot thin01-snap, orig is thin01;
d. write 10GB to thin01-snap;
e. for a data block of thin01-snap, which will be written by user, will
experience following steps:
1. alloc a data block m firstly;
2. wirte data to data block m;
3. bio callback and assign data block m to thin01-snap.
If power loss happens between step 2 and step 3, data block will not
belong to any device but its ref count is not zero.
Is it a problem? How to solve this problem?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: dm thin: data block's ref count is not zero but not belong to any device.
[not found] <20180926031317.GA20632@yyp.\x02>
@ 2018-09-27 14:25 ` Joe Thornber
0 siblings, 0 replies; 2+ messages in thread
From: Joe Thornber @ 2018-09-27 14:25 UTC (permalink / raw)
To: monty; +Cc: dm-devel
On Tue, Sep 25, 2018 at 11:13:17PM -0400, monty wrote:
>
> Hi! I met a problem of dm-thin: a thin-pool has no volumes but its
> nr_free_blocks_data is not zero. I guess the scene of this problem like:
> a. create a thin volume thin01, size is 10GB;
> b. write 10GB to thin01;
> c. create a snapshot thin01-snap, orig is thin01;
> d. write 10GB to thin01-snap;
> e. for a data block of thin01-snap, which will be written by user, will
> experience following steps:
> 1. alloc a data block m firstly;
> 2. wirte data to data block m;
> 3. bio callback and assign data block m to thin01-snap.
> If power loss happens between step 2 and step 3, data block will not
> belong to any device but its ref count is not zero.
> Is it a problem? How to solve this problem?
Yes, there are a couple of ways this can happen, a dump and restore of
the metadata will repair it.
- Joe
>
> --
> dm-devel mailing list
> dm-devel@redhat.com
> https://www.redhat.com/mailman/listinfo/dm-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-09-27 14:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20180926031317.GA20632@yyp.\x02>
2018-09-27 14:25 ` dm thin: data block's ref count is not zero but not belong to any device Joe Thornber
2018-09-26 3:13 monty
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox