发布时间:2017-03-03 10:38:47
[root@host-192-168-0-10 ~]# lsblkNAME MAJ:MIN RM SIZE RO TYPE MOUNTPvda 252:0 0 100G 0 disk├─vda1 252:1 0 500M 0 part /boot└─vda2 &nb.........【阅读全文】
发布时间:2015-03-20 11:45:40
If you met the following issue, but you found device does NOT mount or use by anything.mkfs.xfs -i size=512 /dev/sdb1 mkfs.xfs: cannot open /dev/sdb1: Device or resource busymkfs.ext4 /dev/sdb1mke2fs 1.42.7 (21-Jan-2013)/dev/sdb1 is apparently in use by the system; will not make a filesystem her.........【阅读全文】
发布时间:2015-01-28 15:01:17
1) The first step in the process is to install the samba software on your machine. Use the command below to install all of the Samba packages.yum -y install samba*including samba-, samba-common, samba-client, samba-libs 2) Create the directory containing the contents you would.........【阅读全文】
发布时间:2015-01-20 10:08:06
qcow2 的基本原理qcow2 镜像格式是 QEMU 模拟器支持的一种磁盘镜像。它也是可以用一个文件的形式来表示一块固定大小的块设备磁盘。与普通的 raw 格式的镜像相比,有以下特性:更小的空间占用,即使文件系统不支持空洞(holes);支持写时拷贝(COW, copy-on-write),镜像文件只反映底层磁盘的变化;.........【阅读全文】
发布时间:2014-11-19 13:04:42
1. RADOS的逻辑结构 RADOS的系统逻辑结构如下图所示[3]: 如图所示,RADOS集群主要由两种节点组成。一种是为数众多的、负责完成数据存储和维护功能的OSD(Object Storage Device),另一种则是若干个负责完成系.........【阅读全文】