码迷,mamicode.com
首页 >  
搜索关键字:ceph mon 故障处理    ( 8298个结果
ceph摘掉osd节点
1、关闭cephosd进程servicecephstoposd2、让ceph集群中的数据进行平衡3、等所有的pg都达到active+clean平衡度时删除osd节点删除前ceph集群状态[root@os-node3~]#cephosdtree#idweighttypenameup/downreweight-14rootdefault-21hostos-node301osd.0down0-31hostos-node411osd.1u..
分类:其他好文   时间:2014-08-05 11:36:30    阅读次数:1475
ceph 快速部署
ceph统一存储现在火的不得了了,大家都在调研它,最近大脑发热,也尝试体验一把。下面简单记录下cephceph-deploy部署步骤。一、规划1.虚拟机5台,其功能如下:名称pulicnetworkclusternetwork功能admin-node192.168.0.254/2410.0.1.2/24管理机器mon01192.168.0.2/2410.0.1.3/24..
分类:其他好文   时间:2014-08-05 03:14:48    阅读次数:261
部署中遇到的问题(三)
起初没400 Bad request 过一段时间就产生了 [pid: 14558|app: 0|req: 23/23] 123.127.3.37 () {38 vars in 653 bytes} [Mon Aug  4 21:29:55 2014] GET / => generated 0 bytes in 6 msecs (HTTP/1.1 500) 4 headers in 147 by...
分类:其他好文   时间:2014-08-05 00:44:10    阅读次数:724
postgresql开发中可能有用的知识
一、PostgreSQL中可以直接对时间进行加减运算: 查询系统当前时间: select?now(); 或者 select?current_timestamp; SELECT now()::timestamp + ‘1 year‘;? --当前时间加1年 SELECT now()::timestamp + ‘1 mon...
分类:数据库   时间:2014-08-02 13:02:23    阅读次数:275
Deploy Ceph and start using it:simple librados cli
This part of the tutorial describes how to?setup a simple Ceph client using librados (for?C++). The only information that the client requires for the?cephx?authentication is Endpoint of the mon...
分类:其他好文   时间:2014-07-31 21:24:07    阅读次数:399
Ceph - howto, rbd, lvm, cluster
Install ceph Installation depends about which version you want as they‘re all locked into Fixed releases (argonaut, bobtail etc). So go here for install options for your distro and the version you ...
分类:其他好文   时间:2014-07-30 12:35:14    阅读次数:494
从ceph集群中删除MDS server
如果你不需要cephfs,MDS就成了多余的。为了提高性能,可以把MDS卸载掉。 首先停止所有的MDS daemon: $ sudo service ceph stop mds === mds.0 === Stopping Ceph mds.0 on server-3...kill 1190...done 然后在c...
分类:其他好文   时间:2014-07-29 16:16:20    阅读次数:401
linux文件系统
一、linux主要的文件系统类型①ext(2/3/4)xfsffsufsjfsvfatntfs②交换文件系统swap③网络文件系统nfssmbfs④分布式文件系统ceph⑤光盘文件系统isso9660linux最传统的文件系统是使用的EXT,所以要了解linux的文件系统,首先从ext开始。ext有ext2、ext3、ext4等ext2不支持日志功..
分类:系统相关   时间:2014-07-28 16:47:14    阅读次数:326
C++中this指针的使用方法.
this指针仅仅能在一个类的成员函数中调用,它表示当前对象的地址。以下是一个样例: void Date::setMonth( int mn ) { month = mn; // 这三句是等价的 this->month = mn; (*this).mon...
分类:编程语言   时间:2014-07-27 09:55:32    阅读次数:182
Javascript日历
/** *?Created?by?YCXJ-wanglihui?on?2014/7/25. ?*?@module?utils */ ‘use?strict‘; /** ?*?@class?日历类?Calendar ?*?@constructor ?*?@param?{Number}?year ?*?@param?{Number}?mon...
分类:编程语言   时间:2014-07-26 03:36:07    阅读次数:349
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!