linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Joe Thornber <thornber@redhat.com>
To: john.l.hamilton@gmail.com,
	LVM general discussion and development <linux-lvm@redhat.com>
Subject: Re: [linux-lvm] inconsistency between thin pool metadata mapped_blocks and lvs output
Date: Fri, 11 May 2018 09:21:28 +0100	[thread overview]
Message-ID: <20180511082128.jabbpuxnq4c7ypxr@reti> (raw)
In-Reply-To: <CA+p0dM=1BmTA3LyPwGFMH0gO6G7bVa-FUVs-Z8Z8vcRPqHODMQ@mail.gmail.com>

On Thu, May 10, 2018 at 07:30:09PM +0000, John Hamilton wrote:
> I saw something today that I don't understand and I'm hoping somebody can
> help.  We had a ~2.5TB thin pool that was showing 69% data utilization in
> lvs:
> 
> # lvs -a
>   LV                    VG       Attr       LSize  Pool Origin Data%
> Meta%  Move Log Cpy%Sync Convert
>   my-pool         myvg twi-aotz--  2.44t             69.04  4.90
>   [my-pool_tdata] myvg Twi-ao----  2.44t
>   [my-pool_tmeta] myvg ewi-ao---- 15.81g
> 
> However, when I dump the thin pool metadata and look at the mapped_blocks
> for the 2 devices in the pool, I can only account for about 950GB.  Here is
> the superblock and device entries from the metadata xml.  There are no
> other devices listed in the metadata:
> 
> <superblock uuid="" time="34" transaction="68" flags="0" version="2"
> data_block_size="128" nr_data_blocks="0">
>   <device dev_id="1" mapped_blocks="258767" transaction="0"
> creation_time="0" snap_time="14">
>   <device dev_id="8" mapped_blocks="15616093" transaction="27"
> creation_time="15" snap_time="34">
> 
> That first device looks like it has about 16GB allocated to it and the
> second device about 950GB.  So, I would expect lvs to show somewhere
> between 950G-966G Is something wrong, or am I misunderstanding how to read
> the metadata dump?  Where is the other 700 or so GB that lvs is showing
> used?

The non zero snap_time suggests that you're using snapshots.  I which case it
could just be there is common data shared between volumes that is getting counted
more than once.

You can confirm this using the thin_ls tool and specifying a format line that
includes EXCLUSIVE_BLOCKS, or SHARED_BLOCKS.  Lvm doesn't take shared blocks into
account because it has to scan all the metadata to calculate what's shared.

- Joe

  reply	other threads:[~2018-05-11  8:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-10 19:30 [linux-lvm] inconsistency between thin pool metadata mapped_blocks and lvs output John Hamilton
2018-05-11  8:21 ` Joe Thornber [this message]
2018-05-11  8:54   ` Marian Csontos
2018-05-11 17:09     ` John Hamilton
2018-05-16 14:43       ` John Hamilton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180511082128.jabbpuxnq4c7ypxr@reti \
    --to=thornber@redhat.com \
    --cc=john.l.hamilton@gmail.com \
    --cc=linux-lvm@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).