]> git.proxmox.com Git - mirror_lxc.git/commit
confile: parse storage type
authorChristian Brauner <christian.brauner@ubuntu.com>
Mon, 27 Nov 2017 12:01:22 +0000 (13:01 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 28 Nov 2017 12:52:19 +0000 (13:52 +0100)
commit693dbdb975b6c6934e1b6c6e1547c0f72a9df25a
tree665062bbf589d1677e1023a170efe9447046e289
parentea7f6b29bcb3de45442c459f82c960a823d5ddbe
confile: parse storage type

Split lxc.rootfs.path = <storage type>:<container path> into <storage-type> and
<container path> to set the storage type and rootfs path value correctly.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Adrian Reber <areber@redhat.com>
src/lxc/confile.c