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
Antonio Murdaca f22ee02c6d devmapper: store base device fs type
After the very first init of the graph `docker info` correctly shows the
base fs type under `Backing Filesystem`. This information isn't stored
anywhere. After a restart (w/o erasing `/var/lib/docker`) `docker info`
shows an empty string under `Backing Filesystem`.
This patch records the base fs type after the first run in the metadata
or, to fix old devices that don't have this info in the metadata, just
probe the fs type of the base device at graph startup.

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2015-12-15 09:33:19 +01:00
..
aufs fix Put without Get in aufs 2015-12-03 22:22:25 +08:00
btrfs Fix typos found across repository 2015-12-13 18:04:12 +02:00
devmapper devmapper: store base device fs type 2015-12-15 09:33:19 +01:00
graphtest Relabel BTRFS Content on container Creation 2015-11-11 14:49:27 -05:00
overlay Fix typos found across repository 2015-12-13 18:04:12 +02:00
vfs Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
windows Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
zfs Fix typos found across repository 2015-12-13 18:04:12 +02:00
driver.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
driver_freebsd.go make docker compile on freebsd 2015-07-29 21:25:56 +03:00
driver_linux.go daemon/graphdriver fix lint errors/warnings 2015-08-17 19:27:36 +00:00
driver_unsupported.go daemon/graphdriver fix lint errors/warnings 2015-08-17 19:27:36 +00:00
driver_windows.go daemon/graphdriver fix lint errors/warnings 2015-08-17 19:27:36 +00:00
fsdiff.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
plugin.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
plugin_unsupported.go Create extpoint for graphdrivers 2015-09-09 20:24:35 -04:00
proxy.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00