moby--moby/daemon/graphdriver/btrfs
Alexander Larsson 4bdb8c03fc graphdriver: Fail initialization if supported but got error
If a graphdriver fails initialization due to ErrNotSupported we ignore
that and keep trying the next. But if some driver has a different
error (for instance if you specified an unknown option for it) we fail
the daemon startup, printing the error, rather than falling back to an
unexected driver (typically vfs) which may not match what you have run
earlier.

Docker-DCO-1.1-Signed-off-by: Alexander Larsson <alexl@redhat.com> (github: alexlarsson)
2014-05-09 14:48:39 +02:00
..
MAINTAINERS Add alex as devmapper and btrfs maintainer 2014-05-05 10:47:55 -07:00
btrfs.go graphdriver: Fail initialization if supported but got error 2014-05-09 14:48:39 +02:00
btrfs_test.go graphdriver: Add generic test framework for graph drivers 2014-05-09 14:48:39 +02:00
dummy_unsupported.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00