发布于 2017-08-24 00:50:55 | 108 次阅读 | 评论: 0 | 来源: 网友投递
LXD LXC 技术重构
LXD 是 ubuntu 基于 LXC 技术的重构,容器天然支持非特权和分布式。
LXD 2.17 版本发布了,LXD 是 LXC 的 REST API、命令行工具和 OpenStack 集成插件。该版本主要更新内容如下:
Add support for specifying the ceph user (using the “ceph.user.name” property)
Implement “instance types” as an easy way to specify limits (e.g. “lxc launch ubuntu:16.04 -t t2.micro”)
Add a new “lxc query” command as a low level query tool for the LXD API (similar to curl but with LXD knowledge)
Filesystem ACLs are now rewritten when the container changes uid/gid map
LXD now supports using binary deltas when refreshing daily images
“lxc image info” now shows whether an image was automatically cached by LXD
client: Cleanup code duplication in image download function
client: Remove deprecated client code
client: Simplify ConnectPublicLXD logic
doc: Add storage documentation for volatile.pool.pristine
doc: Add the volatile.initial_source key
doc: Fix bad JSON in rest-api.md (Issue #3654)
……
完整内容请查看发行说明。