Paul Calabro
Paul Calabro
@antonkoenig Do you use Centrify by any chance?
I think I'm getting closer... ``` [pid 480980] openat(AT_FDCWD, "/sys/fs/cgroup/cgroup.controllers", O_RDONLY) = 9 [pid 480980] statx(9, "", AT_STATX_DONT_SYNC|AT_SYMLINK_NOFOLLOW|AT_EMPTY_PATH, STATX_SIZE, {stx_mask=STATX_BASIC_STATS|STATX_MNT_ID, stx_blksize=4096, stx_attributes=0, stx_nlink=1, stx_uid=65534, stx_gid=65534, stx_mode=S_IFREG|0444, stx_ino=4, stx_size=0, stx_blocks=0, stx_attributes_mask=STATX_ATTR_AUTOMOUNT|STATX_ATTR_MOUNT_ROOT|STATX_ATTR_DAX,...
Thanks for taking a look @rhatdan, I appreciate it! My issue might be slightly different than @antonkoenig. I am using cgroups v2. The only other thing worth mentioning is we're...
Thanks, that makes sense. I have a conversation going with Giuseppe over in this thread: https://github.com/containers/podman/discussions/16558#discussioncomment-9435939 The problem I'm trying to solve is after my team did the exact same...
Yeah, I agree this is my only annoyance. This breaks my Ansible playbooks since some values need to be quoted, for example when you have a leading "{{".
Thanks @Joris29 !