码迷,mamicode.com
首页 >  
搜索关键字:ceph pg inconsistent    ( 1865个结果
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
createdb test时报global/pg_filenode.map不存在
实际上是存在的,看到说是ipv6占用了5432的端口号,看了一下的确是,将ipv6关闭重启系统即可。下面是关闭ipv6的方法:确认IPV6是否开启在Linux下确认IPv6是否已经被启用,可以从三个方面确定。1.使用ifconfig查看自己的IP地址是否含有IPv6地址。eth0 Link en.....
分类:数据库   时间:2014-07-28 14:51:13    阅读次数:499
Postgresql 技巧
备份pg_dump -f "F:/dump.sql" -U postgres -h 10.38.197.120 -p 5432 -O恢复psql -f "F:/dump.sql" -U postgres -h -p 5432
分类:数据库   时间:2014-07-24 17:16:35    阅读次数:268
linux 下pgsql的使用
# linux 下pgsql的使用 pgsql里面的用户和linux里面的用户一样,改用户的密码就修改linux用户的密码就是。 备份,恢复数据库的方法 su 数据库用户名 备份: pg_dump -Fc test001 >test001.dump test001是数据库名...
分类:数据库   时间:2014-07-22 22:33:12    阅读次数:383
ceph的使用
Ceph uniquely delivers object, block, and file storage in one unified system. ceph提供了filesystem, block device, object store三种使用方式. 准确来说下面我们只讲它的block device,由于他们的基础都是要...
分类:其他好文   时间:2014-07-21 23:39:36    阅读次数:641
Install Ceph on Ubuntu 14.04 Server
Ceph1:vi/etc/hosts(onallnodes)127.0.0.1localhost192.168.1.15ceph1192.168.1.16ceph2192.168.1.17ceph3ssh-keygen-q-trsa-f~/.ssh/id_rsa-C‘‘-N‘‘vi~/.ssh/configHostceph2Hostnameceph2UserrootStrictHostKeyCheckingnoHostceph3Hostnameceph3UserrootStrictHostKeyCheckin..
分类:其他好文   时间:2014-07-20 23:16:24    阅读次数:287
制作openstack本地yum源
由于openstack的官网的yum源下载比较慢,现在我们把openstack、epel、ceph、redhat自带的安装包下载下来,自己制作一个本地的更新、安装yum源一、把openstack、epel、ceph、redhat自带的安装包下载统一放到一个目录/yum.os.repo目录[root@KS~]#mkdir/yum.os.repo二、要确定yum..
分类:其他好文   时间:2014-07-17 21:06:42    阅读次数:269
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!