This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Fix up cgroup2fs in Interop.MountPoints.FormatInfo - #39633
Merged
Merged
Conversation
`stat -fc %T /sys/fs/cgroup` calls this file system `cgroup2fs` Add the cgroup2fs file system magic number. Available from: - https://www.kernel.org/doc/Documentation/cgroup-v2.txt - man 2 statfs Move cgroup2fs next to cgroupfs in the drive type list, since it is also DriveType.Ram.
stephentoub
approved these changes
Jul 20, 2019
Member
|
@dotnet/dncenghot, is there something wrong with the |
Member
Author
|
Thanks for the quick review and for merging this! |
Member
|
@stephentoub there is a mysterious network problem wtih some of our Azure scale sets I'll investigate that seems to be currently affecting the RHEL 7 Open queue but not the Debian 9 or RHEL 6 ones. I'll take a look at the RHEL7 one shortly and see if I can make some sense of it; previous attempts imply some sort of weird deadlock where the machines can heartbeat (so don't get automatically cleaned up ) but where they do not take new work from the Service Bus |
Member
|
Thanks. |
4 tasks
omajid
added a commit
to omajid/dotnet-corefx
that referenced
this pull request
Feb 11, 2020
`stat -fc %T /sys/fs/cgroup` calls this file system `cgroup2fs` Add the cgroup2fs file system magic number. Available from: - https://www.kernel.org/doc/Documentation/cgroup-v2.txt - man 2 statfs Move cgroup2fs next to cgroupfs in the drive type list, since it is also DriveType.Ram.
picenka21
pushed a commit
to picenka21/runtime
that referenced
this pull request
Feb 18, 2022
`stat -fc %T /sys/fs/cgroup` calls this file system `cgroup2fs` Add the cgroup2fs file system magic number. Available from: - https://www.kernel.org/doc/Documentation/cgroup-v2.txt - man 2 statfs Move cgroup2fs next to cgroupfs in the drive type list, since it is also DriveType.Ram. Commit migrated from dotnet/corefx@11416bd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
stat -fc %T /sys/fs/cgroupcalls this file systemcgroup2fson my machine.Add the cgroup2fs file system magic number. Available from:
Move cgroup2fs next to cgroupfs in the drive type list, since it is also DriveType.Ram.