免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2535 | 回复: 2
打印 上一主题 下一主题

[Lustre] {已解决}想问个lustre1.6.6的手动failover的问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-12-18 13:19 |只看该作者 |倒序浏览
我是这样配置的:
两个MDS1 2.挂了共享存储的
[root@mds1 ~]# mkfs.lustre --fsname=testfs --mdt --mgs --failnode=mds2 /dev/sdb
[root@mds1 ~]# mkdir -p /mnt/mdt
[root@mds1 ~]# mount -t lustre /dev/sdb /mnt/mdt
[root@mds2 ~]# mkdir -p /mnt/mdt
[root@mds2 ~]# mount -t lustre /dev/sdb /mnt/mdt
两个OSS1 2  挂了共享存储的
[root@oss1 ~]mkfs.lustre --fsname=testfs --ost --failnode=oss2 --mgsnode=mds1 --mgsnode=mds2 /dev/sdb
[root@oss1 ~]# mkdir -p /mnt/ost
[root@oss1 ~]# mount -t lustre /dev/sdb /mnt/ost
[root@oss2 ~]# mkdir -p /mnt/ost
[root@oss2 ~]# mount -t lustre /dev/sdb /mnt/ost
两个OSS3 4 挂了共享存储
[root@oss3 ~]mkfs.lustre --fsname=testfs --ost --failnode=oss4 --mgsnode=mds1 --mgsnode=mds2 /dev/sdb
[root@oss3 ~]# mkdir -p /mnt/ost
[root@oss3 ~]# mount -t lustre /dev/sdb /mnt/ost
[root@oss4 ~]# mkdir -p /mnt/ost
[root@oss4 ~]# mount -t lustre /dev/sdb /mnt/ost

[root@client1 ~]#mkdir /lustre
[root@client1 ~]#mount -t lustre md1:md2:/testfs /lustre

[root@client2 ~]#mkdir /lustre
[root@client2 ~]#mount -t lustre md1:md2:/testfs /lustre

一切完成后我测试 关掉mds1就不能工作了.为什么?关掉mds2一切都是很正常.
然后看了手册.知道了lustre提供failover但是不提供其他的检测.要实现真正的HA只有靠第三方的东西.但是我看了下手册上后面的failover章节.它用的heartbeatv1 v2都做了failover但是都是做的ipfail
我想问下熟悉lustre的朋友.在这里如果mds1挂掉了.我还有mds2存在.能不能手工用什么命令切换.由于手册太长.英文又比较烂.我想应该是可以手工切换的.谢谢.

[ 本帖最后由 chuanqimaster 于 2008-12-18 16:44 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2008-12-18 16:45 |只看该作者
要切换。只是时间很长。我的虚拟机5分钟。搞定了

论坛徽章:
0
3 [报告]
发表于 2008-12-25 17:31 |只看该作者
可以设置超时的吧
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP