mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
vircgrouptest: prepare testCgroupDetectMounts for cgroup v2
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
9b9c6528a2
commit
9f8d170dab
@ -8,3 +8,4 @@ blkio /not/really/sys/fs/cgroup
|
||||
net_cls <null>
|
||||
perf_event <null>
|
||||
name=systemd <null>
|
||||
unified <null>
|
||||
|
@ -8,3 +8,4 @@ blkio /sys/fs/cgroup/blkio
|
||||
net_cls /sys/fs/cgroup/net_cls
|
||||
perf_event <null>
|
||||
name=systemd <null>
|
||||
unified <null>
|
||||
|
@ -8,3 +8,4 @@ blkio /sys/fs/cgroup/blkio
|
||||
net_cls <null>
|
||||
perf_event /sys/fs/cgroup/perf_event
|
||||
name=systemd <null>
|
||||
unified <null>
|
||||
|
@ -8,3 +8,4 @@ blkio /sys/fs/cgroup/blkio
|
||||
net_cls /sys/fs/cgroup/net_cls
|
||||
perf_event /sys/fs/cgroup/perf_event
|
||||
name=systemd <null>
|
||||
unified <null>
|
||||
|
@ -8,3 +8,4 @@ blkio /sys/fs/cgroup/blkio
|
||||
net_cls /sys/fs/cgroup/net_cls
|
||||
perf_event /sys/fs/cgroup/perf_event
|
||||
name=systemd /sys/fs/cgroup/systemd
|
||||
unified <null>
|
||||
|
@ -8,3 +8,4 @@ blkio /sys/fs/cgroup/blkio
|
||||
net_cls /sys/fs/cgroup/net_cls,net_prio
|
||||
perf_event /sys/fs/cgroup/perf_event
|
||||
name=systemd /sys/fs/cgroup/systemd
|
||||
unified <null>
|
||||
|
@ -8,3 +8,4 @@ blkio /sys/fs/cgroup/blkio
|
||||
net_cls <null>
|
||||
perf_event /sys/fs/cgroup/perf_event
|
||||
name=systemd <null>
|
||||
unified <null>
|
||||
|
@ -8,3 +8,4 @@ blkio /cgroup/blkio
|
||||
net_cls /cgroup/net_cls
|
||||
perf_event <null>
|
||||
name=systemd <null>
|
||||
unified <null>
|
||||
|
@ -8,3 +8,4 @@ blkio /sys/fs/cgroup/blkio
|
||||
net_cls /sys/fs/cgroup/net_cls
|
||||
perf_event /sys/fs/cgroup/perf_event
|
||||
name=systemd /sys/fs/cgroup/systemd
|
||||
unified <null>
|
||||
|
@ -8,3 +8,4 @@ blkio /sys/fs/cgroup/blkio
|
||||
net_cls /sys/fs/cgroup/net_cls
|
||||
perf_event /sys/fs/cgroup/perf_event
|
||||
name=systemd /sys/fs/cgroup/systemd
|
||||
unified <null>
|
||||
|
@ -175,6 +175,8 @@ testCgroupDetectMounts(const void *args)
|
||||
virCgroupControllerTypeToString(i),
|
||||
NULLSTR(group->legacy[i].mountPoint));
|
||||
}
|
||||
virBufferAsprintf(&buf, "%-12s %s\n",
|
||||
"unified", NULLSTR(group->unified.mountPoint));
|
||||
if (virBufferCheckError(&buf) < 0)
|
||||
goto cleanup;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user