1, openstack虚拟实例备份之--多镜像格式多镜像文件合并为一个镜像文件衍生-差异镜像文件 /var/lib/nova/instances/b0abc22f-1a73-4079-b1bc-2aa28f43b952/disk衍生基本镜像文件 /var/lib/nova/instances/_b...
分类:
其他好文 时间:
2015-12-06 17:44:56
阅读次数:
221
一、什么是配额(quota)管理简单的讲就是控制用户资源的数量。在openstack里,管理员为每一个工程(project)分配的资源都是有一定限制的,这些资源包括实例(instance)、cpu、内存、存储空间等等,不能让一个工程无限制的使用资源,所以配额管理针对的单位是工程(project)。先...
分类:
其他好文 时间:
2015-12-05 19:19:41
阅读次数:
219
环境:Controller42.62.55.71Compute42.62.114.207Controller+Compute#yuminstall-yyum-plugin-priorities配置yum源Controllercomputevim/etc/yum.repos.d/openstack.repo[openstack]name=openstackbaseurl=http://mirrors.ustc.edu.cn/centos/7/cloud/x86_64/openstack-kilo/e..
分类:
其他好文 时间:
2015-12-04 10:56:43
阅读次数:
579
#!/bin/shpasswd ubuntu<<EOFubuntuubuntuEOFsed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_configservice ssh restart这样你...
分类:
其他好文 时间:
2015-12-03 20:42:32
阅读次数:
166
A number of periodic processes run on the OpenStack Image service to support caching
分类:
其他好文 时间:
2015-12-02 20:21:44
阅读次数:
135
搭建本地base、extra、epel、openstack源,openstack实验的必备环境,这样可以摆脱网络限制,不用苦心积虑的考虑怎么上网了。搭建本地base、extra、epel、openstack源需要安装httpd服务(1)、本地base源,安装第一块光盘[4G]CentOS-6.5-x86_64-bin-DVD1.isomount/dev/cdrom/mn..
分类:
其他好文 时间:
2015-12-02 18:52:51
阅读次数:
396
本人按照官方最新的安装文档安装测试环境,在完全照搬测试文档的情况下,居然也会报错,一紧。在安装完NOVA之后,运行novaservice-list进行测试,报错大概是:unabletoestablishconnectiontohttp://controller,就是无法建立到novaapi的连接。百度google一翻之后发现很多帖子都..
分类:
Web程序 时间:
2015-11-30 18:27:34
阅读次数:
367
一个新的秋季,一个新的OpenStack 版本。OpenStack 的第12个版本,Liberty,在10月15日如期交付,而且目前发行版本已经备好了。那么我们期望能从过去六个月时间的开发中获得些什么呢? 正如过去几年一样,每个版本都有大量的变化和引入新的功能,但是现在,OpenStack 已经达....
分类:
其他好文 时间:
2015-11-28 10:22:11
阅读次数:
193
本系列会分析OpenStack 的高可用性(HA)概念和解决方案:(1)OpenStack 高可用方案概述(2)Neutron L3 Agent HA - VRRP (虚拟路由冗余协议)(3)Neutron L3 Agent HA - DVR (分布式虚机路由器)(4)RabbitMQ HA(5)M...
分类:
数据库 时间:
2015-11-26 18:56:27
阅读次数:
982