不合格的程序猿
发布时间:2016-05-20 14:16:38
8、MONITOR CONFIG REFERENCE 客户端在读写数据前,都比去和monitor取得联系,获得cluster map,结合CRUSH算法计算得到对象的位置。 (1)最小配置 生成一个fsid和monitorde的最小配置,配置字段[mon]或[mon.a],ceph监视器默认监听6789端口。 主机名(e.g. mon host =.........【阅读全文】
发布时间:2016-05-20 14:15:21
Ceph配置参数(二) 6、KEYVALUESTORE CONFIG REFERENCE http://ceph.com/docs/master/rados/configuration/keyvaluestore-config-ref/ KeyValueStore is an alternative OSD backend compared to FileStore. Currently, it uses LevelDB as backend. KeyValueStore doesn’t nee.........【阅读全文】
发布时间:2016-05-19 11:50:20
命令#sync #echo 3 > /proc/sys/vm/drop_caches 查看内存情况:# more /proc/meminfo Kernels 2.6.16 and newer provide a mechanism to have the kernel drop the page cache and/or inode and dentry caches on command, which can help free up a l.........【阅读全文】
发布时间:2016-05-19 11:48:58
转自:http://blog.csdn.net/zhangjay/article/details/6656771iostatiostat用于输出CPU和磁盘I/O相关的统计信息. 命令格式:iostat [ -c | -d ] [ -k | -m ] [ -t ] [ -V ] [ -x ] [ device [ ... ] | ALL ] [ -p [ device | ALL ] ] [ interval [ count ] ].........【阅读全文】
发布时间:2016-05-18 19:16:45
通过root用户建立秘钥认证实现SHELL脚本管理,分发,部署首先client端创建秘钥对,并将公钥分发给需要登录的SSH服务端注:公钥相当于锁,私钥相当于钥匙,我们这里相当于在客户端创建一对钥匙和锁,想要做到SSH免密码登录,就相当于我们将锁分发到服务端并装锁,然后客户端就可以利用钥匙开.........【阅读全文】