1
0
mirror of https://github.com/rancher/os.git synced 2025-09-03 07:44:21 +00:00

Check user-docker backingFS

This commit is contained in:
Jason-ZW
2019-03-04 13:03:45 +08:00
committed by niusmallnan
parent 18b2fe50af
commit bfd9baa280
2 changed files with 28 additions and 0 deletions

View File

@@ -95,6 +95,11 @@ func dockerInitAction(c *cli.Context) error {
}
}
err = checkZfsBackingFS(cfg.Rancher.Docker.StorageDriver, cfg.Rancher.Docker.Graph)
if err != nil {
log.Fatal(err)
}
args := []string{
"bash",
"-c",