LXCFS 2.0.4 发布公告¶
2016年10月5日
这是 LXCFS 2.0 的第四个 bug 修复版本。
此版本包含以下 bug 修复
- 修复 lxcfs chroot 的 test_reload
- 虚拟化更多 meminfo 字段
- pam: 修复 cgroup 创建中的竞争条件
- meminfo: 不要显示负的 swapfree
- 绑定:改进调试
- 绑定:使用 openat fd 替换 fstatat(),unlinkat()
- 绑定:在错误时关闭打开的文件描述符
- 绑定:授予对 /var/lib/lxcfs 的访问权限
- 绑定:启用对 /var/lib/lxcfs/cgroup 的访问权限
- 绑定:允许访问 /var/lib/lxcfs/proc
- lxcfs,绑定:显示 "." 和 ".." 目录条目
- lxcfs:改进 /var/lib/lxcfs 上的文件系统行为
- 绑定:非功能性更改
- 绑定:在 pick_controller_from_path() 中设置 errno
- 绑定:更一致的文件系统行为
- 添加 pld linux 支持
- 不要在用法输出中使用 argv[0]
- 绑定:恢复 cgroup 检查
- 绑定:改进返回的 errno
- 绑定:使 rmdir 行为更一致
- libtool:不要将 lxcfs 链接到 liblxcfs
- 绑定,lxcfs:改进调试
- 绑定:修复调试宏
- autotools:添加 -avoid-version
- 绑定:恢复原始工作目录
- 绑定:添加函数以检查文件系统类型
- 绑定:不可知命名
- 绑定:在 ramfs 上使用 chroot()
- 绑定:修复 statfs f_type 的类型异常
- 绑定:使 pivot_enter() 包含所有代码