mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![]() 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> |
||
---|---|---|
.. | ||
aufs | ||
btrfs | ||
devmapper | ||
graphtest | ||
overlay | ||
vfs | ||
windows | ||
zfs | ||
driver.go | ||
driver_freebsd.go | ||
driver_linux.go | ||
driver_unsupported.go | ||
driver_windows.go | ||
fsdiff.go | ||
plugin.go | ||
plugin_unsupported.go | ||
proxy.go |