moby--moby/daemon/graphdriver
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
..
aufs Update libcontainer 2015-07-16 16:02:26 -07:00
btrfs docker-inspect: Extend docker inspect to export image/container metadata related to graph driver 2015-06-15 14:05:10 -04:00
devmapper Merge pull request #14693 from LK4D4/update_libcontainer 2015-07-17 13:02:04 -07:00
graphtest Changed snake case naming to camelCase 2015-03-26 15:05:45 -06:00
overlay Update libcontainer 2015-07-16 16:02:26 -07:00
vfs Update libcontainer 2015-07-16 16:02:26 -07:00
windows Windows: Graph driver implementation 2015-07-10 14:33:11 -07:00
zfs ZFS driver: raise better errors during init 2015-07-20 15:24:48 +02:00
driver.go Windows: Graph driver implementation 2015-07-10 14:33:11 -07:00
driver_linux.go Windows: graphdriver refactor 2015-05-20 08:51:27 -07:00
driver_unsupported.go Windows: graphdriver refactor 2015-05-20 08:51:27 -07:00
driver_windows.go Windows: Graph driver implementation 2015-07-10 14:33:11 -07:00
fsdiff.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00