From: David Robinson <zxvdr.au@gmail.com>
To: LVM general discussion and development <linux-lvm@redhat.com>
Subject: Re: [linux-lvm] Resize LVM2 partition under VMware
Date: Wed, 19 Dec 2007 07:57:39 +1000 [thread overview]
Message-ID: <47684253.4000404@gmail.com> (raw)
In-Reply-To: <73BD1CEC958A564DB6771C5E97339F280167D03B@SMAIL.eu.lectra.com>
> Now I try to extend my volume using lvextend command:
>
> [root@devcentos5 ~]# lvextend -L+10G /dev/VolGroup00/LogVol00
> Extending logical volume LogVol00 to 27.94 GB
> Insufficient free space: 320 extents needed, but only 0 available
>
> I tried system-config-lvm utility, but there is no unallocated space to use.
>
> How can I get the additional 10G that I added to the /dev/sda2 partition?
You missed "pvresize /dev/sda2". If the physical volume has changed size
the pvresize command will resize the physical volume and therefore the
volume group its within. If you were to run "vgdisplay VolGroup00" does
it show the Free PE/Size that you expect?
--Dave
next prev parent reply other threads:[~2007-12-18 22:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-18 20:34 [linux-lvm] Resize LVM2 partition under VMware Naslain Christophe
2007-12-18 21:57 ` David Robinson [this message]
2007-12-19 8:55 ` Naslain Christophe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47684253.4000404@gmail.com \
--to=zxvdr.au@gmail.com \
--cc=linux-lvm@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.