Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   lvextend    ( 8 )

добавить место в логический том (Add space to a logical volume)

Имя (Name)

lvextend — Add space to a logical volume


Синопсис (Synopsis)

lvextend option_args position_args [ option_args ] [ position_args ]

--alloc contiguous|cling|cling_by_tags|normal|anywhere| inherit -A|--autobackup y|n --commandprofile String --config String -d|--debug --devices PV --devicesfile String --driverloaded y|n -l|--extents [+]Number[PERCENT] -f|--force -h|--help --lockopt String --longhelp -m|--mirrors Number -n|--nofsck --nolocking --nosync --noudevsync --poolmetadatasize [+]Size[m|UNIT] --profile String -q|--quiet --reportformat basic|json -r|--resizefs -L|--size [+]Size[m|UNIT] -i|--stripes Number -I|--stripesize Size[k|UNIT] -t|--test --type linear|striped|snapshot|raid|mirror|thin|thin-pool| vdo|vdo-pool|cache|cache-pool|writecache --usepolicies -v|--verbose --version -y|--yes


Описание (Description)

lvextend extends the size of an LV. This requires allocating logical extents from the VG's free physical extents. If the extension adds a new LV segment, the new segment will use the existing segment type of the LV.

Extending a copy-on-write snapshot LV adds space for COW blocks.

Use lvconvert(8) to change the number of data images in a RAID or mirrored LV.

In the usage section below, --size Size can be replaced with --extents Number. See both descriptions the options section.