- 逻辑架构

加载中…
加载中…
加载中…
加载中…
标签:
转载 |

gluster 安装配置基本指南
1、 rpm安装
复制gluster中的core 和 fuse模块,并进行安装。
rpm –ivh glusterfs-core-3.1.3-1.x86_64.rpm
rpm –ivh glusterfs-fuse-3.1.3-1.x86_64.rpm
2、 fuse测试并检查
lsmod | grep fuse
假如没有, 使用命令
标签:
转载 |
How does one use swift?
Swift has a ReST-ful API. All communication with swift is done over HTTP, using the HTTP verbs to signal the requested action. A swift storage URL looks like
swift.example.com/v1/account/container/object
Swift’s URLs have four basic parts. Using the example above, these parts are:
标签:
it |
本文转自:http://hi.baidu.com/chenshake/blog/item/a50a9010bc70eb1d203f2eee
今天看到的情况,看来很快就可以在Openstack下跑Ceph。
明天好好看看。
http://yum.griddynamics.net/yum/diablo/
里面已经有Ceph包,
转载:http://blog.csdn.net/wangjingfei/article/details/6100966
在Qemu/KVM中虚拟一个windows xp操作系统,发现用VNC(使用kvm -vnc :1参数启动qemu的VNC)登录windows的时候,出现严重的鼠标偏移现象,无法控制鼠标,很难对windows进行操作。
Google了一下,发现Xen中也出现了类似的问题: