内容简介:Ceph v12.0.2 Luminous (dev) 发布,开发者版本
Ceph v12.0.2 Luminous (dev) 发布了,这是 Luminous 的第三个开发者版本,Luminous 是下一个长期支持的稳定版本。
自 12.0.1 以来的主要变更:
-
The original librados rados_objects_list_open (C) and objects_begin (C++) object listing API, deprecated in Hammer, has finally been removed. Users of this interface must update their software to use either the rados_nobjects_list_open (C) and nobjects_begin (C++) API or the new rados_object_list_begin (C) and object_list_begin (C++) API before updating the client-side librados library to Luminous.
Object enumeration (via any API) with the latest librados version and pre-Hammer OSDs is no longer supported. Note that no in-tree Ceph services rely on object enumeration via the deprecated APIs, so only external librados users might be affected.
The newest (and recommended) rados_object_list_begin (C) and object_list_begin (C++) API is only usable on clusters with the SORTBITWISE flag enabled (Jewel and later). (Note that this flag is required to be set before upgrading beyond Jewel.)
-
CephFS clients without the ‘p’ flag in their authentication capability string will no longer be able to set quotas or any layout fields. This flag previously only restricted modification of the pool and namespace fields in layouts.
-
CephFS directory fragmentation (large directory support) is enabled by default on new filesystems. To enable it on existing filesystems use “ceph fs set <fs_name> allow_dirfrags”.
-
CephFS will generate a health warning if you have fewer standby daemons than it thinks you wanted. By default this will be 1 if you ever had a standby, and 0 if you did not. You can customize this using ceph fs set <fs> standby_count_wanted <number>. Setting it
to zero will effectively disable the health check.
-
The “ceph mds tell …” command has been removed. It is superceded by “ceph tell mds.<id> …”
-
RGW introduces server side encryption of uploaded objects with 3 options for the management of encryption keys, automatic encryption (only recommended for test setups), customer provided keys similar to Amazon SSE KMS specification & using a key management service (openstack barbician)
更新内容较多,还有其他值得关注的更新请 参阅发布主页 。
下载
-
Tarballs at http://download.ceph.com/tarballs/
-
For packages, see http://docs.ceph.com/docs/master/install/get-packages/
-
For ceph-deploy, see http://ceph.com/docs/master/install/install-ceph-deploy
以上所述就是小编给大家介绍的《Ceph v12.0.2 Luminous (dev) 发布,开发者版本》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Android 12 第二个开发者预览版本
- ThinkPHP 6.0.3 版本发布,启动开发者扶持计划
- Opera 发布 Reborn 3 开发者版本,重新设计界面
- Ceph v12.0.2 Luminous (dev) 发布,开发者版本
- Ceph v12.0.3 Luminous (dev) 发布,开发者版本
- 焕然一新:Opera浏览器发布Reborn 3开发者版本
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Processing编程学习指南(原书第2版)
[美]丹尼尔希夫曼(Daniel Shiffman) / 李存 / 机械工业出版社 / 2017-3-1 / 99.00元
在视觉化界面中学习电脑编程的基本原理! 本书介绍了编程的基本原理,涵盖了创建最前沿的图形应用程序(例如互动艺术、实时视频处理和数据可视化)所需要的基础知识。作为一本实验风格的手册,本书精心挑选了部分高级技术进行详尽解释,可以让图形和网页设计师、艺术家及平面设计师快速熟悉Processing编程环境。 从算法设计到数据可视化,从计算机视觉到3D图形,在有趣的互动视觉媒体和创意编程的背景之......一起来看看 《Processing编程学习指南(原书第2版)》 这本书的介绍吧!