]> git.ipfire.org Git - thirdparty/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>
Fri, 15 Dec 2017 11:30:49 +0000 (12:30 +0100)
commit41f9a60fab9a2e38130040d4fabb54b3774b33e9
treebe68cdea2032f1fb7693d7940f738bece295b7ed
parent367df444e18a068096eb03f3ee632eedafd65ba0
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