Re: lvcreate to use all available space on PV?
From: Alan D Johnson (adjtech_at_usadatanet.net)
Date: 02/21/04
- Previous message: Rick Jones: "Re: OpenLDAP for 64-bit 11i?"
- In reply to: Doug O'Leary: "Re: lvcreate to use all available space on PV?"
- Next in thread: Nissan 350Z: "Re: lvcreate to use all available space on PV?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 20 Feb 2004 21:00:05 -0500
Doug O'Leary wrote:
> In article <2a3b16bc.0402181640.496b1037@posting.google.com>, Chad Williams wrote:
>
>>Is there a way using lvcreate to have it create the logical volume to
>>use ALL available space on the PV? Didn't see anything in the man
>>pages.
>>
>>#lvcreate -L 16384 /dev/vg04
>
>
> If you want to create a lv on a specific pv, then you have to create
> the lv, then extend it. For instance:
>
> lvcreate -n lvol23 /dev/vg04
> lvextend -L 16384 /dev/vg04/lvol23 ${specific_dev}
>
> HTH;
>
> Doug
>
Sounds like he just wants to allocate it all instead of fs's. Good to cu
Doug.
- Previous message: Rick Jones: "Re: OpenLDAP for 64-bit 11i?"
- In reply to: Doug O'Leary: "Re: lvcreate to use all available space on PV?"
- Next in thread: Nissan 350Z: "Re: lvcreate to use all available space on PV?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|