moby--moby/daemon/graphdriver/zfs
Flavio Castelli f95b3a6b6a ZFS driver: raise better errors during init
The ZFS driver should raise proper errors when the ZFS utility is
missing or when there's no zfs partition active on the system. Raising the
proper errors make possible to silently ignore the ZFS storage
driver when no default storage driver is specified.

Previous to this commit it was no longer possible to start the
docker daemon in that way:

  docker -d --storage-opt dm.loopdatasize=2GB

The above command resulted in an exit error because the ZFS driver
tried to use the storage options.

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
2015-07-20 15:24:48 +02:00
..
MAINTAINERS zfs: add myself to MAINTAINERS 2015-05-08 17:48:20 +02:00
zfs.go ZFS driver: raise better errors during init 2015-07-20 15:24:48 +02:00
zfs_freebsd.go avoid 88-chars mountpoint length limit on freebsd 2015-05-29 16:33:04 +03:00
zfs_linux.go avoid 88-chars mountpoint length limit on freebsd 2015-05-29 16:33:04 +03:00
zfs_test.go Windows: No ZFS graphdriver 2015-05-14 15:57:45 -07:00
zfs_unsupported.go avoid 88-chars mountpoint length limit on freebsd 2015-05-29 16:33:04 +03:00