Skip to content

Commit

Permalink
script/check-config.sh: add OVERLAY_FS check
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
kolyshkin committed Oct 30, 2024
1 parent a0918a5 commit 722e6e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/check-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ flags=(

# required for bind-mounting /dev/mqueue into containers
POSIX_MQUEUE

# Most containers use overlayfs, and now runc itself uses it.
OVERLAY_FS
)
check_flags "${flags[@]}"

Expand Down

0 comments on commit 722e6e7

Please sign in to comment.