2002-01-04 23:35:19 +03:00
.TH LVEXTEND 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
.SH NAME
lvextend \- extend the size of a logical volume
.SH SYNOPSIS
.B lvextend
2004-11-16 21:09:32 +03:00
[\- \- alloc AllocationPolicy]
2002-01-04 23:35:19 +03:00
[\- A/\- \- autobackup y/n] [\- d/\- \- debug] [\- h/\- ?/\- \- help]
2002-11-18 17:04:08 +03:00
[\- i/\- \- stripes Stripes [\- I/\- \- stripesize StripeSize]]
2002-01-04 23:35:19 +03:00
{\- l/\- \- extents [+]LogicalExtentsNumber |
\- L/\- \- size [+]LogicalVolumeSize[kKmMgGtT]}
2002-11-18 17:04:08 +03:00
[\- t/\- \- test]
2002-01-04 23:35:19 +03:00
[\- v/\- \- verbose] LogicalVolumePath [PhysicalVolumePath...]
.SH DESCRIPTION
lvextend allows you to extend the size of a logical volume.
Extension of snapshot logical volumes (see
.B lvcreate(8)
2003-11-14 19:17:55 +03:00
for information to create snapshots) is supported as well.
2002-01-04 23:35:19 +03:00
.SH OPTIONS
See \fB lvm\fP for common options.
.TP
.I \- l, \- \- extents [+]LogicalExtentsNumber
Extend or set the logical volume size in units of logical extents.
With the + sign the value is added to the actual size
of the logical volume and without it, the value is taken as an absolute one.
.TP
.I \- L, \- \- size [+]LogicalVolumeSize[kKmMgGtT]
Extend or set the logical volume size in units in units of megabytes.
A size suffix of M for megabytes, G for gigabytes or T for terabytes is
optional. With the + sign the value is added to the actual size
of the logical volume and without it, the value is taken as an absolute one.
2002-11-18 17:04:08 +03:00
.TP
.I \- i, \- \- stripes Stripes
Gives the number of stripes for the extension.
2003-11-14 19:17:55 +03:00
Not applicable to LVs using the original metadata LVM format, which must
use a single value throughout.
2002-11-18 17:04:08 +03:00
.TP
.I \- I, \- \- stripesize StripeSize
Gives the number of kilobytes for the granularity of the stripes.
2003-11-14 19:17:55 +03:00
Not applicable to LVs using the original metadata LVM format, which must
use a single value throughout.
2002-11-18 17:04:08 +03:00
.br
StripeSize must be 2^n (n = 2 to 9)
2002-01-04 23:35:19 +03:00
.SH Examples
"lvextend -L +54 /dev/vg01/lvol10 /dev/sdk3" tries to extend the size of
that logical volume by 54MB on physical volume /dev/sdk3.
This is only possible if /dev/sdk3 is a member of volume group vg01 and
there are enough free physical extents in it.
.SH SEE ALSO
.BR lvm (8),
.BR lvcreate (8),
.BR lvreduce (8),
2003-11-14 19:17:55 +03:00
.BR lvresize (8),
2002-01-04 23:35:19 +03:00
.BR lvchange (8)