设为首页 收藏本站
查看: 1479|回复: 0

[经验分享] Ceph v0.94.8 Hammer 发布,分布式存储系统

[复制链接]

尚未签到

发表于 2016-10-27 08:51:12 | 显示全部楼层 |阅读模式
欢迎加入运维网交流群:263444886   DSC0000.png
                  Ceph v0.94.8 Hammer 发布了,该版本修复了很多 Bug,建议 0.94.x 的用户升级。
  该版本详细改进记录包括:

  •   build/ops: Add -D_LARGEFILE64_SOURCE to Linux build. (issue#16611,pr#10182, Ira Cooper)
  •   build/ops: boost uuid makes valgrind complain (issue#12736, pr#9741, Sage Weil, Rohan Mars)
  •   build/ops: ceph-disk s/by-parttype-uuid/by-parttypeuuid/ (issue#15867, pr#9107, Nathan Cutler)
  •   common: add units to rados bench output and clean up formatting (issue#12248,pr#8960, Dmitry Yatsushkevich, Brad Hubbard, Gu Zhongyan)
  •   common: config set with negative value results in “error setting ‘filestore_merge_threshold’ to ‘-40’: (22) Invalid argument” (issue#13829,pr#10291, Brad Hubbard, Kefu Chai)
  •   common: linking to -lrbd causes process startup times to balloon (issue#15225,pr#8538, Richard W.M. Jones)
  •   doc: fix by-parttypeuuid in ceph-disk(8) nroff (issue#15867, pr#10699, Ken Dreyer)
  •   fs: double decreased the count to trim caps which will cause failing to respond to cache pressure (issue#14319, pr#8804, Zhi Zhang)
  •   log: do not repeat errors to stderr (issue#14616, pr#10227, Sage Weil)
  •   mds: failing file operations on kernel based cephfs mount point leaves unaccessible file behind on hammer 0.94.7 (issue#16013, pr#10198, Yan, Zheng)
  •   mds: fix stray purging in ‘stripe_count > 1’ case (issue#15050, pr#8042, Yan, Zheng)
  •   mds: wrongly treat symlink inode as normal file/dir when symlink inode is stale on kcephfs (issue#15702,pr#9404, Zhi Zhang)
  •   mon: LibRadosMiscConnectFailure.ConnectFailure (not so intermittent) failure in upgrade/hammer-x (issue#13992, pr#8806, Sage Weil)
  •   mon: Monitor: validate prefix on handle_command() (issue#16297, pr#10038, You Ji)
  •   mon: drop pg temps from not the current primary in OSDMonitor (issue#16127,pr#9893, Samuel Just)
  •   mon: fix calculation of %USED (issue#15641, pr#9125, Ruifeng Yang, David Zafman)
  •   mon: improve reweight_by_utilization() logic (issue#15686, pr#9416, xie xingguo)
  •   mon: pool quota alarm is not in effect (issue#15478, pr#8593, Danny Al-Gaaf)
  •   mon: wrong ceph get mdsmap assertion (issue#14681, pr#7542, Vicente Cheng)
  •   msgr: ceph-osd valgrind invalid reads/writes (issue#15870, pr#9238, Samuel Just)
  •   objecter: LibRadosWatchNotifyPPTests/LibRadosWatchNotifyPP.WatchNotify2Timeout/1 segv (issue#15760, pr#9400, Sage Weil)
  •   osd: OSD reporting ENOTEMPTY and crashing (issue#14766, pr#9277, Samuel Just)
  •   osd: When generating past intervals due to an import end at pg epoch and fix build_past_intervals_parallel (issue#12387, issue#14438, pr#8464, David Zafman)
  •   osd: acting_primary not updated on split (issue#15523, pr#9001, Sage Weil)
  •   osd: assert(!actingbackfill.empty()): old watch timeout tries to queue repop on replica (issue#15391,pr#8665, Sage Weil)
  •   osd: assert(rollback_info_trimmed_to == head) in PGLog (issue#13965, pr#8849, Samuel Just)
  •   osd: delete one of the repeated op->mark_started in ReplicatedBackend::sub_op_modify_impl (issue#16572, pr#9977, shun-s)
  •   osd: fix omap digest compare when scrub (issue#16000, pr#9271, Xinze Chi)
  •   osd: is_split crash in handle_pg_create (issue#15426, pr#8805, Kefu Chai)
  •   osd: objects unfound after repair (fixed by repeering the pg) (issue#15006, pr#7961, Jianpeng Ma, Loic Dachary, Kefu Chai)
  •   osd: rados cppool omap to ec pool crashes osd (issue#14695, pr#8845, Jianpeng Ma)
  •   osd: remove all stale osdmaps in handle_osd_map() (issue#13990, pr#9090, Kefu Chai)
  •   osd: send write and read sub ops on behalf of client ops at normal priority in ECBackend (issue#14313,pr#8573, Samuel Just)
  •   rbd: snap rollback: restore the link to parent (issue#14512, pr#8535, Alexey Sheplyakov)
  •   rgw: S3: set EncodingType in ListBucketResult (issue#15896, pr#8987, Victor Makarov, Robin H. Johnson)
  •   rgw: backport rgwx-copy-if-newer for radosgw-agent (issue#16262, pr#9671, Yehuda Sadeh)
  •   rgw: bucket listing following object delete is partial (issue#14826, pr#10555, Orit Wasserman)
  •   rgw: convert plain object to versioned (with null version) when removing (issue#15243, pr#8755, Yehuda Sadeh)
  •   rgw: fix multi-delete query param parsing. (issue#16618, pr#10189, Robin H. Johnson)
  •   rgw: have a flavor of bucket deletion to bypass GC and to trigger (issue#15557,pr#10509, Pavan Rallabhandi)
  •   rgw: keep track of written_objs correctly (issue#15886, pr#9240, Yehuda Sadeh)
  •   rgw: multipart ListPartsResult has missing quotes on ETag (issue#15334, pr#8475, xie xingguo, Robin H. Johnson)
  •   rgw: no Last-Modified, Content-Size and X-Object-Manifest headers if no segments in DLO manifest (issue#15812, pr#9402, Radoslaw Zarzynski)
  •   rgw: radosgw server abort when user passed bad parameters to set quota (issue#14190, issue#14191,pr#8313, Dunrong Huang)
  •   rgw: radosgw-admin region-map set is not reporting the bucket quota correctly (issue#16815, pr#10554, Yehuda Sadeh, Orit Wasserman)
  •   rgw: refrain from sending Content-Type/Content-Length for 304 responses (issue#16327, issue#13582,issue#15119, issue#14005, pr#8379, Yehuda Sadeh, Nathan Cutler, Wido den Hollander)
  •   rgw: remove bucket index objects when deleting the bucket (issue#16412, pr#10530, Orit Wasserman)
  •   rgw: set Access-Control-Allow-Origin to an asterisk if allowed in a rule (issue#15348, pr#8528, Wido den Hollander)
  •   rgw: subset of uploaded objects via radosgw are unretrievable when using EC pool (issue#15745,pr#9407, Yehuda Sadeh)
  •   rgw: subuser rm fails with status 125 (issue#14375, pr#9961, Orit Wasserman)
  •   rgw: the swift key remains after removing a subuser (issue#12890, issue#14375,pr#10718, Orit Wasserman, Sangdi Xu)
  •   rgw: user quota may not adjust on bucket removal (issue#14507, pr#8113, Edward Yang)
  •   tests: be more generous with test timeout (issue#15403, pr#8470, Loic Dachary)
  •   tests: qa/workunits/rbd: respect RBD_CREATE_ARGS environment variable (issue#16289, pr#9722, Mykola Golub)
  完整记录请看:

  http://docs.ceph.com/docs/master/_downloads/v0.94.8.txt
  相关链接:

  •   Git at git://github.com/ceph/ceph.git
  •   Tarball at http://ceph.com/download/ceph-0.94.8.tar.gz
  •   For packages, see http://ceph.com/docs/master/install/get-packages
  •   For ceph-deploy, see http://ceph.com/docs/master/install/install-ceph-deploy

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-291810-1-1.html 上篇帖子: Calamari 1.4.8 发布,Ceph 管理和监控服务 下篇帖子: Ceph v0.94.9 发布,分布式存储系统
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表