dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Heinz Mauelshagen <heinzm@redhat.com>
To: device-mapper development <dm-devel@redhat.com>
Subject: Re: [PATCH] dm-thin: Add data block size limits to the Documentation
Date: Wed, 24 Jul 2013 11:32:00 +0200	[thread overview]
Message-ID: <51EF9F10.3030304@redhat.com> (raw)
In-Reply-To: <1374588196-9510-1-git-send-email-cmaiolino@redhat.com>

On 07/23/2013 04:03 PM, Carlos Maiolino wrote:
> $data_block_size can't be any arbitrary number, i.e. its value should be between
> 64K and 1G. Also, it should be a multiple of 64K.

The limits 64K and 1G are correct and enforced by the pool constructor 
in the target.

Blocksize is _not_ a multiple of 64K; it has to be power of 2.

Thus 64K,128K,256K,512K and 1G are valid block sizes for the pool with 
the current pool constructor limits enforced.

-- lvmguy

> Add this information to the dm-thin documentation in order to let users know
> which values they must use.
>
> Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
> ---
>   Documentation/device-mapper/thin-provisioning.txt | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/device-mapper/thin-provisioning.txt b/Documentation/device-mapper/thin-provisioning.txt
> index 30b8b83..ff1629b 100644
> --- a/Documentation/device-mapper/thin-provisioning.txt
> +++ b/Documentation/device-mapper/thin-provisioning.txt
> @@ -104,8 +104,8 @@ primarily interested in thin provisioning may want to use a value such
>   as 1024 (512KB).  People doing lots of snapshotting may want a smaller value
>   such as 128 (64KB).  If you are not zeroing newly-allocated data,
>   a larger $data_block_size in the region of 256000 (128MB) is suggested.
> -$data_block_size must be the same for the lifetime of the
> -metadata device.
> +$data_block_size must be between 128 (64KB) and 2097152 (1GB) and be a multiple
> +of 128 (64KB), and the same for the lifetime of the metadata device.
>   
>   $low_water_mark is expressed in blocks of size $data_block_size.  If
>   free space on the data device drops below this level then a dm event

  reply	other threads:[~2013-07-24  9:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-23 14:03 [PATCH] dm-thin: Add data block size limits to the Documentation Carlos Maiolino
2013-07-24  9:32 ` Heinz Mauelshagen [this message]
2013-07-24 11:26   ` Heinz Mauelshagen

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=51EF9F10.3030304@redhat.com \
    --to=heinzm@redhat.com \
    --cc=dm-devel@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).