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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user