内容简介:Ceph 13.1.0 Mimic RC1 发布了。这是 mimic 的第一个发布候选版本,是下一个长期版本,但还不是最终的产品发布版本。主要更新内容如下: Core Thepg force-recoverycommand will not work for erasure-coded P...
Ceph 13.1.0 Mimic RC1 发布了。这是 mimic 的第一个发布候选版本,是下一个长期版本,但还不是最终的产品发布版本。主要更新内容如下:
Core
Thepg force-recoverycommand will not work for erasure-coded PGs when a
Luminous monitor is running along with a Mimic OSD. Please use the
recommended upgrade order of monitors before OSDs to avoid this issue.The sample
crush-location-hook
script has been removed. Its output is
equivalent to the built-in default behavior, so it has been replaced with an
example in the CRUSH documentation.The -f option of the rados tool now means “–format” instead of “–force”,
for consistency with the ceph tool.The format of the ‘config diff’ output via the admin socket has changed. It
now reflects the source of each config option (e.g., default, config file,
command line) as well as the final (active) value.
RBD
The RBD C API’s rbd_discard method now enforces a maximum length of
2GB to match the C++ API’s Image::discard method. This restriction
prevents overflow of the result code.The rbd CLI’s “lock list” JSON and XML output has changed.
The rbd CLI’s “showmapped” JSON and XML output has changed.
完整更新内容及下载地址请查看发布日志
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 漫谈分布式系统(十五):扩展性的最后障碍
- 漫谈分布式系统(七):扩展性?切就完了
- Ceph 13.0.0 发布,可扩展分布式存储系统
- Ceph 12.2.0 发布,可扩展分布式存储系统
- Ceph 12.2.3 发布,可扩展分布式存储系统
- Ceph 12.2.5 发布,可扩展分布式存储系统
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Intel汇编语言程序设计
Kip Irvine / 电子工业出版社 / 2007-9-1 / 61.00元
《国外计算机科学教材系列•Intel汇编语言程序设计(第5版)》全面细致地讲述了汇编语言程序设计的各个方面。从微处理器体系结构、工作机制到指令集;从最基本的编译器链器的使用到高级过程、结构和宏的使用;从用纯汇编编写程序到用C/C++等最新编译器与汇编的混合接口编程;从16位实模式下BIOS、DOS实模式文本及图形程序设计到32位保护模式的Windows程序设计;从磁盘基础知识到Intel指令编码、......一起来看看 《Intel汇编语言程序设计》 这本书的介绍吧!