blob: 02977b4fb059ec7fa31a6a854144e7f1f50544b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Glossary
========
.. glossary::
LXC
`Linux Containers <https://linuxcontainers.org/>`_
Container
A container is an isolated system with a separate root file system and
operating system userland. The containers share a common operating system
kernel.
LVM
Logical volume manager. The LVM allows to allocate space on block
devices more dynamically than with traditional partitions. The block
devices are managed as physical volumes (PVs) that are grouped in volume
groups (VGs). Space can be allocated as logical volumes (LVs) that can be
formatted using regular file system tools. LVs can be resized without
reboot. LVM provides snapshot functionality that is useful for backup and
upgrade procedures.
|