]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
use correct "overlayfs" instead of "ovl" 944/head
authorChristian Brauner <christian.brauner@mailbox.org>
Tue, 5 Apr 2016 14:05:29 +0000 (16:05 +0200)
committerChristian Brauner <christian.brauner@mailbox.org>
Tue, 5 Apr 2016 14:05:29 +0000 (16:05 +0200)
Signed-off-by: Christian Brauner <christian.brauner@mailbox.org>
src/lxc/bdev/bdev.c

index 1114a41a7527958b1c65e186bb931608a5adc91b..6b2911579f398e17acf345bf15e6f757ef2d24ca 100644 (file)
@@ -980,7 +980,7 @@ bool is_valid_bdev_type(const char *type)
                        strcmp(type, "loop") == 0 ||
                        strcmp(type, "lvm") == 0 ||
                        strcmp(type, "nbd") == 0 ||
-                       strcmp(type, "ovl") == 0 ||
+                       strcmp(type, "overlayfs") == 0 ||
                        strcmp(type, "rbd") == 0 ||
                        strcmp(type, "zfs") == 0)
                return true;