<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: LVM Question in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/lvm-question/m-p/5119983#M62316</link>
    <description>Thanks.</description>
    <pubDate>Thu, 17 Jul 2008 15:24:27 GMT</pubDate>
    <dc:creator>Notts_sys</dc:creator>
    <dc:date>2008-07-17T15:24:27Z</dc:date>
    <item>
      <title>LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-question/m-p/5119981#M62314</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;We are having this issue with LVM and it looks like we are not able to see full capacity of LUNs presented to the server.&lt;BR /&gt;&lt;BR /&gt;We presented 2 X 2 TB of Luns to this box (sda and sdb), then created partitions sda1 and sdb1 of 2TB capacity each and added them to the volume group. Volume Group info as below. From the display below, we can see that the disks /dev/sda1 and /dev/sda2 both have 476835 PE so around 2TB, thats fine. The VG has total PE of 953670, fine too. but then why the VG Size is only 3.64 TB. As per my calculation it should be 953670 x 4.00 MB = 3814680 (3.8 TB), i wonder why it only shows 3.64 TB ? Please comment.&lt;BR /&gt;&lt;BR /&gt;The system in question is openSUSE 10.2 (i586), LVM: lvm2-2.02.13-10.2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vgdisplay -v vgBackup | more&lt;BR /&gt;    Using volume group(s) on command line&lt;BR /&gt;    Finding volume group "vgBackup"&lt;BR /&gt;  --- Volume group ---&lt;BR /&gt;  VG Name               vgBackup&lt;BR /&gt;  System ID&lt;BR /&gt;  Format                lvm2&lt;BR /&gt;  Metadata Areas        2&lt;BR /&gt;  Metadata Sequence No  5&lt;BR /&gt;  VG Access             read/write&lt;BR /&gt;  VG Status             resizable&lt;BR /&gt;  MAX LV                0&lt;BR /&gt;  Cur LV                1&lt;BR /&gt;  Open LV               1&lt;BR /&gt;  Max PV                0&lt;BR /&gt;  Cur PV                2&lt;BR /&gt;  Act PV                2&lt;BR /&gt;  VG Size               3.64 TB&lt;BR /&gt;  PE Size               4.00 MB&lt;BR /&gt;  Total PE              953670&lt;BR /&gt;  Alloc PE / Size       917504 / 3.50 TB&lt;BR /&gt;  Free  PE / Size       36166 / 141.27 GB&lt;BR /&gt;  VG UUID               05Wqus-mSip-psJr-jsgS-lmck-nbaw-ydu53r&lt;BR /&gt;&lt;BR /&gt;  --- Logical volume ---&lt;BR /&gt;  LV Name                /dev/vgBackup/lvBackup&lt;BR /&gt;  VG Name                vgBackup&lt;BR /&gt;  LV UUID                nPQPwE-gL8S-igJ1-ClUV-kkQB-aK2q-2auuSu&lt;BR /&gt;  LV Write Access        read/write&lt;BR /&gt;  LV Status              available&lt;BR /&gt;  # open                 1&lt;BR /&gt;  LV Size                3.50 TB&lt;BR /&gt;  Current LE             917504&lt;BR /&gt;  Segments               2&lt;BR /&gt;  Allocation             inherit&lt;BR /&gt;  Read ahead sectors     0&lt;BR /&gt;  Block device           253:0&lt;BR /&gt;&lt;BR /&gt;  --- Physical volumes ---&lt;BR /&gt;  PV Name               /dev/sdb4&lt;BR /&gt;  PV UUID               3C01SL-QVDq-gs2f-K1kk-0gx1-fg3p-hZRfhi&lt;BR /&gt;  PV Status             allocatable&lt;BR /&gt;  Total PE / Free PE    476835 / 0&lt;BR /&gt;&lt;BR /&gt;  PV Name               /dev/sda1&lt;BR /&gt;  PV UUID               33Enrm-GI0i-OQew-HcbG-OBZM-Qcin-HZy6Nc&lt;BR /&gt;  PV Status             allocatable&lt;BR /&gt;  Total PE / Free PE    476835 / 36166&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jul 2008 14:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-question/m-p/5119981#M62314</guid>
      <dc:creator>Notts_sys</dc:creator>
      <dc:date>2008-07-17T14:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-question/m-p/5119982#M62315</link>
      <description>Multipliers of 1000 vs. 1024. One of the reasons that "human readable" sizes are often a bad thing for admins.&lt;BR /&gt;&lt;BR /&gt;953670 extents, 4MB/extent = 3814680MB&lt;BR /&gt;&lt;BR /&gt;3814680MB, 1024MB/1GB = 3725.27GB&lt;BR /&gt;&lt;BR /&gt;3725.27GB, 1024GB/1TB = 3.64TB&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jul 2008 15:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-question/m-p/5119982#M62315</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2008-07-17T15:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-question/m-p/5119983#M62316</link>
      <description>Thanks.</description>
      <pubDate>Thu, 17 Jul 2008 15:24:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-question/m-p/5119983#M62316</guid>
      <dc:creator>Notts_sys</dc:creator>
      <dc:date>2008-07-17T15:24:27Z</dc:date>
    </item>
  </channel>
</rss>

