The '<476.22' is part of the output of the vgs and vgdisplay commands.
The pvdisplay command explains why this happens: PV Size: 476.22 GiB /
not usable 2.00 MiB

Here are all the command outputs:

# vgs
  VG                    #PV #LV #SN Attr   VSize    VFree
  dhcp-100-105-1-216-vg   1   2   0 wz--n- <476.22g    0


# vgdisplay
  --- Volume group ---
  VG Name               dhcp-100-105-1-216-vg
  System ID
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  3
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                2
  Open LV               2
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               <476.22 GiB
  PE Size               4.00 MiB
  Total PE              121912
  Alloc PE / Size       121912 / <476.22 GiB
  Free  PE / Size       0 / 0
  VG UUID               ysNZ48-CfAf-AZOr-bU5o-sUIp-IYw5-FtJtcr


# pvdisplay
  --- Physical volume ---
  PV Name               /dev/mapper/nvme0n1p4_crypt
  VG Name               dhcp-100-105-1-216-vg
  PV Size               476.22 GiB / not usable 2.00 MiB
  Allocatable           yes (but full)
  PE Size               4.00 MiB
  Total PE              121912
  Free PE               0
  Allocated PE          121912
  PV UUID               Jisuin-IEnX-jjBw-g3er-1rYX-2IA3-9uJzTF
On Thu, Sep 27, 2018 at 1:27 PM Thomas Lange
<la...@informatik.uni-koeln.de> wrote:
>
> >>>>> On Wed, 26 Sep 2018 12:43:44 +0200, Michael Schaller <mi...@google.com> 
> >>>>> said:
>
>     > %vg_info = {
>     >              'cur_lv' => '2',
>     >              'cur_pv' => '1',
>     >              'pe_size_unit' => 'MiB',
>     >              'vg_size' => '<476.22',
>     >              'uuid' => 'ysNZ48-CfAf-AZOr-bU5o-sUIp-IYw5-FtJtcr',
>     >              'act_pv' => '1',
>     >              'max_pv' => '0',
>     >              'status' => 'resizable',
>     >              'total_pe' => '121912',
>     >              'open_lv' => '2',
>     >              'vgname' => 'dhcp-100-105-1-216-vg',
>     >              'alloc_pe_size_unit' => 'GiB',
>     >              'max_lv' => '0',
>     >              'vg_size_unit' => 'GiB',
>     >              'access' => 'read/write',
>     >              'pe_size' => '4.00',
>     >              'alloc_pe_size' => '<476.22',
>     >              'alloc_pe' => '121912'
>     >            };
> I wonder where this '<476.22' comes from?
> What's the output of vgs, vgdisplay, pvdisplay?
> It the output of those commands doe not have the '<' in it, it may be
> a problem in the Linux::LVM Perl library.
>
> --
> regards Thomas

Reply via email to