Commit a3ff5b56 by Serge Hallyn

Merge pull request #944 from brauner/bugfix_branch

use correct "overlayfs" instead of "ovl"
parents 486c5f03 a5b84c6d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment