04 2015 档案
摘要:Openstack VM live migration can have 3 categories:-Block live migration without shared storage-Shared storage based live migration-Volume backed VM li...
阅读全文
摘要:网络,是OpenStack的部署中最容易出问题的,也是其结构中难以理清的部分。经常收到关于OneStack部署网络方面问题和OpenStack网络结构问题的邮件。下面根据自己的理解,谈一谈OpenStack的虚拟网络、网络拓扑和网络流。个人理解有限,仅抛砖引玉,有问题请指正,谢谢。一、相关概念和要点...
阅读全文
摘要:学习或者使用OpenStack普遍有这样的现象:50%的时间花费在了网络部分;30%的时间花费在了存储方面;20%的时间花费在了计算方面。OpenStack网络是不得不逾越的鸿沟,接下来我们一起尝试努力穿越这个沟壑吧……J主要参考:RDO官网对GRE网络的分析:http://openstack.re...
阅读全文
摘要:***简单ftp服务器搭建:rpm –qa|grep vsftpd //检查是否安装服务yum –y install vsftpd-* //安装服务mkdir /var/ftp/upload //创建服务家目录useradd vsftpd –d /var/ftp/upload –s /sbin/no...
阅读全文
摘要:1.Tmux安装tmux下载地址:http://sourceforge.net/projects/tmux/files/tmux/tmux-1.6/tmux-1.6.tar.gz/download依赖于libeventwget https://github.com/downloads/libeven...
阅读全文
摘要:MongoDB-Sharding部署方案一、 部署环境五台主机:Amongoshard01: 10.212.74.43Amongoshard02: 10.212.84.4Amongoshard03: 10.212.98.23Amongoshard04: 10.212.46.5Amongoshard0...
阅读全文
摘要:CentOS-6.5单机实现mongoDB分片环境:1)CentOS 6.5系统 2)IP:本机3)MongoDB:MongoDB-linux-x86_64-2.6.1实现:两个副本集shard(shard-a和shard-b),每个副本集shard配置三个实例(主,从和仲裁),三个config s...
阅读全文
摘要:LVM Logical Volume ManagerVolume management creates a layer of abstraction over physical storage, allowing you to create logical storage volumes.Logic...
阅读全文