Block Storage (cinder)8776publicurl and adminurlCompute API (nova-api)8773EC2 API 8774openstack API 8775metadata port 3333accessing S3 APICompute p...
分类:
其他好文 时间:
2015-04-28 11:31:03
阅读次数:
168
先说下下loop设备loop设备及losetup命令介绍 1. loop设备介绍 在类 UNIX 系统里,loop 设备是一种伪设备(pseudo-device),或者也可以说是仿真设备。它能使我们像块设备一样访问一个文件。在使用之前,一个 loop 设备必须要和一个文件进行连接。这种结合方式给用户...
分类:
其他好文 时间:
2015-04-24 19:03:38
阅读次数:
573
记录,方便查阅。重复的配置信息不做解释。To configure prerequisitesmysql -p123456 -e "CREATE DATABASE cinder;GRANT ALL PRIVILEGES ON cinder.* TO 'cinder'@'192.168.23.11' I...
分类:
其他好文 时间:
2015-04-19 16:11:27
阅读次数:
246
1. 问题我们经常会发现某个cinder service 的状态为 down。比如下面例子中 controller 上的cinder-scheduler 和 block1 节点上cinder-volume 的状态都为 down。s1@controller:~$ cinder service-list...
分类:
其他好文 时间:
2015-04-11 16:04:16
阅读次数:
259
1.OpenStack的核心服务Nova计算服务(ComputerasaService)Neutron网络服务(NetworkingasaService)Swift对象存储服务(ObjectStorageasaService)Cinder块存储服务(BlockStorageasaService)2.OpenStack的公共服务Glance镜像服务(ImageasaService)Keystone认证服务(Identityasa..
分类:
其他好文 时间:
2015-03-16 06:25:59
阅读次数:
138
继研究了Neutron之后,继续Nova的外围研究之旅。本站是研究块存储服务Cinder。0。验证环境环境包括:1、一个controller节点,运行nova-api, nova-scheduler, cinder-api, cinder-scheduler, mysql, rabbitmq2、一个...
分类:
其他好文 时间:
2015-01-13 11:53:59
阅读次数:
270
cinder支持后端多种backends共存,确实很适合用户的需求。最近我们公司自己的内部openstack平台后端有sata、ssd的glusterfsvolume,研究了下cindermultibackends的配置。实际上主要就是cinder.conf了。cinder.conf配置文件如下:[DEFAULT]
enabled_backends=glusterfs1,gluster..
分类:
其他好文 时间:
2015-01-10 18:26:24
阅读次数:
193
0。背景OpenStack 中的实例是不能持久化的,需要挂载 volume,在 volume 中实现持久化。Cinder提供持久的块存储,目前仅供给虚拟机挂载使用。它并没有实现对块设备的管理和实际服务,而是为后端不同的存储结构提供了统一的接口,不同的块设备服务厂商在 Cinder 中实现其驱动支持以...
分类:
其他好文 时间:
2014-12-12 11:32:38
阅读次数:
266
声明:本博客欢迎转发,但请保留原作者信息!博客地址:http://blog.csdn.net/halcyonbaby内容系本人学习、研究和总结,如有雷同,实属荣幸!nova-docker现状nova-docker插件h版出现,但是在i版本从nova中移出,作为孵化项目培养。当时给出的解释是,希望能更快的进行迭代开发,支持cinder和neutron。并计划在K版本release时重新进入。 no...
分类:
其他好文 时间:
2014-12-11 12:27:16
阅读次数:
289
Cinder是一个由社区开发,开源,高质量C++...
分类:
其他好文 时间:
2014-11-25 12:46:58
阅读次数:
215