1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/graphdriver
Jörg Thalheim 11e9167a6b zfs: improve performance by using legacy mounts
instead of let zfs automaticly mount datasets, mount them on demand using mount(2).
This speed up this graph driver in 2 ways:
- less zfs processes needed to start a container
- /proc/mounts get smaller, so zfs userspace tools has less to read (which can
  a significant amount of data as the number of layer grows)

This ways it can be also ensured that the correct mountpoint is always used.

Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>
2015-05-08 17:49:39 +02:00
..
aufs Fix AUFS logrus build errors on import 2015-03-30 11:46:44 -07:00
btrfs btrfs: #ifdef for build version 2015-03-25 13:56:51 -04:00
devmapper Merge pull request #12190 from rhvgoyal/deferred-removal 2015-05-04 14:22:52 -07:00
graphtest Changed snake case naming to camelCase 2015-03-26 15:05:45 -06:00
overlay overlay: skip superfluous metadata sets on commit 2015-05-07 16:15:54 -04:00
vfs Two SELinux Changes. 2015-03-05 13:55:44 -05:00
zfs zfs: improve performance by using legacy mounts 2015-05-08 17:49:39 +02:00
driver.go Implement Docker on ZFS 2015-05-08 17:48:20 +02:00
driver_linux.go
driver_unsupported.go
fsdiff.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00