<div dir="ltr">Never mind, the answer is the 
extent_size

is the number of sectors (or perhaps it's the number of 512 byte blocks, I'll have to test on 4K sector drives).     So in this case 4M and 4M*3840 is the 16G (not 16M which was the 3840*4096).<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 25, 2018 at 5:37 PM, David F. <span dir="ltr"><<a href="mailto:df7729@gmail.com" target="_blank">df7729@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I created a test lvm on a 32G UFD with two logical volumes, 15G and 14G.  I then looked at the on disk data and most makes since except the extent_count vs extent_size.   In this case the extent_size is 8192, and it says the extent sizes are 3840 and 3584, but that * 8192 is double its actual size.   * 4096 then it is the size.  So how does that work.  TIA!!  Here's the sample:</div><div><br></div><div>test_lvm {<br>id = "xhewgS-UxVF-4qC5-MGXp-ErfX-<wbr>6SNl-UkCdgz"<br>seqno = 3<br>format = "lvm2"<br>status = ["RESIZEABLE", "READ", "WRITE"]<br>flags = []<br>extent_size = 8192<br>max_lv = 0<br>max_pv = 0<br>metadata_copies = 0<br><br>physical_volumes {<br><br>pv0 {<br>id = "XhEzob-g2D5-YcGp-zfz9-39R7-<wbr>HII6-SITlH9"<br>device = "/dev/sdc"<br><br>status = ["ALLOCATABLE"]<br>flags = []<br>dev_size = 62531584<br>pe_start = 2048<br>pe_count = 7633<br>}<br>}<br><br>logical_volumes {<br><br>lvm_logvol {<br>id = "IIKGTj-2eYn-5iTk-7KZd-ZMzS-<wbr>aqYT-kwNgko"<br>status = ["READ", "WRITE", "VISIBLE"]<br>flags = []<br>creation_time = 1532609310<br>creation_host = "localhost.localdomain"<br>segment_count = 1<br><br>segment1 {<br>start_extent = 0<br>extent_count = 3840<br><br>type = "striped"<br>stripe_count = 1<br><br>stripes = [<br>"pv0", 0<br>]<br>}<br>}<br><br>lvm_logvol2 {<br>id = "dC9wIq-kJ3I-ixLV-A2f9-889Y-<wbr>qpUr-DdfciL"<br>status = ["READ", "WRITE", "VISIBLE"]<br>flags = []<br>creation_time = 1532609325<br>creation_host = "localhost.localdomain"<br>segment_count = 1<br><br>segment1 {<br>start_extent = 0<br>extent_count = 3584<br><br>type = "striped"<br>stripe_count = 1<br><br>stripes = [<br>"pv0", 3840<br>]<br>}<br>}<br>}<br><br>}<br># Generated by LVM2 version 2.02.168(2) (2016-11-30): Thu Jul 26 08:48:45 2018<br><br>contents = "Text Format Volume Group"<br>version = 1<br><br>description = ""<br><br>creation_host = "localhost.localdomain"    # Linux localhost.localdomain 4.11.8-300.fc26.x86_64 #1 SMP Thu Jun 29 20:09:48 UTC 2017 x86_64<br>creation_time = 1532609325    # Thu Jul 26 08:48:45 2018</div><div><br></div></div>
</blockquote></div><br></div>