码迷,mamicode.com
首页 >  
搜索关键字:snapshots nova    ( 1008个结果
OpenStack nova VM migration (live and cold) call flow
OpenStack nova compute supports two flavors of Virtual Machine (VM) migration:Cold migration -- migration of a VM which requires the VM to be powered ...
分类:其他好文   时间:2014-09-09 11:35:18    阅读次数:343
nova baremetal tips
最近同事在用icehouse版本nova的baremetal driver在CentOS6.3上遇到了一些坑。之前对这块没什么了解,简单记录如下。...
分类:其他好文   时间:2014-09-05 11:28:41    阅读次数:269
openstack 命令行nova list执行失败,提示认证不成功
【问题现象】 2014-09-03 19:18:25.520 22053 WARNING keystoneclient.middleware.auth_token [-] Verify error: Command ‘openssl‘ returned non-zero exit status 4 2014-09-03 19:18:25.522 22053 WARNING key...
分类:其他好文   时间:2014-09-03 19:57:47    阅读次数:355
sonatype nexus 搭建maven服务器
1.下载nexus,下载oss版本2.更改下载的nexus-xxx.war为nexus.war3.拷贝到tomcat的webapp目录下4.运行tomcat,进入nexus起始页5.用admin/admin123登录6.点击Administration菜单下面的Repositories,将这三个仓库ApacheSnapshots,Codehaus Snapshots,MavenCentral的DownloadRem..
分类:其他好文   时间:2014-09-03 18:25:27    阅读次数:280
OpenStack安装后检查流程总结
安装后检查1. 确保服务正常运行首先查看服务的运行状态: #service xxx status为防止对子服务有疏漏,可使用ps + grep 查看: # ps aux |grep xx2. 确保服务连接上消息队列查看相关日志。如nova的日志默认存在于/var/log/nova下。3. 确保各项服...
分类:其他好文   时间:2014-09-03 09:33:06    阅读次数:183
OPStackComputeNodeMaintain
1,yum -y install openstack-nova-compute计算节点配置完成后 其配置文件默认非注释行内容如下;2,Ruiy手动部署如下endpoint的nova配置文件配置如上endpoint的具体novainone配置openstack 计算节点(compute nodes)b...
分类:其他好文   时间:2014-09-02 17:28:45    阅读次数:298
OpenStack术语名词及问题调试
从上面你应该也知道我们重启Openstack整个环境方法了吧!一切只因Openstack组件太多,叫复杂;nova baremetal-node-list
分类:其他好文   时间:2014-08-30 23:05:01    阅读次数:370
OpenStack Mixture HypervisorsDriver configure and implementation theory
通过本文,您将可以了解在 OpenStack 中如何进行混合 Hypervisor 的配置及其实现原理的基本分析。本文主要结合作者在 Nova 中的实际开发经验对 OpenStack 中混合 Hypervisor 场景的原理进行分析,同时介绍在实际的应用场景中如何进行配置。通常,基于 OpenSta...
分类:其他好文   时间:2014-08-28 22:24:16    阅读次数:388
[OpenStack] Nova中的线程模型
1) greenlet - python中的协程库 1.1) 什么是协程 (Coroutine) Coroutine Wiki http://en.wikipedia.org/wiki/Coroutine CoRoutine是在Thread基础上的再次切分. 每一个Process可以包含多个Thread, 每个线程包含多个CoRoutine在任何时刻, 同一个Threa...
分类:编程语言   时间:2014-08-27 18:51:38    阅读次数:266
maven deploy
settings.xml文件: E:\maven_repository releases admin admin123 snapshots admin adm...
分类:其他好文   时间:2014-08-27 14:31:08    阅读次数:2264
1008条   上一页 1 ... 92 93 94 95 96 ... 101 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!