Skip to content
This repository was archived by the owner on May 23, 2019. It is now read-only.

Commit d4dfe4a

Browse files
committed
Ensure that all nodes in /dev/mapper correspond to mapped devices currently loaded by the device-mapper kernel driver
1 parent b0a99eb commit d4dfe4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wrapdocker

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# Ensure that all nodes in /dev/mapper correspond to mapped devices currently loaded by the device-mapper kernel driver
4+
dmsetup mknodes
5+
36
# First, make sure that cgroups are mounted correctly.
47
CGROUP=/sys/fs/cgroup
58
: {LOG:=stdio}

0 commit comments

Comments
 (0)