[linux-lvm] Why does thinpool take 2*poolmetadatasize space?

2020-10-20 Thread Scott Moser
When I create an lvmthinpool with size S and poolmetadatasize P, it reduces the available freespace by S+2P. I expected that to be S+P. Where did the extra poolmetadatasize get used? See below for example. before lvcreate we had 255868 free, after we had 254588. The difference is 1280. (1024 +

[linux-lvm] [PATCH] man: document that 2 times poolmetadatasize is allocated for lvmthin

2020-10-20 Thread Scott Moser
diff --git a/man/lvmthin.7_main b/man/lvmthin.7_main index ce2343183..e21e516c9 100644 --- a/man/lvmthin.7_main +++ b/man/lvmthin.7_main @@ -1101,6 +1101,11 @@ specified with the --poolmetadatasize option. When this option is not given, LVM automatically chooses a size based on the data size and

[linux-lvm] [PATCH] man: document that 2 times poolmetadatasize is allocated for lvmthin

2020-10-26 Thread Scott Moser
diff --git a/man/lvmthin.7_main b/man/lvmthin.7_main index ce2343183..e21e516c9 100644 --- a/man/lvmthin.7_main +++ b/man/lvmthin.7_main @@ -1101,6 +1101,11 @@ specified with the --poolmetadatasize option. When this option is not given, LVM automatically chooses a size based on the data size and

Re: [linux-lvm] lvm2-testsuite stability

2023-06-20 Thread Scott Moser
> >Missed to actually answer this embedded question about the current git tree >for lvm2. We are still at sourceware: > >https://sourceware.org/git/?p=lvm2.git Yeah, sorry. i was aware, I just pointed to the github being lazy. It'd be nice for that to be up to date, but it isn't really important

[linux-lvm] lvm2-testsuite stability

2023-06-15 Thread Scott Moser
Hi, I'm looking to enable the lvm2 testsuite as an autopkgtest [1] to run in debian and ubuntu. I have a merge request up at [2]. The general idea is just to a.) package 'lvm2-testsuite' as an installable package b.) run the testsuite as part of the autopkgtest. The version I'm testing on

Re: [linux-lvm] lvm2-testsuite stability

2023-06-19 Thread Scott Moser
shell after the tests. My ultimate goal is to provide a distro with confidence that the lvm2 package they're integrating is working correctly. I'm ok to skip tests that provide noisy results. In this case, having *some* reliable test is a huge improvement. Thanks, Scott On Mon, Jun 19, 2023 at 8:26 AM

[linux-lvm] lvm2-testsuite stability

2023-06-15 Thread Scott Moser
Hi, [sorry for duplicate post, re-sending from a subscribed address] I'm looking to enable the lvm2 testsuite as an autopkgtest [1] to run in debian and ubuntu. I have a merge request up at [2]. The general idea is just to a.) package 'lvm2-testsuite' as an installable package b.) run the