Skip to content

Commit dc11d2a

Browse files
committed
remove deprecated devicemapper storage-driver
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 81359ce commit dc11d2a

59 files changed

Lines changed: 33 additions & 5597 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
builder/** @tonistiigi
77
contrib/mkimage/** @tianon
8-
daemon/graphdriver/devmapper/** @rhvgoyal
98
daemon/graphdriver/overlay2/** @dmcgowan
109
daemon/graphdriver/windows/** @johnstep
1110
daemon/logger/awslogs/** @samuelkarp

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export VALIDATE_ORIGIN_BRANCH
2828
# option of "go build". For example, a built-in graphdriver priority list
2929
# can be changed during build time like this:
3030
#
31-
# make DOCKER_LDFLAGS="-X github.com/docker/docker/daemon/graphdriver.priority=overlay2,devicemapper" dynbinary
31+
# make DOCKER_LDFLAGS="-X github.com/docker/docker/daemon/graphdriver.priority=overlay2,zfs" dynbinary
3232
#
3333
DOCKER_ENVS := \
3434
-e BUILD_APT_MIRROR \

api/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6561,7 +6561,7 @@ paths:
65616561
StopSignal: "SIGTERM"
65626562
StopTimeout: 10
65636563
Created: "2015-01-06T15:47:31.485331387Z"
6564-
Driver: "devicemapper"
6564+
Driver: "overlay2"
65656565
ExecIDs:
65666566
- "b35395de42bc8abd327f9dd65d913b9ba28c74d2f0734eeeae84fa1c616a0fca"
65676567
- "3fc1232e5cd20c8de182ed81178503dc6437f4e7ef12b52cc5e8de020652f1c4"

contrib/check-config.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -374,11 +374,6 @@ check_flags BTRFS_FS_POSIX_ACL | sed 's/^/ /'
374374
[ "$EXITCODE" = 0 ] && STORAGE=0
375375
EXITCODE=0
376376

377-
echo " - \"$(wrap_color 'devicemapper' blue)\":"
378-
check_flags BLK_DEV_DM DM_THIN_PROVISIONING | sed 's/^/ /'
379-
[ "$EXITCODE" = 0 ] && STORAGE=0
380-
EXITCODE=0
381-
382377
echo " - \"$(wrap_color 'overlay' blue)\":"
383378
check_flags OVERLAY_FS | sed 's/^/ /'
384379
[ "$EXITCODE" = 0 ] && STORAGE=0

contrib/docker-device-tool/README.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

contrib/docker-device-tool/device_tool.go

Lines changed: 0 additions & 169 deletions
This file was deleted.

contrib/docker-device-tool/device_tool_windows.go

Lines changed: 0 additions & 4 deletions
This file was deleted.

daemon/graphdriver/devmapper/README.md

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)