]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lxc: allow use of lxc:///system URI as preferred format
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 27 Mar 2018 13:32:07 +0000 (14:32 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 12 Apr 2018 15:52:01 +0000 (16:52 +0100)
commita2fd657b8644e1cdc4568c6e99f8343f42fed1fe
tree1669c861854ae3852bf75388ed7ed1dad8716db7
parenta8ea89d2588d8162404ff41d805d49a1cb0fba7d
lxc: allow use of lxc:///system URI as preferred format

Historically we have used a bare lxc:/// URI for connecting to LXC. This
is different from our practice with QEMU, UML, Parallels, Libxl, BHyve
and VirtualBox drivers, which all use a path of '/system' or '/session'
or both.

By making LXC allow '/system', we have fully standardized on the use of
either '/system' or '/session' for all the stateful drivers that run
inside libvirtd.

Support for lxc:/// is of course maintained for back-compat.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/drvlxc.html.in
examples/lxcconvert/virt-lxc-convert
src/lxc/lxc_driver.c
src/lxc/lxc_process.c
tools/libvirt-guests.sysconf
tools/virsh.pod
tools/virt-login-shell.c