summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* make: generateMarian Csontos2022-05-1845-90/+135
|
* make: generateZdenek Kabelac2022-05-0345-66/+170
|
* vdo: support --vdosettingsZdenek Kabelac2022-05-031-8/+31
| | | | | | | | Allow to use --vdosettings with lvcreate,lvconvert,lvchange. Support settings currenly only configurable via lvm.conf. With lvchange we require inactivate LV for changes to be applied. Settings block_map_era_length has supported alias block_map_period.
* lvmdevices: --deldev using device idDavid Teigland2022-04-061-0/+1
| | | | | When used with --deviceidtype, --deldev can specify a device id to remove.
* writecache: display block size from lvsDavid Teigland2022-02-211-0/+4
| | | | | lvs was missing the ability to display writecache block size. now possible with lvs -o writecache_block_size
* man lvmcache: mention writecache memory usageDavid Teigland2022-02-211-0/+12
|
* man lvmcache: add more writecache cachesettings infoDavid Teigland2022-02-161-12/+39
|
* make: generateZdenek Kabelac2022-02-076-73/+55
|
* remove static autoactivationDavid Teigland2022-01-275-106/+15
| | | | | | | | | event based autoactivation is now the only method that lvm provides for autoactivation. Setting lvm.conf event_activation=0 can still be used to disable event based autoactivation commands, but doing so will no longer enable static autoactivation.
* man: doc writecache profile supportZdenek Kabelac2022-01-261-0/+33
|
* Revert "pvcreate: overwrite partition header with -f"David Teigland2022-01-181-4/+3
| | | | | | This reverts commit d5a950ca67c106403054ecb847e226e8b5a7c30e. This commit did not properly recognize GPT cases.
* pvcreate: overwrite partition header with -fDavid Teigland2022-01-141-3/+4
| | | | | | | $ pvcreate /dev/sdc Cannot use /dev/sdc: device is partitioned $ pvcreate -f /dev/sdc Physical volume "/dev/sdc" successfully created.
* man lvmautoactivation: replace systemctl with journalctlDavid Teigland2021-12-141-1/+1
|
* man: add section about static autoactivationDavid Teigland2021-12-061-7/+41
|
* man: lvmautoactivationDavid Teigland2021-11-294-37/+309
| | | | new topical man page describing autoactivation
* make: generateZdenek Kabelac2021-10-141-0/+2
|
* make: generateMarian Csontos2021-10-0745-6/+756
|
* system_id: new appmachineid optionDavid Teigland2021-10-071-0/+17
| | | | | | | The new system_id_source="appmachineid" will cause lvm to use an lvm-specific derivation of the machine-id, instead of the machine-id directly. This is now recommended in place of using machineid.
* libdm: dmsetup measure support for IMAAlasdair G Kergon2021-09-231-0/+15
| | | | | | | Add support for DM_IMA_MEASUREMENT_FLAG with DM_TABLE_STATUS_CMD. This feature requires DM version 4.45 (5.15+ kernels)
* make: generateZdenek Kabelac2021-09-2245-0/+427
|
* lvm_import_vdo: --dry-run automatically verboseZdenek Kabelac2021-09-171-1/+1
| | | | Dry-run is way more usable when it's verbose.
* vdo: man page updatesZdenek Kabelac2021-09-131-0/+3
|
* vdo: rename vdoimport to lvm_import_vdoZdenek Kabelac2021-08-262-5/+4
| | | | Missed bits in previous rename commits.
* vdo: Rename vdoimport to lvm_import_vdo.Marian Csontos2021-08-262-5/+5
|
* vgmerge: support option --poolmetadataspareZdenek Kabelac2021-07-231-0/+9
|
* vgsplit: add support for option --poolmetadataspareZdenek Kabelac2021-07-211-0/+9
| | | | | | | When splitting VG with thin/cache pool volume, handle pmspare during such split and allocate new pmspare in new VG or extend existing pmspare there and eventually drop pmspare in original VG if is no longer needed there.
* man: vdoimport pageZdenek Kabelac2021-07-091-0/+92
|
* vdo: add vdoimport supportZdenek Kabelac2021-07-091-1/+6
| | | | | | | | | | | | | Add tool 'vdoimport' to support easy conversion of an existing VDO manager managed VDO volumes into lvm2 managed VDO LV. When physical converted volume is already a logical volume, conversion happens with the VG itself, just with validation for extent_size, so the virtually sized logical VDO volume size can be expressed in extents. Example of basic simple usage: vdoimport --name vg/vdolv /dev/mapper/vdophysicalvolume
* make: generateZdenek Kabelac2021-06-284-36/+66
|
* lvmdevices: add deviceidtype optionDavid Teigland2021-06-111-14/+54
| | | | | | | | | | | When adding a device to the devices file with --adddev, lvm by default chooses the best device ID type for the new device. The new --deviceidtype option allows the user to override the built in preference. This is useful if there's a problem with the default type, or if a secondary type is preferrable. If the specified deviceidtype does not produce a device ID, then lvm falls back to the preference it would otherwise use.
* make: generateMarian Csontos2021-05-071-2/+2
|
* make: generateZdenek Kabelac2021-04-235-82/+71
|
* makefiles: add target for man-generatorZdenek Kabelac2021-04-231-0/+4
| | | | Add supporting target for recreating man-generator when dependencies needs it.
* man: add some resizing examplesZdenek Kabelac2021-04-233-1/+12
| | | | Add some examples with -l% usage.
* man: add missing _iorig suffixZdenek Kabelac2021-04-231-0/+1
|
* man: document fsadm -l optionZdenek Kabelac2021-04-231-2/+9
| | | | | | | Missed -l option in man page, although users should prefer lvresize -r when the also want to do a volume management, as there they can specify i.e. extents for allocation. Also mention dm-crypt support in command description.
* make: generateZdenek Kabelac2021-04-1945-12063/+4733
|
* man: replace empty linesZdenek Kabelac2021-04-1954-223/+256
|
* man: typography for raid and reportZdenek Kabelac2021-04-192-1259/+1252
| | | | Some enhancements for better man page rendering.
* man: typography fixesZdenek Kabelac2021-04-1921-264/+314
| | | | | | | | Correcting some usage of Bold and Italics (files). Adding some missing SEE ALSO. Fixing missed replaceable paths that are configurable. Be careful about .P in .TP sections - need to use .sp for space line. Use .UR/.UE for URL references.
* man: with internal build install cache, thin, vdoZdenek Kabelac2021-04-191-2/+20
| | | | | Do not install .7 man pages when building --without internal segtype support for types: cache, thin, vdo.
* man: use editline referenceZdenek Kabelac2021-04-192-6/+16
| | | | | When compiled with editline, refer this in man page as well instead of readline.
* makefiles: generate only needed textZdenek Kabelac2021-04-191-6/+8
| | | | | Avoid storing see_also & _end parts in generated doc, since these we can easily 'cat' while making man pages.
* makefiles: improved hyphenation replacementZdenek Kabelac2021-04-191-32/+48
| | | | | | | | Sed replacements script missed to properly replace several '-' to '\-'. Replace it with simpler set of regexes. Also add new target 'make checksed' for testing with examples, where the replacement should or should not occure for easier testing.
* man: typographyZdenek Kabelac2021-04-1422-2063/+1972
| | | | | | | | | | | | | | | | | | | | | | | | | | | With to use .TP where it's easy and doesn't change layout (since .HP is marked as deprecated) - but .TP is not always perfetc match. Avoid submitting empty lines to troff and replace them mostly with .P and use '.' at line start to preserve 'visual' presence of empty line while editing man page manually when there is no extra space needed. Fix some markup. Add some missing SEE ALSO section. Drop some white-space at end-of-lines. Improve hyphenation logic so we do not split options. Use '.IP numbers' only with first one the row (others in row automatically derive this value) Use automatic enumeration for .SH titles. Guidelines in-use: https://man7.org/linux/man-pages/man7/groff.7.html https://www.gnu.org/software/groff/manual/html_node/Man-usage.html https://www.gnu.org/software/groff/manual/html_node/Lists-in-ms.html
* makefiles: fix replacing path for LVM_PATHZdenek Kabelac2021-04-141-1/+1
| | | | Man pages were generated with incorrect LVM_PATH.
* make: generateZdenek Kabelac2021-04-1245-1468/+1468
| | | | Oops, previous generate was not correct.
* make: generateZdenek Kabelac2021-04-1245-5644/+5823
|
* man: hyphenation improvementsZdenek Kabelac2021-04-122-17/+43
|
* man: use commas in SEE ALSOZdenek Kabelac2021-04-123-121/+123
| | | | | Add ',' between each ref. Use left alignment and no hyphenation.