add advice if user using btrfs storage driver

pull/12990/head
Steven Powell 2021-11-19 13:49:08 -08:00
parent 212e99ae3c
commit e1cecc0fa0
1 changed files with 9 additions and 0 deletions

View File

@ -1053,6 +1053,15 @@ var guestIssues = []match{
},
Regexp: re(`'/var/lib/dpkg': No such file or directory`),
},
{
Kind: Kind{
ID: "GUEST_STORAGE_DRIVER_BTRFS",
ExitCode: ExGuestUnsupported,
Advice: "minikube does not support the BTRFS storage driver yet, there is a workaround, add the following flag to your start command `--feature-gates=\"LocalStorageCapacityIsolation=false\"`",
Issues: []int{7923},
},
Regexp: re(`unsupported graph driver: btrfs`),
},
{
Kind: Kind{
ID: "GUEST_INCORRECT_ARCH",