mirror of
https://github.com/rancher/os.git
synced 2025-08-28 03:01:00 +00:00
Merge pull request #1738 from SvenDowideit/explicitly-set-zfs-storagedriver
setting the storage driver explicitly may avoid a timing issue
This commit is contained in:
commit
babf6ddb48
@ -67,7 +67,7 @@ At this point you'll have a ZFS filesystem created and mounted at `/zpool1/docke
|
|||||||
Now you'll need to remove `-s overlay` (or any other storage driver) from the Docker daemon args to allow docker to automatically detect `zfs`.
|
Now you'll need to remove `-s overlay` (or any other storage driver) from the Docker daemon args to allow docker to automatically detect `zfs`.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ sudo ros config set rancher.docker.storage_driver ''
|
$ sudo ros config set rancher.docker.storage_driver 'zfs'
|
||||||
$ sudo ros config set rancher.docker.graph /mnt/zpool1/docker
|
$ sudo ros config set rancher.docker.graph /mnt/zpool1/docker
|
||||||
# Now that you've changed the Docker daemon args, you'll need to start Docker
|
# Now that you've changed the Docker daemon args, you'll need to start Docker
|
||||||
$ sudo system-docker start docker
|
$ sudo system-docker start docker
|
||||||
|
Loading…
Reference in New Issue
Block a user