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 29, 2024
1 parent 68bef80 commit ee1bced
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 ee1bced

Please sign in to comment.