Skip to content

Conversation

@bridadan
Copy link

When running in a container, the root filesystem uses OverlayFS. Due to a quirk of the OverlayFS implementation, nftw() will not include certain files in the walk since their device number differs from the parent directory. We remove the FTW_MOUNT flag to ensure that all child file and directories are deleted before deleting the parent.

Bug: 465804122

When running in a container, the root filesystem uses OverlayFS. Due to
a quirk of the OverlayFS implementation, nftw() will not include certain
files in the walk since their device number differs from the parent
directory. We remove the FTW_MOUNT flag to ensure that all child file and
directories are deleted before deleting the parent.

Bug: 465804122
@Databean Databean added the kokoro:run Run e2e tests. label Dec 10, 2025
@GoogleCuttlefishTesterBot GoogleCuttlefishTesterBot removed the kokoro:run Run e2e tests. label Dec 10, 2025
@Databean Databean added this pull request to the merge queue Dec 11, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 11, 2025
@Databean Databean added this pull request to the merge queue Dec 11, 2025
Merged via the queue into google:main with commit 7e4c37c Dec 11, 2025
41 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants