wok diff lvm2/description.txt @ rev 25193

updated python-genshi (0.7.3 -> 0.7.5)
author Hans-G?nter Theisgen
date Wed Jul 13 10:42:47 2022 +0100 (2022-07-13)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lvm2/description.txt	Wed Jul 13 10:42:47 2022 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +LVM2 refers to the userspace toolset that provide logical volume management
     1.5 +facilities on linux.
     1.6 +It is reasonably backwards-compatible with the original LVM toolset.
     1.7 +
     1.8 +To use LVM2 you need 3 things:
     1.9 +- device-mapper in your kernel,
    1.10 +- the userspace device-mapper support library (libdevmapper) and
    1.11 +- the userspace LVM2 tools.
    1.12 +
    1.13 +Please look at https://sourceware.org/dm/ for information about the device-mapper
    1.14 +kernel and userspace components.