Skip to content

Commit 47dfa20

Browse files
committed
script/check-config.sh: add OVERLAY_FS check
While this is used by the majority of upper container runtimes, it was not needed for runc itself. Since commit 515f09f runc uses overlay, too, so let's add a check for this. Signed-off-by: Kir Kolyshkin <[email protected]> (cherry picked from commit ee1bced) Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent fe36d38 commit 47dfa20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/check-config.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@ flags=(
241241

242242
# required for bind-mounting /dev/mqueue into containers
243243
POSIX_MQUEUE
244+
245+
# Most containers use overlayfs, and now runc itself uses it.
246+
OVERLAY_FS
244247
)
245248
check_flags "${flags[@]}"
246249

0 commit comments

Comments
 (0)