- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvcreate
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 07:13 AM
06-10-2002 07:13 AM
I am trying to set contigous allocation for my lvm which is striped over two disks:
lvcreate -L 76 -n lvedinfs -s y -C y -i 2 -I 16 /dev/vg01
And I get the following message:
Contiguous allocation for striping isn't
supported.
Man doesn't say that I cannot use Contigous allocation if I use striping... . Is it actually true that I cannot specify Contigous allocation is lv was striped over several disks?
Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 07:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 07:19 AM
06-10-2002 07:19 AM
Re: lvcreate
contiguous and striping are complete opposites so they cant go together. If you have say 4 disks and stripe then block 1 is on disk A, 2 on disk B etc. so how can it possibly be contiguous ? if it was then you would have block 1 and 2 etc. all on disk A - thats contiguous.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 07:20 AM
06-10-2002 07:20 AM
Re: lvcreate
You can't use contiguous allocation policy and stripping.
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 07:22 AM
06-10-2002 07:22 AM
Re: lvcreate
Try this from "man lvcreate"
/Quote/
Set the contiguous allocation policy. A contiguous logical volume has three characteristics:
+ Physical extents are allocated in ascending order,
+ No gap is allowed between physical extents within a mirror copy,
+ Physical extents of any mirror copy all reside on a single physical volume.
/EndQuote/
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 07:22 AM
06-10-2002 07:22 AM
Re: lvcreate
In "-C contigouous" section ..
"physical extents are allocated in ascending order"
"physical extents of any mirror copy all reside on a single Physical volume".
If you got multiple disks the PE "counter" resets to 1 when it hits the the first PE the second disk, so that wouldn't be "..ascending order" already.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 07:24 AM
06-10-2002 07:24 AM
Re: lvcreate
+ Physical extents are allocated in ascending order,
+ No gap is allowed between physical extents within a mirror copy,
+ Physical extents of any mirror copy all reside on a single physical volume.
So a contiguous LV has to be on a *single* physical volume, ergo it cannot be used with stripes.
The only lvols that *must* be contiguous are root(/), boot(/stand),and swap/dump.
HTH
Duncan
I am an HPE Employee
