SlideShare a Scribd company logo
CloudStack Scalability
Testing, Development, Results, and Futures
Apache CloudStack: a project in incubation

                       • Secure, multi-tenant cloud
                         orchestration platform
                         – Turnkey platform for delivering IaaS clouds
                         – Hypervisor agnostic
                         – Highly scalable, secure and open
                         – Complete Self-service portal
                         – Open source, open standards
                         – Deploys on premise
Manage hosts, create VMs, virtual disks, virtual
            Admin          networks, meter usage, ….
                                                    Internet
                    Management Server
                    Cluster

                               Primary
                                                          Router
                               MySQL
                                   Backup                 Load Balancer
                                   MySQL
                                                           L3 Core Switch
Top of Rack
     Switch



                                                                               Object Storage
  Servers
               …              …                …       …              …
                                                                            Availability Zone 1
            Pod 1          Pod 2            Pod 3                  Pod N
Thinking about cloud orchestration at scale
 • Host management
 • Capacity management
 • What host to use to deploy a
   new VM
 • Failure handling
 • Security group propagation
 • Set a goal
We can’t afford this as our QA lab
Simulator enables scale testing


                       Mgmt.
                       Server       Zone
 User API                                     MySQL
                                  Simulator
              Load     Mgmt.
            Balancer   Server
Admin API

                       Mgmt.    MySQL
                       Server

                       Mgmt.
                       Server
Environment
                         2 cores, 4 with Hyper
                       Threading. 2.2 GHz Xeon.
                           Mgmt.
                       16 GB RAM. 12 GB JVM
                           Server
                                Heap.
                                                  Zone
                                          Single spinning disk, later
                                                                  MySQL
 User API
                                          singleSimulator GB RAM.
                                                 SSD. 32
              Load         Mgmt.                 MySQL 5.5.
            Balancer       Server
Admin API

                           Mgmt.              MySQL
                           Server

                           Mgmt.
                           Server
5  scalability Cloudstack Developer Day
Allocator performance is awful with 1000 hosts
 • Two minutes to decide which host to use for a new VM!
    • Computing capacity for every pod repeatedly
 • Fixed that, but still 12 seconds to decide
 • Use host tags, down to 2 seconds
 • Major changes required to improve further
    • In 2.2.0, store capacity info in DB, skip pod altogether
 • Harness the power of SQL select and all is well
Polling doesn’t scale

 TRUE?              FALSE?
 Sometimes, it is good enough
Host management
• Check host state via TCP connection
• Check every minute
   • 30,000 checks per minute, 500 per second
   • But they take 10 seconds, so 5000 in parallel
   • Not using async I/O so 5000 threads required…
   • Single JVM can support 2000+ threads so this is
     concerning but may not be the limiting factor
Host management
• What is the maximum feasible JVM heap size?
   • Some people use heaps with hundreds of GB
   • Commercial tools can help, but cost
   • We decided to stay below 20 GB (GC concerns)
• How much CPU is required for background processing?
CPU utilization while deploying 30,000 VMs on 30,000 hosts
    CPU Utilization. 400% is maximum
                                       20,000
                                                  5000   5000



                                                                Idle




                                                Time
Deploy time from 25,000 to 30,000 VMs
  Seconds to deploy




                      VM number: 25,000 plus X
Problem: agent load balancing
  Mgmt        Mgmt      • Management servers
 Server 1    Server 2     start/stop/fail/crash
                        • How do newly started
                          Management Servers get
                          agents / work?
                        • When a Management Server
                          exits, how do others pick up its
                          load?
                        • When new hosts are added
                          how is the load distributed?
Common use case timings at scale
• 30,000 hosts and 4 Management Servers
• 4 Management Servers running, 1 fails: 10 minutes to
  redistribute 7500 agents
• 3 Management Servers running, add a fourth: 40 minutes to
  redistribute load evenly  IMPORTANT
• 0 Management Servers running, start all 4 simultaneously: 16
  minutes to connect to all 30,000 hosts
Understanding security groups



               Web                                 DB                                Web
               VM                                  VM                                VM
                          Web                                 DB
                        Security                            Security
              Web        Group                    Web        Group                    DB
              VM                                  VM                                  VM

          …                                   …                                  …
              Web                                 Web
              VM                                  VM


    Ingress Rule: Allow VMs in Web Security Group access to VMs in DB Security Group on Port 3306
L3 isolation with distributed firewalls
Public     Public IP address                                     Tenant   10.1.0.2
Internet   65.37.141.11                                          1 VM 1
           65.37.141.24                          10.1.0.1
                                      Pod 1 L2                   Tenant   10.1.0.3
           65.37.141.36
                                       Switch                    2 VM 1
           65.37.141.80
                                                                 Tenant   10.1.0.4
                                                                 1 VM 2
                           L3 Core
                                      Pod 2 L2
                                       Switch
                                                 10.1.8.1
                                                             …
                             Load     Pod 3 L2   10.1.16.1
                           Balancer    Switch



                                       …
L3 isolation with distributed firewalls
Public     Public IP address                                     Tenant   10.1.0.2
Internet   65.37.141.11                                          1 VM 1
           65.37.141.24                          10.1.0.1
                                      Pod 1 L2                   Tenant   10.1.0.3
           65.37.141.36
                                       Switch                    2 VM 1
           65.37.141.80
                                                                 Tenant   10.1.0.4
                                                                 1 VM 2
                           L3 Core
                                      Pod 2 L2
                                       Switch
                                                 10.1.8.1
                                                             …
                             Load     Pod 3 L2   10.1.16.1
                           Balancer    Switch



                                       …                         Tenant
                                                                 1 VM 3
                                                                          10.1.16.47

                                                                 Tenant
                                                                          10.1.16.85
                                                                 1 VM 4
L3 isolation with distributed firewalls
Public     Public IP address                                     Tenant   10.1.0.2
Internet   65.37.141.11                                          1 VM 1
           65.37.141.24                          10.1.0.1
                                      Pod 1 L2                   Tenant   10.1.0.3
           65.37.141.36
                                       Switch                    2 VM 1
           65.37.141.80
                                                                 Tenant   10.1.0.4
                                                                 1 VM 2
                           L3 Core
                                      Pod 2 L2
                                       Switch
                                                 10.1.8.1
                                                             …
                                                                 Tenant   10.1.16.12
                             Load     Pod 3 L2   10.1.16.1       2 VM 2
                           Balancer    Switch
                                                                 Tenant
                                                                          10.1.16.21
                                                                 2 VM 3


                                       …                         Tenant
                                                                 1 VM 3
                                                                          10.1.16.47

                                                                 Tenant
                                                                          10.1.16.85
                                                                 1 VM 4
One firewall per
Virtual Machine
One million firewalls?
       VM     VM         VM   VM
       …      …          …             VM
       VM     VM              …        …
                         VM   VM       VM
       VM     VM         VM   VM       VM
       VM     VM         VM   VM
       …      …          …             VM
       VM     VM              …        …
                         VM   VM       VM
       VM     VM         VM   VM       VM
       VM     VM         VM   VM
       …      …          …             VM
       VM     VM              …        …
                         VM   VM       VM
       VM     VM         VM   VM       VM
       VM     VM         VM   VM
       …      …          …             VM
       VM     VM              …        …
                         VM   VM       VM
       VM     VM         VM   VM       VM
       VM     VM         VM   VM
       …      …          …             VM
       VM     VM              …        …
                         VM   VM       VM
       VM     VM         VM   VM       VM
       VM
       …
       VM
       VM
              VM
              …
              VM
              VM
                         VM
                         …
                         VM
                         VM
                              VM
                              …
                              VM
                                   …   VM
                                       …
                                       VM
                              VM       VM
       VM     VM         VM   VM
       …      …          …             VM
       VM     VM              …        …
                         VM   VM       VM
       VM     VM         VM   VM       VM
       VM     VM         VM   VM
       …      …          …             VM
       VM     VM              …        …
                         VM   VM       VM
       VM     VM         VM   VM       VM
Orchestrating hundreds of thousands of firewalls

Well-known software scaling techniques
• Message queues
• Consistency tradeoffs
• Idempotent configuration & retries

CloudStack uses
• Special purpose queues
• Optimized for large security groups
• Eventual consistency for rule updates
Problem: firewall rules explosion in dom0

     Allow Security Group {Web} on TCP port 3060


     -A FORWARD -m tcp –p tcp –dport 3060 –src 10.1.16.31 – j ACCEPT
     -A FORWARD -m tcp –p tcp –dport 3060 –src 10.1.45.112 – j ACCEPT
     -A FORWARD -m tcp –p tcp –dport 3060 –src 10.1.189.5 – j ACCEPT
                               …
     -A FORWARD -m tcp –p tcp –dport 3060 –src 10.21.9.77 – j ACCEPT


      Performance suffers for large security groups
Problem: firewall rules explosion in dom0
Fix with ipsets:
   ipset –N web_sg iptreemap
   ipset –A web_sg 10.1.16.31
   ipset –A web_sg 10.1.16.112
   ipset –A web_sg 10.1.189.5

   ipset –A web_sg 10.21.9.77
              …
   -A FORWARD –p tcp –m tcp –dport 3060 –m set –match-set web_sg src -j ACCEPT



See also http://daemonkeeper.net/781/mass-blocking-ip-addresses-with-ipset/
Security group propagation time
   Seconds to fully synced




                             Number of VMs in security group
Problem: database connection management
• Scale testing resulted in several “too many open
  connections” errors from MySQL
• Common problem: holding open connections while
  doing long-running operations
• Took some code clean up and refactoring
• No longer an issue
   • MySQL supports 10,000 connections
   • CloudStack is far below that
DB connections per MS while deploying 30,000 VMs
                                     5,000
                                             5,000
 Number of DB connections



                            20,000




                                                 Time
Other considerations (beyond control plane)
• Network design and devices
• Object store scalability
• Per-host and cluster scalability
• Storage
• Understand your workload
Future work
• Improve simulator accuracy
• Publish results of advanced network (VLAN) testing
• Verify assumption of VM density not impacting scale
More information and joining the project

Project web site:
http://incubator.apache.org/projects/cloudstack.html

Mailing lists:
cloudstack-dev-subscribe@incubator.apache.org
cloudstack-users-subscribe@incubator.apache.org

Scalability study:
http://wiki.cloudstack.org/pages/viewpage.action?pageId=14320020
Q&A

More Related Content

PPTX
CloudStack Performance Testing
PDF
12th Japan CloudStack User Group Meetup MidoNet with scalable virtual router
PPTX
The Next Generation of Microsoft Virtualization With Windows Server 2012
PPTX
CloudStack + SDN
PPTX
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 Preview
PPTX
Apache CloudStack Architecture by Alex Huang
PPTX
PPTX
Building Business Continuity Solutions With Hyper V
CloudStack Performance Testing
12th Japan CloudStack User Group Meetup MidoNet with scalable virtual router
The Next Generation of Microsoft Virtualization With Windows Server 2012
CloudStack + SDN
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 Preview
Apache CloudStack Architecture by Alex Huang
Building Business Continuity Solutions With Hyper V

What's hot (20)

PDF
21.10.09 Microsoft Event, Microsoft Presentation
PDF
Oracle VM – the coolest virtualizator you’ve ever had
PPT
Scalable networking in Apache CloudStack
PDF
Scvmm 2012 (maarten wijsman)
PPTX
Avnet & Rorke Data - Open Compute Summit '13
PPSX
LinuxCon NA 2012: Virtualization in the cloud featuring xen
PPTX
16 August 2012 - SWUG - Hyper-V in Windows 2012
PPT
Vmware
PDF
Scale11x : Virtualization with Xen and XCP
PDF
Decisions behind hypervisor selection in CloudStack 4.3
PDF
CloudStack Hyderabad Meetup: Using CloudStack to build IaaS clouds
PPTX
Prairie DevCon-What's New in Hyper-V in Windows Server "8" Beta - Part 2
PPT
DevCloud and CloudMonkey
PPTX
Xen server 6.1 customer presentation
PDF
What’s New in vCloud Director 5.1?
PDF
Tudor Damian - Hyper-V 3.0 overview
PPT
CloudStack and SDN
PPTX
Windows Azure
PDF
Mythbusting goes virtual What's new in vSphere 5.1
PPTX
Windows Server 2012 RC Hyper V
21.10.09 Microsoft Event, Microsoft Presentation
Oracle VM – the coolest virtualizator you’ve ever had
Scalable networking in Apache CloudStack
Scvmm 2012 (maarten wijsman)
Avnet & Rorke Data - Open Compute Summit '13
LinuxCon NA 2012: Virtualization in the cloud featuring xen
16 August 2012 - SWUG - Hyper-V in Windows 2012
Vmware
Scale11x : Virtualization with Xen and XCP
Decisions behind hypervisor selection in CloudStack 4.3
CloudStack Hyderabad Meetup: Using CloudStack to build IaaS clouds
Prairie DevCon-What's New in Hyper-V in Windows Server "8" Beta - Part 2
DevCloud and CloudMonkey
Xen server 6.1 customer presentation
What’s New in vCloud Director 5.1?
Tudor Damian - Hyper-V 3.0 overview
CloudStack and SDN
Windows Azure
Mythbusting goes virtual What's new in vSphere 5.1
Windows Server 2012 RC Hyper V
Ad

Viewers also liked (6)

PDF
Cello saas scalability architecture
PPTX
Webinar How to Achieve True Scalability in SaaS Applications
PPTX
Webinar Series Part 2 -Recipe for a Successful SaaS Company - Migrating Sing...
DOCX
Data Warehouse Modernization Webinar Series- Critical Trends, Implementation ...
PDF
SaaS Introduction-May2014
PDF
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
Cello saas scalability architecture
Webinar How to Achieve True Scalability in SaaS Applications
Webinar Series Part 2 -Recipe for a Successful SaaS Company - Migrating Sing...
Data Warehouse Modernization Webinar Series- Critical Trends, Implementation ...
SaaS Introduction-May2014
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
Ad

Similar to 5 scalability Cloudstack Developer Day (20)

PDF
CloudStack Architecture Future
PPTX
Cloud stack overview
PPTX
Xen and Apache cloudstack
PPT
10 Minute Overview of Apache CloudStack
PPT
CloudStack Intro NYC
PDF
1 Introduction at CloudStack Developer Day
PPTX
PDF
Eucalyptus 3 Product Overview
PPTX
What is cloud computing
PDF
2012 CloudStack Design Camp in Taiwan--- CloudStack Overview-1
PDF
Eucalyptus 3 Product Overview
PPTX
CloudStack vs OpenStack vs Eucalyptus: IaaS Private Cloud Brief Comparison
PPTX
System Center Virtual Machine Manager 2008 R2
PPTX
Improvements in Failover Clustering in Windows Server 2012
PDF
Virtualization: Hyper-V, VMM, App-V and MED-V.
PPTX
Network Management in System Center 2012 SP1 - VMM
KEY
OpenStack Boston User Group, OpenStack overview
ZIP
EMEA OpenStack Day Intro, July 13th 2011 in London
PPTX
Integrate 3rd party security solution into CloudStack
CloudStack Architecture Future
Cloud stack overview
Xen and Apache cloudstack
10 Minute Overview of Apache CloudStack
CloudStack Intro NYC
1 Introduction at CloudStack Developer Day
Eucalyptus 3 Product Overview
What is cloud computing
2012 CloudStack Design Camp in Taiwan--- CloudStack Overview-1
Eucalyptus 3 Product Overview
CloudStack vs OpenStack vs Eucalyptus: IaaS Private Cloud Brief Comparison
System Center Virtual Machine Manager 2008 R2
Improvements in Failover Clustering in Windows Server 2012
Virtualization: Hyper-V, VMM, App-V and MED-V.
Network Management in System Center 2012 SP1 - VMM
OpenStack Boston User Group, OpenStack overview
EMEA OpenStack Day Intro, July 13th 2011 in London
Integrate 3rd party security solution into CloudStack

More from Kimihiko Kitase (20)

PDF
ライトプランで利用可能な分析基盤「IBM Analytics Engine (IAE)」とは
PDF
クラウドにおけるビッグデータ分析環境
PDF
最新事例から学ぶビッグデータの活用法 #ocif16 #hortonworks
PDF
Hortonworksが提供する データ活用方法の紹介
PDF
Hadoop Summit 2016 San Jose レポート
PDF
SoftLayer Bluemix Community Festa 2016 Program Guide
PDF
2016年冬 IBMクラウド最新動向と概要
PDF
2016年冬 IBMクラウド最新動向
PDF
クラウドを活用した システム開発は適材適所
PDF
Try IoT with Node-RED
PDF
ホスティッドプライベートクラウド勉強会 ~Azure Pack on SoftLayer ~
PDF
話題のNode-REDでIoTアプリを作ってみよう
PDF
SoftLayer最新動向と賢い利用方法
PDF
SoftLayer Bluemix Intro
PDF
SoftLayer Bluemix Summit 2015 Flyer
PDF
OSC15 Okinawa Intro SoftLayer and Bluemix
PDF
Introduction of public cloud softlayer and bluemix
PDF
SoftLayer Bluemix Summit 2015
PDF
クラウドに構築したWebサイトのセキュリティ対策やグローバル展開について
PDF
Introduction softlayer and bluemix
ライトプランで利用可能な分析基盤「IBM Analytics Engine (IAE)」とは
クラウドにおけるビッグデータ分析環境
最新事例から学ぶビッグデータの活用法 #ocif16 #hortonworks
Hortonworksが提供する データ活用方法の紹介
Hadoop Summit 2016 San Jose レポート
SoftLayer Bluemix Community Festa 2016 Program Guide
2016年冬 IBMクラウド最新動向と概要
2016年冬 IBMクラウド最新動向
クラウドを活用した システム開発は適材適所
Try IoT with Node-RED
ホスティッドプライベートクラウド勉強会 ~Azure Pack on SoftLayer ~
話題のNode-REDでIoTアプリを作ってみよう
SoftLayer最新動向と賢い利用方法
SoftLayer Bluemix Intro
SoftLayer Bluemix Summit 2015 Flyer
OSC15 Okinawa Intro SoftLayer and Bluemix
Introduction of public cloud softlayer and bluemix
SoftLayer Bluemix Summit 2015
クラウドに構築したWebサイトのセキュリティ対策やグローバル展開について
Introduction softlayer and bluemix

Recently uploaded (20)

PDF
Spectral efficient network and resource selection model in 5G networks
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
Cloud computing and distributed systems.
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPT
Teaching material agriculture food technology
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Empathic Computing: Creating Shared Understanding
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Approach and Philosophy of On baking technology
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
cuic standard and advanced reporting.pdf
PDF
Encapsulation theory and applications.pdf
PPTX
sap open course for s4hana steps from ECC to s4
Spectral efficient network and resource selection model in 5G networks
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Understanding_Digital_Forensics_Presentation.pptx
Building Integrated photovoltaic BIPV_UPV.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Cloud computing and distributed systems.
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Review of recent advances in non-invasive hemoglobin estimation
The Rise and Fall of 3GPP – Time for a Sabbatical?
Chapter 3 Spatial Domain Image Processing.pdf
Teaching material agriculture food technology
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
MIND Revenue Release Quarter 2 2025 Press Release
Empathic Computing: Creating Shared Understanding
Mobile App Security Testing_ A Comprehensive Guide.pdf
Approach and Philosophy of On baking technology
Programs and apps: productivity, graphics, security and other tools
cuic standard and advanced reporting.pdf
Encapsulation theory and applications.pdf
sap open course for s4hana steps from ECC to s4

5 scalability Cloudstack Developer Day

  • 2. Apache CloudStack: a project in incubation • Secure, multi-tenant cloud orchestration platform – Turnkey platform for delivering IaaS clouds – Hypervisor agnostic – Highly scalable, secure and open – Complete Self-service portal – Open source, open standards – Deploys on premise
  • 3. Manage hosts, create VMs, virtual disks, virtual Admin networks, meter usage, …. Internet Management Server Cluster Primary Router MySQL Backup Load Balancer MySQL L3 Core Switch Top of Rack Switch Object Storage Servers … … … … … Availability Zone 1 Pod 1 Pod 2 Pod 3 Pod N
  • 4. Thinking about cloud orchestration at scale • Host management • Capacity management • What host to use to deploy a new VM • Failure handling • Security group propagation • Set a goal
  • 5. We can’t afford this as our QA lab
  • 6. Simulator enables scale testing Mgmt. Server Zone User API MySQL Simulator Load Mgmt. Balancer Server Admin API Mgmt. MySQL Server Mgmt. Server
  • 7. Environment 2 cores, 4 with Hyper Threading. 2.2 GHz Xeon. Mgmt. 16 GB RAM. 12 GB JVM Server Heap. Zone Single spinning disk, later MySQL User API singleSimulator GB RAM. SSD. 32 Load Mgmt. MySQL 5.5. Balancer Server Admin API Mgmt. MySQL Server Mgmt. Server
  • 9. Allocator performance is awful with 1000 hosts • Two minutes to decide which host to use for a new VM! • Computing capacity for every pod repeatedly • Fixed that, but still 12 seconds to decide • Use host tags, down to 2 seconds • Major changes required to improve further • In 2.2.0, store capacity info in DB, skip pod altogether • Harness the power of SQL select and all is well
  • 10. Polling doesn’t scale TRUE? FALSE? Sometimes, it is good enough
  • 11. Host management • Check host state via TCP connection • Check every minute • 30,000 checks per minute, 500 per second • But they take 10 seconds, so 5000 in parallel • Not using async I/O so 5000 threads required… • Single JVM can support 2000+ threads so this is concerning but may not be the limiting factor
  • 12. Host management • What is the maximum feasible JVM heap size? • Some people use heaps with hundreds of GB • Commercial tools can help, but cost • We decided to stay below 20 GB (GC concerns) • How much CPU is required for background processing?
  • 13. CPU utilization while deploying 30,000 VMs on 30,000 hosts CPU Utilization. 400% is maximum 20,000 5000 5000 Idle Time
  • 14. Deploy time from 25,000 to 30,000 VMs Seconds to deploy VM number: 25,000 plus X
  • 15. Problem: agent load balancing Mgmt Mgmt • Management servers Server 1 Server 2 start/stop/fail/crash • How do newly started Management Servers get agents / work? • When a Management Server exits, how do others pick up its load? • When new hosts are added how is the load distributed?
  • 16. Common use case timings at scale • 30,000 hosts and 4 Management Servers • 4 Management Servers running, 1 fails: 10 minutes to redistribute 7500 agents • 3 Management Servers running, add a fourth: 40 minutes to redistribute load evenly IMPORTANT • 0 Management Servers running, start all 4 simultaneously: 16 minutes to connect to all 30,000 hosts
  • 17. Understanding security groups Web DB Web VM VM VM Web DB Security Security Web Group Web Group DB VM VM VM … … … Web Web VM VM Ingress Rule: Allow VMs in Web Security Group access to VMs in DB Security Group on Port 3306
  • 18. L3 isolation with distributed firewalls Public Public IP address Tenant 10.1.0.2 Internet 65.37.141.11 1 VM 1 65.37.141.24 10.1.0.1 Pod 1 L2 Tenant 10.1.0.3 65.37.141.36 Switch 2 VM 1 65.37.141.80 Tenant 10.1.0.4 1 VM 2 L3 Core Pod 2 L2 Switch 10.1.8.1 … Load Pod 3 L2 10.1.16.1 Balancer Switch …
  • 19. L3 isolation with distributed firewalls Public Public IP address Tenant 10.1.0.2 Internet 65.37.141.11 1 VM 1 65.37.141.24 10.1.0.1 Pod 1 L2 Tenant 10.1.0.3 65.37.141.36 Switch 2 VM 1 65.37.141.80 Tenant 10.1.0.4 1 VM 2 L3 Core Pod 2 L2 Switch 10.1.8.1 … Load Pod 3 L2 10.1.16.1 Balancer Switch … Tenant 1 VM 3 10.1.16.47 Tenant 10.1.16.85 1 VM 4
  • 20. L3 isolation with distributed firewalls Public Public IP address Tenant 10.1.0.2 Internet 65.37.141.11 1 VM 1 65.37.141.24 10.1.0.1 Pod 1 L2 Tenant 10.1.0.3 65.37.141.36 Switch 2 VM 1 65.37.141.80 Tenant 10.1.0.4 1 VM 2 L3 Core Pod 2 L2 Switch 10.1.8.1 … Tenant 10.1.16.12 Load Pod 3 L2 10.1.16.1 2 VM 2 Balancer Switch Tenant 10.1.16.21 2 VM 3 … Tenant 1 VM 3 10.1.16.47 Tenant 10.1.16.85 1 VM 4
  • 22. One million firewalls? VM VM VM VM … … … VM VM VM … … VM VM VM VM VM VM VM VM VM VM VM VM … … … VM VM VM … … VM VM VM VM VM VM VM VM VM VM VM VM … … … VM VM VM … … VM VM VM VM VM VM VM VM VM VM VM VM … … … VM VM VM … … VM VM VM VM VM VM VM VM VM VM VM VM … … … VM VM VM … … VM VM VM VM VM VM VM VM VM … VM VM VM … VM VM VM … VM VM VM … VM … VM … VM VM VM VM VM VM VM … … … VM VM VM … … VM VM VM VM VM VM VM VM VM VM VM VM … … … VM VM VM … … VM VM VM VM VM VM VM VM
  • 23. Orchestrating hundreds of thousands of firewalls Well-known software scaling techniques • Message queues • Consistency tradeoffs • Idempotent configuration & retries CloudStack uses • Special purpose queues • Optimized for large security groups • Eventual consistency for rule updates
  • 24. Problem: firewall rules explosion in dom0 Allow Security Group {Web} on TCP port 3060 -A FORWARD -m tcp –p tcp –dport 3060 –src 10.1.16.31 – j ACCEPT -A FORWARD -m tcp –p tcp –dport 3060 –src 10.1.45.112 – j ACCEPT -A FORWARD -m tcp –p tcp –dport 3060 –src 10.1.189.5 – j ACCEPT … -A FORWARD -m tcp –p tcp –dport 3060 –src 10.21.9.77 – j ACCEPT Performance suffers for large security groups
  • 25. Problem: firewall rules explosion in dom0 Fix with ipsets: ipset –N web_sg iptreemap ipset –A web_sg 10.1.16.31 ipset –A web_sg 10.1.16.112 ipset –A web_sg 10.1.189.5 ipset –A web_sg 10.21.9.77 … -A FORWARD –p tcp –m tcp –dport 3060 –m set –match-set web_sg src -j ACCEPT See also http://daemonkeeper.net/781/mass-blocking-ip-addresses-with-ipset/
  • 26. Security group propagation time Seconds to fully synced Number of VMs in security group
  • 27. Problem: database connection management • Scale testing resulted in several “too many open connections” errors from MySQL • Common problem: holding open connections while doing long-running operations • Took some code clean up and refactoring • No longer an issue • MySQL supports 10,000 connections • CloudStack is far below that
  • 28. DB connections per MS while deploying 30,000 VMs 5,000 5,000 Number of DB connections 20,000 Time
  • 29. Other considerations (beyond control plane) • Network design and devices • Object store scalability • Per-host and cluster scalability • Storage • Understand your workload
  • 30. Future work • Improve simulator accuracy • Publish results of advanced network (VLAN) testing • Verify assumption of VM density not impacting scale
  • 31. More information and joining the project Project web site: http://incubator.apache.org/projects/cloudstack.html Mailing lists: cloudstack-dev-subscribe@incubator.apache.org cloudstack-users-subscribe@incubator.apache.org Scalability study: http://wiki.cloudstack.org/pages/viewpage.action?pageId=14320020
  • 32. Q&A