前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Ceph用户邮件列表Vol45-Issue3

Ceph用户邮件列表Vol45-Issue3

作者头像
用户2772802
发布2018-08-06 18:09:30
5360
发布2018-08-06 18:09:30
举报
文章被收录于专栏:磨磨谈磨磨谈

ceph Vol 45 Issue 3

1.Crash in ceph_readdir.

Hello, I’ve been investigating the following crash with cephfs: ··· According to the state of the ceph_inoide_info this means that ceph_dir_is_complete_ordered would return true and the second condition should also be true since ptr_pos is held in r12 and the dir size is 26496. So the dentry being passed should be the 2953 % 512 = 393 in the cache_ctl.dentries array. Unfortunately my crashdump excldues the page cache pages and I cannot really see what are the contents of the dentries array.

Could you provide any info on how to further debug this

作者在使用cephfs的时候遇上了崩溃的情况,readdir的操作

Yan, Zheng已经对这个bug进行了修复

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=af5e5eb574776cdf1b756a27cc437bff257e22fe https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=a3d714c33632ef6bfdfaacc74ae6ba297b4c5820

但是这个是提交到Linux kernel的4.6的分支里面去了的,所以目前从官方版本来说是4.6或者更新的版本才会解决

这个问题只能是说遇到了再升级内核了

2.Can’t activate OSD

Hello all, Over the past few weeks I’ve been trying to go through the Quick Ceph Deploy tutorial at: ceph-deploy osd activate ceph02:/dev/sdc ceph03:/dev/sdc part. It never actually seems to activate the OSD and eventually times out: [ceph03][INFO ] Running command: sudo /usr/sbin/ceph-disk -v activate —mark-init systemd —mount /dev/sdc [ceph03][WARNIN] main_activate: path = /dev/sdc [ceph03][WARNIN] No data was received after 300 seconds, disconnecting…

作者在部署osd的时候出现无法激活osd的问题,最后在别人的帮助下发现了问题,在交换机上创建了 VLAN ,但没允许jumbo packets,所以出现了问题

另外一个人也出现了类似的问题,通过升级了parted解决问题(from 3.1 from the CentOS7 base)

代码语言:javascript
复制
rpm -Uhv ftp://195.220.108.108/linux/fedora/linux/updates/22/x86_64/p/parted-3.2-16.fc22.x86_64.rpm

这个一般没什么问题,确实定位到这里再升级了,一般情况下很少出现不能activate osd的情况

本文参与 腾讯云自媒体同步曝光计划,分享自微信公众号。
原始发表:2016-11-11,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 磨磨谈 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • ceph Vol 45 Issue 3
    • 1.Crash in ceph_readdir.
      • 2.Can’t activate OSD
      领券
      问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档