9月开始找工作,还有一个半月,加油。7.17 -8.1:extra: 操作系统、计算机网络复习、数据库7.17- 9.1:JAVA知识巩固加深,并发编程、设计模式、基础语法写代码: leetcode每天3题,每道题做完要看最优解法,并且自己手动实现一遍linux、Openstack、docker知识...
分类:
其他好文 时间:
2015-07-17 13:49:42
阅读次数:
117
我们在博客中可以知道 能用命令行定向创建虚拟机到指定计算节点
http://blog.csdn.net/qq_21398167/article/details/46710175
nova boot --image fedora --flavor 1 test1 --availability-zone nova:node-1
为此我想看看能否通过API 创建这样的inst...
实例执行所请求操作失败,实例处于错误状态。: 请稍后再试[错误: Build of instance beaeb5e0-26eb-4044-ae14-bb87d509886d aborted: Failed to allocate the network(s), not rescheduling.]...
分类:
其他好文 时间:
2015-07-16 21:19:01
阅读次数:
226
? # yum install openstack-neutronopenstack-neutron-ml2 openstack-neutron- openvswitch
Edit the/etc/neutron/plugins/ml2/ml2_conf.ini file and complete the following actions:
a. In t...
分类:
其他好文 时间:
2015-07-16 20:10:09
阅读次数:
857
"An error occurred authenticating. Please try again later." " not able to authenticate with any project"版本 Juno, ubuntu 14.04查看/var/log/keystone/keys....
分类:
其他好文 时间:
2015-07-16 19:21:41
阅读次数:
176
磁盘配额由Swift1.8(OpenStackGrizzly)管理ContainerQuotas:Limitsthetotalsize(inbytes)ornumberofobjectsthatcanbestoredinasinglecontainer.AccountQuotas:Limitsthetotalsize(inbytes)thatauserhasavailableintheObjectStorageservice.[plain]viewplaincopyprint?[root@st..
分类:
其他好文 时间:
2015-07-16 14:18:49
阅读次数:
881
在安装完成rabbitmq的时候,运行修改密码的指令rabbitmqctl change_password guest 123456
出现如下问题: Changing password for user "guest" ...
Error: unable to connect to node 'rabbit@devlop-ceilo': nodedown DIAGNOSTICS...
分类:
其他好文 时间:
2015-07-16 11:59:10
阅读次数:
259
CirrosOpenstack的开发,基本都使用这个image来测试,因为他比较小,只有10M。镜像介绍镜像的地址:https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.imgCirros,是可以使用用...
分类:
其他好文 时间:
2015-07-15 10:54:09
阅读次数:
141
1、故障现象上面标记显示data池已经满了,现在的单份有效数据是1.3T,三份的总共容量是4T左右,并且已经有24个pg出现了inconsistent现象,说明写已经出现了不一致的故障。2、查看配额通过上图看,target_bytes(改pool的最大存储容量)存储容量虽然是10T,但是max_objects(改p..
分类:
其他好文 时间:
2015-07-14 11:54:23
阅读次数:
808
Openstack早期的网络方案FLATFLATDHCPVLANMULTI-HOSTFLAT指定一个子网,规定虚拟机可使用的IP地址范围;创建实例时,从有效的ip地址池中取出一个IP,为虚拟机实例分配,然后在虚拟机的启动时候注入虚拟机镜像(文件系统);手动配置好网桥(br100),所有的系统实例都是和同一..
分类:
其他好文 时间:
2015-07-14 06:22:53
阅读次数:
326