作者归档:midas

CEPH配置参数

MONITOR CONFIG REFERENCE
http://ceph.com/docs/master/rados/configuration/mon-config-ref/
客户端在读写数据前,都比去和monitor取得联系,获得cluster map,结合CRUSH算法计算得到对象的位置。[……]

Read more

发表在 kubernetes | 留下评论

CentOS 7在线添加新磁盘,无需重启

现有环境基本都是线下server以及线上虚拟机等,几乎都支持热插拔,热扩容,所以在线添加新磁盘就尤为重要,这样可以无需中断当前系统以及程序运行,大大保证了服务的可用性,这里简单记录下centos7热识别磁盘的过程

#首先增加一块新磁盘,这里不做过多讲述

#增加完毕后使用命令查看

fdi[......]

Read more

发表在 linux | 留下评论

使用rsync搭建centos repo私有源

由于公司几乎都是centos的系统,所以有必要搭建一个内网的私有repo源,每日同步一下公共源保证源的可用性.

下面两个是比较好的国内源站,并且开放了rsync接口

#科技大学
mirrors.ustc.edu.cn

#清华大学
mirrors.tuna.tsinghua.edu.[......]

Read more

发表在 linux | 留下评论

Cobbler错误Unsupported Hardware Detected

最近装了一匹CentOS 6.5的系统,出现以下报错

Unsupported Hardware Detected
This hardware (or a combination thereof) is not supported by Red Hat.
For more information[......]

Read more

发表在 linux | 留下评论

CentOS7安装etcd和flannel

环境简介:

CentOS Linux release 7.4.1708 (Core)
Linux 3.10.0-693.el7.x86_64
3台linux服务器
172.16.10.100
172.16.10.101
172.16.10.102

软件版本:
etcd-v3.3.[……]

Read more

发表在 kubernetes | 留下评论