From: Zdenek Kabelac <zkabelac@redhat.com>
To: LVM general discussion and development <linux-lvm@redhat.com>,
Marc MERLIN <marc@merlins.org>
Subject: Re: [linux-lvm] Why use thin_pool_autoextend_threshold < 100 ?
Date: Wed, 1 Aug 2018 13:37:30 +0200 [thread overview]
Message-ID: <14527627-bb35-fa05-7a66-e540e7f18c33@redhat.com> (raw)
In-Reply-To: <20180731211706.zwx5luhcpkyropzl@merlins.org>
Dne 31.7.2018 v 23:17 Marc MERLIN napsal(a):
> On Tue, Jul 31, 2018 at 02:35:42PM +0200, Zdenek Kabelac wrote:
>> If you monitor amount of free space for data AND for metadata in thin-pool
>> yourself you can keep easily threshold == 100.
>
> Understood. Two things:
> 1) basically threshold < 100 allows you to hit the limit, have LVM pause
> IO, allocate more blocks, and resize the filesystem for you.
> However, if you're not monitoring this, it's ultimately just the same as
> having threshold = 100 and hoping that you won't hit the limit, except
> that you're adding the complexity of resizes in the mix. Correct?
Sure thing, when there is no free space to extend your overprovisioned
thin-pool and you run out-of-space you hit the limit at some point....
> 2) I wasn't quite clear on what metadata was used for, and I let
> vgcreate pick a default amount for me. Am I correct that it basically
> tracks block usage and maybe LVM snapshots that I'm not going to use,
> and that therefore if I don't resize my LV, I don't really have to
> worry about metadata running out?
kernel metadata stored in _tmeta LV hold old mapping of all thin-volumes.
i.e. which thin-pool chunk belongs to which thin-volume.
>> Just don't forget when you upsize 'data' - you should also typically
>> extend also metadata - it's not uncommon issue user start with small
>> 'data' & 'metadata' LV with thin-pool - then continue to only extend
>> thin-pool 'data' volume and ignore/forget about metadata completely
>> and hit the full metadata device - which can lead to many troubles
>> (hitting full dataLV is normally not a big deal).
>
> Thanks for the warning. Given that I started with the maximum size and
> don't plain on ever extending (to be fair, I can't), I should be ok
> there, correct?
Yep - once you make ~16GiB metadata you can't make them any bigger (hard
internal limitation of existing thin-pool target implementation).
But you still need to remember you can run of space in your metadata if there
is heavy usage of many large thin volumes - so the value of free space should
be always somehow monitored...
Regards
Zdenek
prev parent reply other threads:[~2018-08-01 11:37 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-26 16:31 [linux-lvm] Why use thin_pool_autoextend_threshold < 100 ? Marc MERLIN
2018-07-27 12:59 ` Zdenek Kabelac
2018-07-27 18:26 ` Marc MERLIN
2018-07-27 19:31 ` John Stoffel
2018-07-27 19:58 ` Marc MERLIN
2018-07-27 21:09 ` John Stoffel
2018-07-27 23:35 ` Marc MERLIN
2018-07-31 4:52 ` Chris Murphy
2018-08-01 1:33 ` John Stoffel
2018-08-01 2:43 ` Chris Murphy
2018-08-02 17:42 ` Chris Murphy
2018-07-31 2:44 ` Marc MERLIN
2018-07-31 12:35 ` Zdenek Kabelac
2018-07-31 21:17 ` Marc MERLIN
2018-08-01 11:37 ` Zdenek Kabelac [this message]
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=14527627-bb35-fa05-7a66-e540e7f18c33@redhat.com \
--to=zkabelac@redhat.com \
--cc=linux-lvm@redhat.com \
--cc=marc@merlins.org \
/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).