'\" -*- coding: UTF-8 -*- .if \n(.g .ds T< \\FC .if \n(.g .ds T> \\F[\n[.fam]] .de URL \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac .TH lxc.system.conf 5 2024-03-30 "" "" .SH NAME lxc.system.conf \- LXC system configuration file .SH DESCRIPTION The system configuration is located at \*(T<\fI/etc/lxc/lxc.conf\fR\*(T> or \*(T<\fI~/.config/lxc/lxc.conf\fR\*(T> for unprivileged containers. .PP This configuration file is used to set values such as default lookup paths and storage backend settings for LXC. .SS "CONFIGURATION PATHS" .TP \*(T<\fBlxc.lxcpath\fR\*(T> The location in which all containers are stored. .TP \*(T<\fBlxc.default_config\fR\*(T> The path to the default container configuration. .SS "CONTROL GROUPS" .TP \*(T<\fBlxc.cgroup.use\fR\*(T> Comma separated list of cgroup controllers to setup. If none is specified, all available controllers will be used. .TP \*(T<\fBlxc.cgroup.pattern\fR\*(T> Format string used to generate the cgroup path (e.g. lxc/%n). .SS LVM .TP \*(T<\fBlxc.bdev.lvm.vg\fR\*(T> Default LVM volume group name. .TP \*(T<\fBlxc.bdev.lvm.thin_pool\fR\*(T> Default LVM thin pool name. .SS ZFS .TP \*(T<\fBlxc.bdev.zfs.root\fR\*(T> Default ZFS root name. .SH \fBlxc\fR(1), \fBlxc.container.conf\fR(5), \fBlxc.system.conf\fR(5), \fBlxc-usernet\fR(5) .SH "SEE ALSO" \fBlxc\fR(7), \fBlxc-create\fR(1), \fBlxc-copy\fR(1), \fBlxc-destroy\fR(1), \fBlxc-start\fR(1), \fBlxc-stop\fR(1), \fBlxc-execute\fR(1), \fBlxc-console\fR(1), \fBlxc-monitor\fR(1), \fBlxc-wait\fR(1), \fBlxc-cgroup\fR(1), \fBlxc-ls\fR(1), \fBlxc-info\fR(1), \fBlxc-freeze\fR(1), \fBlxc-unfreeze\fR(1), \fBlxc-attach\fR(1), \fBlxc.conf\fR(5) .SH AUTHOR Stéphane Graber <\*(T>