摘要:
http://blog.zhaw.ch/icclab/an-analysis-of-the-performance-of-live-migration-in-openstack/http://blog.zhaw.ch/icclab/an-analysis-of-the-performance-of-... 阅读全文
摘要:
博客地址:http://blog.csdn.net/halcyonbaby内容系本人学习、研究和总结,如有雷同,实属荣幸!Numa查看主机node情况使用virsh命令查看virsh # capabilities 8166976 ... 阅读全文
摘要:
Nova中调度配置: scheduler Filtering AggregateCoreFilter: 看组中host上的vcpu个数能否满足创建虚拟机的instancetype中的vcpu个数。 通过 per-aggregate 的 cpu allocation_ratio 参数预定义的 CPU 阅读全文
摘要:
scheduler_driver = nova.scheduler.filter_scheduler.FilterSchedulerscheduler_available_filters = nova.scheduler.filters.all_filtersscheduler_default_fi... 阅读全文
摘要:
nova conductor是一个RPC 服务,所有支持的API都在nova.conductor.rpcapi.ConductorAPI它是stateless,可以水平扩展。优点:安全:如果没有conductor,每个nova-compute都会直接访问DB,那么任意一个host上的nova-com... 阅读全文
摘要:
https://github.com/openstack/osprofiler 阅读全文
摘要:
https://wiki.openstack.org/wiki/WatcherWatcher为OS提供资源优化。主要是通过虚拟机迁移来提高整个数据中心的运营效率,降低TCO。功能特点:通过虚拟机迁移来提高整个数据中心的运营效率和各种优化advise mode (manual) or active m... 阅读全文
摘要:
架构图Yagi从rabbitmq拿到 notifications并传递给YagiHandlers链。YagiHandlers包括:Shoeboxfor long-term archiving.Atom-Hopperfor pub-sub ATOM feeds.Stack-distiller/Winc... 阅读全文
摘要:
1 compute.instance.update类型的消息需要配置notify_on_state_change参数,可以为空,或者vm_state,或者vm_and_task_state,当虚拟机的状态或者task状态发送变化时发送消息: cfg.StrOpt('notify_on_state_c... 阅读全文
摘要:
nova中利用libvirt 事件来更新vm的DB中的power状态https://wiki.openstack.org/wiki/ComputeDriverEventsNova compute manager每10分钟报告hypervisor上VM的状态,可以让nova检测到vm的真实状态,比如v... 阅读全文