From a91869cc8593bb98e39e097ef68b7ce8dc59e52b Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Mon, 15 Feb 2021 02:11:40 +0700 Subject: [PATCH] Use lvm instead of btrfs because of a bug in k8s --- test/lxd.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/lxd.yaml b/test/lxd.yaml index 67a15f07..d545d9b1 100644 --- a/test/lxd.yaml +++ b/test/lxd.yaml @@ -14,7 +14,8 @@ storage_pools: size: 50GB description: "" name: local - driver: btrfs + # TODO use btrfs in k8s 1.19.8 https://github.com/kubernetes/kubernetes/issues/94335 + driver: lvm profiles: - config: {} description: ""