投票:移动“大云(BigCloud)”-- OpenStack Austin Summit Presentations介绍

5130阅读 0评论2016-02-10 liujunwei1234
分类:云计算

演讲1:大规模OpenStack环境中的性能数据分析 - 单Region 1000个物理节点公有云环境

Performance analysis in large-scale deployment - A single thousand-nodes cluster.

投票链接

    关于大规模OpenStack环境部署的性能瓶颈问题,众说纷纭,莫衷一是,比如:

(1)道听途说1:nova scheduler默认单进程,所以绝对是个性能瓶颈,顶多能抗住几百物理节点规模下,几百并发的请求,这里的”几百“又有众多版本,有人说300,有人说500,有人说绝对不会超过1000.

(2)道听途所2:大规模环境下,最大的性能瓶颈在消息队列和数据库,尤其ceilometer对消息队列和数据库造成的压力。

(3)道听途说3:听说某公司部署了1000规模的环境,在1024并发压力测试下,完全没有问题。

     于是对各种道听途说的只言片语,很多人给出了不同的优化方法,但是从未有真实的测试环境和详细的测试数据,让OpenStackers能够通过测试数据来窥探大规模OpenStack环境下,真正的性能瓶颈所在,并根据测试场景和测试数据给出可参考的大规模环境下OpenStack的部署架构。

    本演讲通过中国移动在公有云单Region 1000个节点规模(30个控制节点,650个计算节点,250个存储结点)的部署架构和测试数据来论证大规模环境OpenStack真正的性能瓶颈所在,详细的优化方法和验证后的大规模环境参考部署架构。


演讲2:深入分析“有状态”应用向DCOS平台迁移实践

Dvie into the migration of stateful application to DCOS Platform - the practice in China Mobile

投票链接

     伴随着Docker等容器技术的流行,数据中心操作系统(DCOS)必将在2016年蔚然成风,引领传统应用向容器化、微服务化的架构迁移。传统云平台的两大难题:基于IaaS的混合云和应用粒度的弹性伸缩,得益于DCOS架构的优势有望得到根本解决。

    本演讲基于移动大云的DCOS的架构,详细分析了“有状态”的应用容器化、微服务化以及向DCOS平台迁移过程中碰到的问题,并针对一些比较普遍的问题给出了详细的解决方法,完整的展示了移动大云DCOS平台的软件栈组成,企业级应用对DCOS平台的要求以及DCOS平台的参考架构。


演讲3:深入分析并定位nova scheduler的性能瓶颈
Dive into nova scheduler performance - Where is the bottleneck?
投票链接
Abstract

There are always rumors around nova scheduler. Like "Scheduler can handle at most 1k nodes without problems" or "I don't believe scheduler can handle so much requests using only one tiny process". Some would prefer to launch couples of scheduler instances to multiply the schedule throughput, but still others might worry about race conditions and decision conflicts that could outweigh the benefits. Cloud users are interested in the deployment strategies to maximize the schedule performance, and developers are curious about the mystery of race condition and its performance impact. Guesses and speculations are everywhere without evidences. So let's do some experiments and let data do the talk!

What is the problem or use case you’re addressing in this session?

When deploy OpenStack, it is very hard to predict how good a single nova scheduler instance can handle the coming requests. And when the single scheduler is saturated with requests, there is also no evidences that running multiple schedulers can mitigate the situation.

Most developers are still not sure whether scheduler has been implemented to reach the performance design goal(i.e. 1k nodes BUT without specifying the overhead of requests).

This session is trying to answer the above questions by analyzing nova scheduler under various scenarios.




上一篇:openstack image list: error: unrecognized arguments: --property status=active
下一篇:没有了