mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-06-03 04:04:33 +00:00

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
21 lines
431 B
Plaintext
21 lines
431 B
Plaintext
# LVM: volume group to use for new containers
|
|
lxc.bdev.lvm.vg = lxc
|
|
|
|
# LVM: thin pool to use for new containers
|
|
lxc.bdev.lvm.thin_pool = lxc
|
|
|
|
# ZFS: Root path
|
|
lxc.bdev.zfs.root = lxc
|
|
|
|
# Path to the containers
|
|
lxc.lxcpath = /var/lib/lxc/
|
|
|
|
# Path to the default configuration file
|
|
lxc.default_config = /etc/lxc/default.conf
|
|
|
|
# Pattern to use for the cgroup path
|
|
lxc.cgroup.pattern = lxc/%n
|
|
|
|
# List of cgroups to use
|
|
lxc.cgroup.use =
|