Displaying 4 results from an estimated 4 matches for "cl_vm731611".
2017 Feb 22
2
how to resize a partition of a disk define as a physical volume
I should have added the output of pvs:
[root ~]# pvs
PV VG Fmt Attr PSize PFree
/dev/xvda2 cl_vm731611 lvm2 a-- 9.00g 0
PFree still show 0. It should show 5g.
Also:
[root ~]# pvdisplay /dev/xvda2
--- Physical volume ---
PV Name /dev/xvda2
VG Name cl_vm731611
PV Size 9.00 GiB / not usable 2.00 MiB
Allocatable yes (but full)
PE Size...
2017 Feb 22
4
how to resize a partition of a disk define as a physical volume
...CentOS mailing list
> > Betreff: Re: [CentOS] how to resize a partition of a disk define as a
> > physical volume
> >
> > I should have added the output of pvs:
> >
> > [root ~]# pvs
> > PV VG Fmt Attr PSize PFree
> > /dev/xvda2 cl_vm731611 lvm2 a-- 9.00g 0
> >
> > PFree still show 0. It should show 5g.
> >
> > Also:
> > [root ~]# pvdisplay /dev/xvda2
> > --- Physical volume ---
> > PV Name /dev/xvda2
> > VG Name cl_vm731611
> > PV Size...
2017 Feb 22
0
how to resize a partition of a disk define as a physical volume
...twoch, 22. Februar 2017 14:18
> An: CentOS mailing list
> Betreff: Re: [CentOS] how to resize a partition of a disk define as a
> physical volume
>
> I should have added the output of pvs:
>
> [root ~]# pvs
> PV VG Fmt Attr PSize PFree
> /dev/xvda2 cl_vm731611 lvm2 a-- 9.00g 0
>
> PFree still show 0. It should show 5g.
>
> Also:
> [root ~]# pvdisplay /dev/xvda2
> --- Physical volume ---
> PV Name /dev/xvda2
> VG Name cl_vm731611
> PV Size 9.00 GiB / not usable 2.00 MiB
>...
2017 Feb 22
2
how to resize a partition of a disk define as a physical volume
Hello,
I have a CentOS VM with only one disk on a Xenserver.
The disk has 2 partitions:
/dev/xvda1 -> /boot
/dev/xvda2 -> a physical volume for LVM
I added 5GB to this disk via Xencenter to extend /dev/xvda2. Usually I
just have to do "pvresize /dev/xvda" to have the additional space added to
the disk. But for some reason it does not work for this disk.
[root ~]# pvresize