1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
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
..
daemonbuilder Move IndexInfo and ServiceConfig types to api/types/registry/registry.go 2015-12-14 11:28:02 -05:00
events Add PubSub topics. 2015-12-02 16:43:49 -05:00
exec Move exec store to its own package inside the daemon. 2015-11-20 17:40:16 -05:00
execdriver Merge pull request #18612 from mrunalp/update_runc 2015-12-14 13:05:53 -08:00
graphdriver devmapper: store base device fs type 2015-12-15 09:33:19 +01:00
links
logger Fix typos found across repository 2015-12-13 18:04:12 +02:00
network Move networking api types to the api/types/networking package. 2015-12-09 13:55:59 -08:00
archive.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
archive_unix.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
archive_windows.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
attach.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
changes.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
commit.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
config.go Change authz plugin argument name 2015-12-11 20:59:15 +02:00
config_experimental.go Add user namespace enable flag --userns-remap in experimental build 2015-10-09 20:50:05 -04:00
config_stub.go Add user namespace enable flag --userns-remap in experimental build 2015-10-09 20:50:05 -04:00
config_unix.go Remove LXC support. 2015-11-05 17:09:57 -05:00
config_windows.go
container_operations.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
container_operations_unix.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
container_operations_windows.go don't try to use default route MTU as bridge MTU 2015-12-07 17:32:51 -05:00
create.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
create_unix.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
create_windows.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
daemon.go Move AuthConfig to api/types 2015-12-14 11:22:01 -05:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_experimental.go daemon: remove private func config() 2015-12-03 11:46:53 +01:00
daemon_linux.go Force IPC mount to unmount on daemon shutdown/init 2015-10-30 15:41:48 -04:00
daemon_linux_test.go Do not try to cleanupMounts if daemon.repository is empty 2015-09-29 11:30:18 +08:00
daemon_no_aufs.go
daemon_overlay.go
daemon_stub.go Add user namespace enable flag --userns-remap in experimental build 2015-10-09 20:50:05 -04:00
daemon_test.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
daemon_unix.go tfix: modify internal variable name to be lower-case 2015-12-15 09:50:16 +08:00
daemon_unix_test.go runconfig: split resources into a struct 2015-11-20 19:40:01 +01:00
daemon_unsupported.go
daemon_windows.go Add support for blkio read/write bps device 2015-12-04 09:26:03 +08:00
daemon_zfs.go
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
delete.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
delete_test.go move configs structs to remove dependency on daemon 2015-12-07 09:03:25 -08:00
discovery.go Make discovery ttl and heartbeat configurable 2015-11-25 06:51:55 -08:00
discovery_test.go Make discovery ttl and heartbeat configurable 2015-11-25 06:51:55 -08:00
errors.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
events.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
exec.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
exec_unix.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
exec_windows.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
export.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
history.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
image_delete.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
images.go Make filtering a linear operation. 2015-12-02 11:12:42 -05:00
import.go Improved push and pull with upload manager and download manager 2015-12-09 19:13:35 -08:00
info.go Move docker system information to a dedicated router and backend. 2015-12-03 13:38:56 -05:00
inspect.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
inspect_unix.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
inspect_windows.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
kill.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
list.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
list_unix.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
list_windows.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
logdrivers_linux.go Add Splunk logging driver #16207 2015-10-23 13:37:53 -07:00
logdrivers_windows.go Enable Splunk logdriver for windows 2015-11-12 10:57:21 -08:00
logs.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
mounts.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
network.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
pause.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
README.md
rename.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
resize.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
restart.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
selinux_linux.go Rename daemon/utils_*.go to selinux 2015-11-12 15:48:41 -08:00
selinux_unsupported.go Rename daemon/utils_*.go to selinux 2015-11-12 15:48:41 -08:00
start.go Merge pull request #18592 from hqhq/hq_fix_start 2015-12-12 12:17:18 +01:00
stats.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
stats_collector_unix.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
stats_collector_windows.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
stats_freebsd.go Refactor the statistics of network in docker stats 2015-09-15 15:40:34 +08:00
stats_linux.go Refactor the statistics of network in docker stats 2015-09-15 15:40:34 +08:00
stats_windows.go Refactor the statistics of network in docker stats 2015-09-15 15:40:34 +08:00
stop.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
top_unix.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
top_windows.go Revert "Merge pull request #16228 from duglin/ContextualizeEvents" 2015-09-29 14:26:51 -04:00
unpause.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00
volumes.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
volumes_unit_test.go Windows: Add volume support 2015-10-22 10:42:53 -07:00
volumes_unix.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
volumes_windows.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
wait.go Rename Daemon.Get to Daemon.GetContainer. 2015-12-11 12:39:28 -05:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver