Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
8f43c7a6
L
libvirt
项目概览
openeuler
/
libvirt
通知
3
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
L
libvirt
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
8f43c7a6
编写于
9月 18, 2018
作者:
P
Pavel Hrdina
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
vircgrouptest: add detect mounts test for cgroup v2
Signed-off-by:
N
Pavel Hrdina
<
phrdina@redhat.com
>
上级
9f8d170d
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
48 addition
and
0 deletion
+48
-0
tests/vircgroupdata/unified.cgroups
tests/vircgroupdata/unified.cgroups
+13
-0
tests/vircgroupdata/unified.mounts
tests/vircgroupdata/unified.mounts
+20
-0
tests/vircgroupdata/unified.parsed
tests/vircgroupdata/unified.parsed
+11
-0
tests/vircgroupdata/unified.self.cgroup
tests/vircgroupdata/unified.self.cgroup
+1
-0
tests/vircgrouptest.c
tests/vircgrouptest.c
+3
-0
未找到文件。
tests/vircgroupdata/unified.cgroups
0 → 100644
浏览文件 @
8f43c7a6
#subsys_name hierarchy num_cgroups enabled
cpuset 0 1 1
cpu 0 1 1
cpuacct 0 1 1
blkio 0 1 1
memory 0 1 1
devices 0 1 1
freezer 0 1 1
net_cls 0 1 1
perf_event 0 1 1
net_prio 0 1 1
hugetlb 0 1 1
pids 0 1 1
tests/vircgroupdata/unified.mounts
0 → 100644
浏览文件 @
8f43c7a6
sysfs /sys sysfs rw,seclabel,nosuid,nodev,noexec,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
devtmpfs /dev devtmpfs rw,seclabel,nosuid,size=1009844k,nr_inodes=252461,mode=755 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,seclabel,nosuid,nodev 0 0
devpts /dev/pts devpts rw,seclabel,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,seclabel,nosuid,nodev,mode=755 0 0
cgroup2 /not/really/sys/fs/cgroup cgroup2 rw,seclabel,nosuid,nodev,noexec,relatime,nsdelegate 0 0
pstore /sys/fs/pstore pstore rw,seclabel,nosuid,nodev,noexec,relatime 0 0
bpf /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0
configfs /sys/kernel/config configfs rw,relatime 0 0
/dev/vda2 / ext4 rw,seclabel,relatime 0 0
selinuxfs /sys/fs/selinux selinuxfs rw,relatime 0 0
debugfs /sys/kernel/debug debugfs rw,seclabel,relatime 0 0
hugetlbfs /dev/hugepages hugetlbfs rw,seclabel,relatime,pagesize=2M 0 0
systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=40,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=14586 0 0
mqueue /dev/mqueue mqueue rw,seclabel,relatime 0 0
tmpfs /tmp tmpfs rw,seclabel,nosuid,nodev 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
tmpfs /run/user/0 tmpfs rw,seclabel,nosuid,nodev,relatime,size=204000k,mode=700 0 0
tests/vircgroupdata/unified.parsed
0 → 100644
浏览文件 @
8f43c7a6
cpu <null>
cpuacct <null>
cpuset <null>
memory <null>
devices <null>
freezer <null>
blkio <null>
net_cls <null>
perf_event <null>
name=systemd <null>
unified /not/really/sys/fs/cgroup
tests/vircgroupdata/unified.self.cgroup
0 → 100644
浏览文件 @
8f43c7a6
0::/
tests/vircgrouptest.c
浏览文件 @
8f43c7a6
...
...
@@ -899,6 +899,9 @@ mymain(void)
DETECT_MOUNTS
(
"all-in-one"
);
DETECT_MOUNTS_FAIL
(
"no-cgroups"
);
DETECT_MOUNTS
(
"kubevirt"
);
fakerootdir
=
initFakeFS
(
"unified"
,
NULL
);
DETECT_MOUNTS
(
"unified"
);
cleanupFakeFS
(
fakerootdir
);
fakerootdir
=
initFakeFS
(
NULL
,
"systemd"
);
if
(
virTestRun
(
"New cgroup for self"
,
testCgroupNewForSelf
,
NULL
)
<
0
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录