mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
update storagedriver/zfs-driver.md for Ubuntu 16.04 LTS
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
parent
2875c5404e
commit
ddf9b6f666
1 changed files with 21 additions and 0 deletions
|
@ -129,6 +129,27 @@ Stop the Docker daemon. Then, ensure that you have a spare block device at
|
|||
`/dev/xvdb`. The device identifier may be be different in your environment and
|
||||
you should substitute your own values throughout the procedure.
|
||||
|
||||
### Install Zfs on Ubuntu 16.04 LTS
|
||||
|
||||
1. If it is running, stop the Docker `daemon`.
|
||||
|
||||
2. Install the `zfs` package.
|
||||
|
||||
$ sudo apt-get install -y zfs
|
||||
Reading package lists... Done
|
||||
Building dependency tree
|
||||
<output truncated>
|
||||
|
||||
3. Verify that the `zfs` module is loaded correctly.
|
||||
|
||||
$ lsmod | grep zfs
|
||||
zfs 2813952 3
|
||||
zunicode 331776 1 zfs
|
||||
zcommon 57344 1 zfs
|
||||
znvpair 90112 2 zfs,zcommon
|
||||
spl 102400 3 zfs,zcommon,znvpair
|
||||
zavl 16384 1 zfs
|
||||
|
||||
### Install Zfs on Ubuntu 14.04 LTS
|
||||
|
||||
1. If it is running, stop the Docker `daemon`.
|
||||
|
|
Loading…
Reference in a new issue