KVM 在 OpenStack 中的应用. Dexin(Mark) Wu

Size: px
Start display at page:

Download "KVM 在 OpenStack 中的应用. Dexin(Mark) Wu"

Transcription

1 KVM 在 OpenStack 中的应用 Dexin(Mark) Wu

2 Agenda Overview CPU Memory Storage Network

3 Architecture Overview nova-api REST API nova-scheduler nova-conductor nova-compute DB RPC Call libvirt driver libvirt Cinder QMP Monitor qemu driver Neutron Qemu/KVM Storage disk driver tap Network switch router

4 Agenda Overview CPU Memory Storage Network

5 KVM/Qemu Model Each vm is a qemu process Each vcpu is a qemu thread Reuse Kernel facilities

6 Cgroup Weight quota:cpu_shares No hard limit Bandwidth Control quota:cpu_period quota:cpu_quota Can't exceed 'quota' ms in a period Gold Root Silver A B C D % 30% 20% 20% 60% 40% 100%

7 CPU topology cpu0 cpu1 cpu2 cpu3 cpu8 cpu9 cpu10 cpu11 L1 I L1 D L2 Core 0 L1 I L1 D L2 Core 1 L1 I L1 D L2 Core 0 L1 I L1 D L2 Core 1 cpu4 cpu5 cpu6 cpu7 cpu12 cpu13 cpu14 cpu15 L1 I L1 D L2 Core 2 L1 I L1 D L2 Core 3 L1 I L1 D L2 Core 2 L1 I L1 D L2 Core 3 L3 L3 Local Socket 0 Remote Remote Socket 1 Local Memory Memory NUMA Node 0 NUMA Node 1

8 vcpu topology Benefit Remove licensing restrictions Improve performance by working with vcpu pinning Implemented in Juno * hw:cpu_sockets=nn - preferred number of sockets to expose to the guest * hw:cpu_cores=nn - preferred number of cores to expose to the guest * hw:cpu_threads=nn - preferred number of threads to expose to the guest * hw:cpu_max_sockets=nn - maximum number of sockets to expose to the guest * hw:cpu_max_cores=nn - maximum number of cores to expose to the guest * hw:cpu_max_threads=nn - maximum number of threads to expose to the guest

9 vnuma Benefit increase the effective utilization of compute resources Implemented in Juno virt-driver-numa-placement.rst * hw:numa_nodes=nn - num of NUMA nodes to expose to the guest. * hw:numa_mempolicy=preferred strict - memory allocation policy * hw:numa_cpus.0=<cpu-list> - mapping of vcpus N-M to NUMA node 0 * hw:numa_cpus.1=<cpu-list> - mapping of vcpus N-M to NUMA node 1 * hw:numa_mem.0=<ram-size> - mapping N GB of RAM to NUMA node 0 * hw:numa_mem.1=<ram-size> - mapping N GB of RAM to NUMA node 1 Qemu and libvirt dependencies -object memory-ram,size=1024m,policy=bind,host-nodes=0,id=ram-node0 \ -numa node,nodeid=0,cpus=0,memdev=ram-node0

10 Other Features vcpu Pinning Approved in Kilo: virt-driver-cpu-pinning.rst Dedicated CPU Forbid overcommit of CPU vcpu hotplug 'live-resize' proposed, but not approved yet. virsh command setvcpus domain count live Auto oneline new vcpu in guest udev rule Guest agent

11 Agenda Overview CPU Memory Storage Network

12 Physical memory virtualization Guest physical memory is mapped into qemu virtual address space Mapping is maintained in memory slots Qemu use malloc or mmap to allocate memory Reuse kernel memory feature Overcommit Hugepage KSM

13 Memory Hugepage Approved in Kilo: virt-driver-large-pages.rst Benefit increase TLB hit ratio less page table footprint Why not THP? No hard guarantees

14 Memory Balloon (1) Memory Overcommit Guest Guest Guest Qemu Qemu Qemu Inflate Deflate Balloon device is added by default Missing Overcommit Manager

15 Memory Balloon (2) Guest Memory Stats Query More detailed and accurate Re-enabled by polling instead of asynchronous Not real time Nova support available in Juno Guest CONF.libvirt.mem_stats_period_seconds Ceilometer support available in Kilo Balloon Thread fetch last update synchronously Polling Client Memory Stats Qemu

16 Memory Hotplug Added in qemu 2.1 Libvirt support is under development Qemu commands (qemu) object_add memory-backend-ram,id=ram1,size=1g (qemu) device_add pc-dimm,id=d1,memdev=ram1 Auto online via udev SUBSYSTEM=="cpu", ACTION=="add", TEST=="online", ATTR{online}=="0", ATTR{online}="1" SUBSYSTEM=="memory", ACTION=="add", TEST=="state", ATTR{state}=="offline", ATTR{state}="online"

17 Agenda Overview CPU Memory Storage Network

18 Storage Architecture Frontend IDE, SCSI, Virtio Image format Raw, Qcow2, QED, VMDK Backend File, host, ceph, glusterfs, sheepdog, iscsi

19 Cache Mode Cache Mode Host Page Cache Guest Disk Cache Semantics none No Yes direct directsync No No direct+ flush writeback Yes Yes writethrough Yes No writeback + flush nosafe Yes Yes, but flush is ignored writeback - flush Configuration direct = O_DIRECT flush = fdatasync or fsync disk_cachemodes= file=directsync,block=none Is writeback safe? data lost on power failure data corruption Guest FS barrier Live migration

20 I/O throttling Why not cgroup? Exposed by Cinder qos spec Currently missing online update support New version qemu re-implements throttling based on leaky bucket Support burst Missing cluster-level I/O throttling

21 Discard Return freed blocks to the storage Two underlying specifications ATA TRIM Command SCSI UNMAP Nova configuration hw_disk_discard=unmap Image metadata hw_scsi_model=virtio-scsi Issued from guest fstrim, mount option '-o discard' Supported in file,qcow2,rbd,glusterfs,sheepdog,iscsi

22 Virtio SCSI vhba Improve scalability Enable advanced SCSI features Recognized as 'sda', not vda vhost-scsi Better performance No format driver support Disallow live migration

23 Other features Snapshot quiesced-image-snapshots-with-qemu-guestagent.rst driver-mirror storage live migration Multi-queue virtio-disk

24 Agenda Overview CPU Memory Storage Network

25 Network Vhost-net Less context switch Zero-copy transmit Vhost-net + macvtap +sriov Live migration Multi-queue virtio NIC Scale performance with vcpu increase Vhost-user Approved in Kilo Userspace equivalent of vhost-net Used with userspace switch

26 Reference

27 Thanks!

Virtualization at Scale in SUSE Linux Enterprise Server

Virtualization at Scale in SUSE Linux Enterprise Server Virtualization at Scale in SUSE Linux Enterprise Server Jim Fehlig Software Engineer jfehlig@suse.com Agenda General guidelines Network guidelines Disk guidelines CPU and memory guidelines NUMA guidelines

More information

Red Hat Enterprise Virtualization Hypervisor Roadmap. Bhavna Sarathy Senior Technology Product Manager, Red Hat

Red Hat Enterprise Virtualization Hypervisor Roadmap. Bhavna Sarathy Senior Technology Product Manager, Red Hat Red Hat Enterprise Virtualization Hypervisor Roadmap Bhavna Sarathy Senior Technology Product Manager, Red Hat RHEV Hypervisor 1 RHEV Hypervisor Themes & 2 Architecture & Use cases 3 Q&A 4 Future 5 } HYPERVISOR

More information

Tuning Your SUSE Linux Enterprise Virtualization Stack. Jim Fehlig Software Engineer

Tuning Your SUSE Linux Enterprise Virtualization Stack. Jim Fehlig Software Engineer Tuning Your SUSE Linux Enterprise Virtualization Stack Jim Fehlig Software Engineer jfehlig@suse.com Agenda General guidelines Network Disk CPU Memory NUMA 2 General Guidelines Minimize software installed

More information

KVM Weather Report. Amit Shah SCALE 14x

KVM Weather Report. Amit Shah SCALE 14x KVM Weather Report amit.shah@redhat.com SCALE 14x Copyright 2016, Licensed under the Creative Commons Attribution-ShareAlike License, CC-BY-SA. Virtualization Stack Virtualization Stack 3 QEMU Creates

More information

Storage Performance Tuning for FAST! Virtual Machines

Storage Performance Tuning for FAST! Virtual Machines Storage Performance Tuning for FAST! Virtual Machines Fam Zheng Senior Software Engineer LC3-2018 Outline Virtual storage provisioning NUMA pinning VM configuration options Summary Appendix 2 Virtual storage

More information

libvirt integration and testing for enterprise KVM/ARM Drew Jones, Eric Auger Linaro Connect Budapest 2017 (BUD17)

libvirt integration and testing for enterprise KVM/ARM Drew Jones, Eric Auger Linaro Connect Budapest 2017 (BUD17) libvirt integration and testing for enterprise KVM/ARM Drew Jones, Eric Auger Linaro Connect Budapest 2017 (BUD17) Overview Enterprise guest requirements QEMU/KVM enterprise guest management libvirt A

More information

A block layer overview. Red Hat Kevin Wolf 8 November 2012

A block layer overview. Red Hat Kevin Wolf 8 November 2012 A block layer overview Red Hat Kevin Wolf 8 November 2012 Section 1 Overview Overview Parts of the QEMU block subsystem Virtual devices IDE, virtio-blk,... Backend Block drivers raw,,... file, nbd, iscsi,

More information

Live Block Device Operations in QEMU. Kashyap Chamarthy FOSDEM 2018 Brussels

Live Block Device Operations in QEMU. Kashyap Chamarthy FOSDEM 2018 Brussels Live Block Device Operations in QEMU Kashyap Chamarthy FOSDEM 2018 Brussels 1 / 34 Part I Background 2 / 34 KVM / QEMU virtualization components libguestfs guestfish OpenStack Compute

More information

KVM PERFORMANCE OPTIMIZATIONS INTERNALS. Rik van Riel Sr Software Engineer, Red Hat Inc. Thu May

KVM PERFORMANCE OPTIMIZATIONS INTERNALS. Rik van Riel Sr Software Engineer, Red Hat Inc. Thu May KVM PERFORMANCE OPTIMIZATIONS INTERNALS Rik van Riel Sr Software Engineer, Red Hat Inc. Thu May 5 2011 KVM performance optimizations What is virtualization performance? Optimizations in RHEL 6.0 Selected

More information

Real-Time KVM for the Masses Unrestricted Siemens AG All rights reserved

Real-Time KVM for the Masses Unrestricted Siemens AG All rights reserved Siemens Corporate Technology August 2015 Real-Time KVM for the Masses Unrestricted Siemens AG 2015. All rights reserved Real-Time KVM for the Masses Agenda Motivation & requirements Reference architecture

More information

Cloud environment with CentOS, OpenNebula and KVM

Cloud environment with CentOS, OpenNebula and KVM CentOS Dojo Madrid, November 8th, 2013 Cloud environment with CentOS, OpenNebula and KVM Jaime Melis Project Engineer OpenNebula Project. Creative Commons Attribution-NonCommercial-ShareAlike License Agenda

More information

Increase KVM Performance/Density

Increase KVM Performance/Density Increase KVM Performance/Density with Hyper-V Memory Enlightenments Interface Chao Peng (chao.p.peng@intel.com) Contributors: Chao Gao, Yi Sun Expectations in Memory Virtualization Space Time High Performance

More information

Live block device operations in QEMU

Live block device operations in QEMU Live block device operations in QEMU Paolo Bonzini Red Hat Yokohama, June 2012 1 Outline What is QEMU? The QEMU block layer Live block operations Q&A 2 What is QEMU? A FAST! processor emulator Started

More information

qcow2 Red Hat Kevin Wolf 15 August 2011

qcow2 Red Hat Kevin Wolf 15 August 2011 qcow2 Red Hat Kevin Wolf 15 August 2011 Section 1 qcow2 format basics qcow2 format basics Overview of qcow2 features Sparse images Snapshots Internal or external Internal snapshots can contain VM state

More information

Developing cloud infrastructure from scratch: the tale of an ISP

Developing cloud infrastructure from scratch: the tale of an ISP Developing cloud infrastructure from scratch: the tale of an ISP Andrey Korolyov Performix LLC 22 October 2013 Architecture planning Scalable to infinity and beyond Fault-tolerant (not just words for a

More information

Red Hat Enterprise Linux OpenStack Platform User Group.

Red Hat Enterprise Linux OpenStack Platform User Group. Red Hat Enterprise Linux OpenStack Platform User Group. Chris Milsted Seniour Solutions Architect; RHEL, Satellite, OpenStack, OpenShift, Red Hat Storage, Containers... cmilsted@redhat.com Recap on RHEL

More information

Linux/QEMU/Libvirt. 4 Years in the Trenches. Chet Burgess Cisco Systems Scale 14x Sunday January 24th

Linux/QEMU/Libvirt. 4 Years in the Trenches. Chet Burgess Cisco Systems Scale 14x Sunday January 24th Linux/QEMU/Libvirt 4 Years in the Trenches Chet Burgess Cisco Systems Scale 14x Sunday January 24th Introduction What do I know? I ve spent the last 4 years designing, building, and managing OpenStack

More information

Agenda. About us Why para-virtualize RDMA Project overview Open issues Future plans

Agenda. About us Why para-virtualize RDMA Project overview Open issues Future plans Agenda About us Why para-virtualize RDMA Project overview Open issues Future plans About us Marcel from KVM team in Redhat Yuval from Networking/RDMA team in Oracle This is a shared-effort open source

More information

Memory Externalization With userfaultfd Red Hat, Inc.

Memory Externalization With userfaultfd Red Hat, Inc. Memory Externalization With userfaultfd Red Hat, Inc. Andrea Arcangeli aarcange at redhat.com Germany, Düsseldorf 15 Oct 2014 Memory Externalization Memory externalization is about running a program with

More information

Low overhead virtual machines tracing in a cloud infrastructure

Low overhead virtual machines tracing in a cloud infrastructure Low overhead virtual machines tracing in a cloud infrastructure Mohamad Gebai Michel Dagenais Dec 7, 2012 École Polytechnique de Montreal Content Area of research Current tracing: LTTng vs ftrace / virtio

More information

Libvirt presentation and perspectives. Daniel Veillard

Libvirt presentation and perspectives. Daniel Veillard Libvirt presentation and perspectives Daniel Veillard veillard@redhat.com Libvirt project goals Web site: libvirt.org Virtualization library: manage guest on one node Share the application stack between

More information

Deterministic Storage Performance

Deterministic Storage Performance Deterministic Storage Performance 'The AWS way' for Capacity Based QoS with OpenStack and Ceph Federico Lucifredi - Product Management Director, Ceph, Red Hat Sean Cohen - A. Manager, Product Management,

More information

Part2: Let s pick one cloud IaaS middleware: OpenStack. Sergio Maffioletti

Part2: Let s pick one cloud IaaS middleware: OpenStack. Sergio Maffioletti S3IT: Service and Support for Science IT Cloud middleware Part2: Let s pick one cloud IaaS middleware: OpenStack Sergio Maffioletti S3IT: Service and Support for Science IT, University of Zurich http://www.s3it.uzh.ch/

More information

Deterministic Storage Performance

Deterministic Storage Performance Deterministic Storage Performance 'The AWS way' for Capacity Based QoS with OpenStack and Ceph Kyle Bader - Senior Solution Architect, Red Hat Sean Cohen - A. Manager, Product Management, OpenStack, Red

More information

Improve VNF safety with Vhost-User/DPDK IOMMU support

Improve VNF safety with Vhost-User/DPDK IOMMU support Improve VNF safety with Vhost-User/DPDK IOMMU support No UIO anymore! Maxime Coquelin Software Engineer KVM Forum 2017 AGENDA Background Vhost-user device IOTLB implementation Benchmarks Future improvements

More information

DPDK Summit 2016 OpenContrail vrouter / DPDK Architecture. Raja Sivaramakrishnan, Distinguished Engineer Aniket Daptari, Sr.

DPDK Summit 2016 OpenContrail vrouter / DPDK Architecture. Raja Sivaramakrishnan, Distinguished Engineer Aniket Daptari, Sr. DPDK Summit 2016 OpenContrail vrouter / DPDK Architecture Raja Sivaramakrishnan, Distinguished Engineer Aniket Daptari, Sr. Product Manager CONTRAIL (MULTI-VENDOR) ARCHITECTURE ORCHESTRATOR Interoperates

More information

virtio-mem: Paravirtualized Memory

virtio-mem: Paravirtualized Memory virtio-mem: Paravirtualized Memory, Edinburgh, Scotland David Hildenbrand Software Engineer 26. October 2018 AGENDA Memory Hot(un)plug and Ballooning * Basics Main Differences (Selected) Issues Hyper-V

More information

Virtio 1 - why do it? And - are we there yet? Michael S. Tsirkin Red Hat

Virtio 1 - why do it? And - are we there yet? Michael S. Tsirkin Red Hat Virtio 1 - why do it? And - are we there yet? 2015 Michael S. Tsirkin Red Hat 1 Uses material from https://lwn.net/kernel/ldd3/ Gcompris, tuxpaint Distributed under the Creative commons license. Lots of

More information

Red Hat Virtualization 4.1 Technical Presentation May Adapted for MSP RHUG Greg Scott

Red Hat Virtualization 4.1 Technical Presentation May Adapted for MSP RHUG Greg Scott Red Hat Virtualization 4.1 Technical Presentation May 2017 Adapted for MSP RHUG Greg Scott gscott@redhat.com Who is this bald guy? Red Hat TAM for the financial and telco industries Lots of ties to the

More information

Ceph Block Devices: A Deep Dive. Josh Durgin RBD Lead June 24, 2015

Ceph Block Devices: A Deep Dive. Josh Durgin RBD Lead June 24, 2015 Ceph Block Devices: A Deep Dive Josh Durgin RBD Lead June 24, 2015 Ceph Motivating Principles All components must scale horizontally There can be no single point of failure The solution must be hardware

More information

Accelerating NVMe-oF* for VMs with the Storage Performance Development Kit

Accelerating NVMe-oF* for VMs with the Storage Performance Development Kit Accelerating NVMe-oF* for VMs with the Storage Performance Development Kit Jim Harris Principal Software Engineer Intel Data Center Group Santa Clara, CA August 2017 1 Notices and Disclaimers Intel technologies

More information

Changpeng Liu, Cloud Software Engineer. Piotr Pelpliński, Cloud Software Engineer

Changpeng Liu, Cloud Software Engineer. Piotr Pelpliński, Cloud Software Engineer Changpeng Liu, Cloud Software Engineer Piotr Pelpliński, Cloud Software Engineer Introduction to VirtIO and Vhost SPDK Vhost Architecture Use cases for vhost Benchmarks Next steps QEMU VIRTIO Vhost (KERNEL)

More information

What is KVM? KVM patch. Modern hypervisors must do many things that are already done by OSs Scheduler, Memory management, I/O stacks

What is KVM? KVM patch. Modern hypervisors must do many things that are already done by OSs Scheduler, Memory management, I/O stacks LINUX-KVM The need for KVM x86 originally virtualization unfriendly No hardware provisions Instructions behave differently depending on privilege context(popf) Performance suffered on trap-and-emulate

More information

Virtualization Management the ovirt way

Virtualization Management the ovirt way Virtualization Management the ovirt way Alan Pevec Red Hat devconf.cz February 2012 1 Agenda 2 What is ovirt? Where did it come from? What does it do? Architecture Roadmap What's next? What is ovirt? Large

More information

ARM-KVM: Weather Report Korea Linux Forum

ARM-KVM: Weather Report Korea Linux Forum ARM-KVM: Weather Report Korea Linux Forum Mario Smarduch Senior Virtualization Architect m.smarduch@samsung.com 1 ARM-KVM This Year Key contributors Linaro, ARM Access to documentation & specialized HW

More information

Effective Virtual CPU Configuration in Nova

Effective Virtual CPU Configuration in Nova Effective Virtual CPU Configuration in Nova Kashyap Chamarthy OpenStack Summit Berlin, 2018 1 / 39 Timeline of recent CPU flaws, 2018 (a) Jan 03 Spectre v1: Bounds Check Bypass Jan

More information

Painless switch from proprietary hypervisor to QEMU/KVM. Denis V. Lunev

Painless switch from proprietary hypervisor to QEMU/KVM. Denis V. Lunev Painless switch from proprietary hypervisor to QEMU/KVM Denis V. Lunev den@openvz.org Contents Some words about Parallels Cloud Server 6 Choices to be made Performance results Status and future plans Parallels

More information

DEEP DIVE: OPENSTACK COMPUTE

DEEP DIVE: OPENSTACK COMPUTE DEEP DIVE: OPENSTACK COMPUTE Stephen Gordon Technical Product Manager, Red Hat @xsgordon AGENDA OpenStack architecture refresher Compute architecture Instance life cycle Scaling compute

More information

Vhost dataplane in Qemu. Jason Wang Red Hat

Vhost dataplane in Qemu. Jason Wang Red Hat Vhost dataplane in Qemu Jason Wang Red Hat Agenda History & Evolution of vhost Issues Vhost dataplane TODO Userspace Qemu networking Qemu Guest mainloop in IOThread virtio VCPU VCPU tap fd vcpu fd vcpu

More information

Who stole my CPU? Leonid Podolny Vineeth Remanan Pillai. Systems DigitalOcean

Who stole my CPU? Leonid Podolny Vineeth Remanan Pillai.  Systems DigitalOcean Who stole my CPU? Leonid Podolny Vineeth Remanan Pillai leonid@ vineeth@ Systems Engineering @ DigitalOcean 1 2 Introduction DigitalOcean Providing developers and businesses a reliable, easy-to-use cloud

More information

Landslide Virtual Machine Installation Instructions

Landslide Virtual Machine Installation Instructions Landslide Virtual Machine Installation Instructions Landslide Virtual Machine Installation Instructions 1 Virtualization Platform The choice and installation of virtualization platform and manager is left

More information

HP Helion OpenStack Carrier Grade 1.1: Release Notes

HP Helion OpenStack Carrier Grade 1.1: Release Notes HP Helion OpenStack Carrier Grade 1.1: Release Notes HP Helion OpenStack Carrier Grade Contents 2 Contents HP Helion OpenStack Carrier Grade 1.1: Release Notes...3 Changes in This Release... 5 Usage Caveats...7

More information

Accelerating NVMe I/Os in Virtual Machine via SPDK vhost* Solution Ziye Yang, Changpeng Liu Senior software Engineer Intel

Accelerating NVMe I/Os in Virtual Machine via SPDK vhost* Solution Ziye Yang, Changpeng Liu Senior software Engineer Intel Accelerating NVMe I/Os in Virtual Machine via SPDK vhost* Solution Ziye Yang, Changpeng Liu Senior software Engineer Intel @optimistyzy Notices & Disclaimers Intel technologies features and benefits depend

More information

Know your competition A review of qemu and KVM for System z

Know your competition A review of qemu and KVM for System z Know your competition A review of qemu and KVM for System z Mark Post SUSE Tuesday, August 5, 2014 Session 15693 Insert Custom Session QR if Desired. Agenda What is qemu and KVM High-level architecture

More information

1. What is Cloud Computing (CC)? What are the Pros and Cons of CC? Technologies of CC 27

1. What is Cloud Computing (CC)? What are the Pros and Cons of CC? Technologies of CC 27 1. What is Cloud Computing (CC)? 3 1.1. Utility Computing First 3 1.2. The New Features of Cloud Computing (CC) 4 1.3. Cloud Service Provider (CSP) 6 1.3.1 Thin Provisioning 7 1.4. CC via a CSP (not via

More information

Installing the Cisco IOS XRv 9000 Router in KVM Environments

Installing the Cisco IOS XRv 9000 Router in KVM Environments Installing the Cisco IOS XRv 9000 Router in KVM Environments These file types are needed to install Cisco IOS XRv 9000 Router on the KVM hypervisor:.qcow2 Used for booting the software image in KVM OpenStack

More information

Nova Scheduler: Optimizing, Configuring and Deploying NFV VNF's on OpenStack

Nova Scheduler: Optimizing, Configuring and Deploying NFV VNF's on OpenStack Nova Scheduler: Optimizing, Configuring and Deploying NFV VNF's on OpenStack Ian Jolliffe, Chris Friesen WHEN IT MATTERS, IT RUNS ON WIND RIVER. 2017 WIND RIVER. ALL RIGHTS RESERVED. Ian Jolliffe 2 2017

More information

HPE Helion OpenStack Carrier Grade 1.1 Release Notes HPE Helion

HPE Helion OpenStack Carrier Grade 1.1 Release Notes HPE Helion HPE Helion OpenStack Carrier Grade 1.1 Release Notes 2017-11-14 HPE Helion Contents HP Helion OpenStack Carrier Grade 1.1: Release Notes... 3 Changes in This Release... 3 Usage Caveats...4 Known Problems

More information

Thanks for Live Snapshots, Where's Live Merge?

Thanks for Live Snapshots, Where's Live Merge? Thanks for Live Snapshots, Where's Live Merge? KVM Forum 16 October 2014 Adam Litke Red Hat Adam Litke, Thanks for Live Snapshots, Where's Live Merge 1 Agenda Introduction of Live Snapshots and Live Merge

More information

Integrating ovirt, Foreman And Katello To Empower Your Data-Center Utilization

Integrating ovirt, Foreman And Katello To Empower Your Data-Center Utilization Integrating ovirt, Foreman And Katello To Empower Your Data-Center Utilization Yaniv Bronhaim Senior Software Engineer, Maintainer @ RHEV Red Hat IL, Raanana August 2015, CloudOpen Europe Agenda Introducing

More information

DRAFT Pure Storage FlashArray OpenStack Cinder Volume Driver Setup Guide

DRAFT Pure Storage FlashArray OpenStack Cinder Volume Driver Setup Guide DRAFT Pure Storage FlashArray OpenStack Cinder Volume Driver 5.0.0 Setup Guide Thursday, September 14, 2017 19:59 DRAFT Pure Storage FlashArray OpenStack Cinder Volume Driver 5.0.0 Setup Guide Contents

More information

Changpeng Liu. Senior Storage Software Engineer. Intel Data Center Group

Changpeng Liu. Senior Storage Software Engineer. Intel Data Center Group Changpeng Liu Senior Storage Software Engineer Intel Data Center Group Legal Notices and Disclaimers Intel technologies features and benefits depend on system configuration and may require enabled hardware,

More information

Transparent Hugepage Support

Transparent Hugepage Support Transparent Hugepage Support Red Hat Inc. Andrea Arcangeli aarcange at redhat.com KVM Forum 2010 Boston Copyright 2010 Red Hat Inc. 9 Aug 2010 Benefit of hugepages Enlarge TLB size TLB is separate for

More information

Pure Storage OpenStack (Liberty) Cinder Driver Best Practices. Simon Dodsley, OpenStack Solutions Architect

Pure Storage OpenStack (Liberty) Cinder Driver Best Practices. Simon Dodsley, OpenStack Solutions Architect Pure Storage OpenStack (Liberty) Cinder Driver Best Practices Simon Dodsley, OpenStack Solutions Architect Version 2.0, 30 November 2015 Contents Executive Summary... 3 Audience... 3 OpenStack Architecture...

More information

KVM on s390: what's next?

KVM on s390: what's next? : what's next? Agenda Current status Exploring the limits of our kvm port with the flower shop scenario Next steps 2 Current status Kernel components upstream in 2.6.26 Intermediate userspace kuli Kuli

More information

Backing Chain Management in libvirt and qemu. Eric Blake KVM Forum, August 2015

Backing Chain Management in libvirt and qemu. Eric Blake KVM Forum, August 2015 Backing Chain Management in libvirt and qemu Eric Blake KVM Forum, August 2015 In this presentation How does the qcow2 format track point-in-time snapshots What are the qemu building

More information

A comparison of performance between KVM and Docker instances in OpenStack

A comparison of performance between KVM and Docker instances in OpenStack A comparison of performance between KVM and Docker instances in OpenStack Wataru Takase High Energy Accelerator Research Organiza on (KEK), Japan HEPiX Fall 2015 Workshop at BNL 1 KEK site will become

More information

Libvirt: a virtualization API and beyond

Libvirt: a virtualization API and beyond Libvirt: a virtualization API and beyond http://veillard.com/talks/clklinux2011.pdf Daniel Veillard veillard@redhat.com Libvirt project goals Web site: libvirt.org Virtualization library: manage guest

More information

The speed of containers, the security of VMs

The speed of containers, the security of VMs * The speed of containers, the security of VMs Xu Wang, Hyper Samuel Ortiz, Intel *Other names and brands may be claimed as the property of others. Contents Project

More information

AutoNUMA Red Hat, Inc.

AutoNUMA Red Hat, Inc. AutoNUMA Red Hat, Inc. Andrea Arcangeli aarcange at redhat.com 1 Apr 2012 AutoNUMA components knuma_scand If stopped, everything stops Triggers the chain reaction when started NUMA hinting page faults

More information

A product by CloudFounders. Wim Provoost Open vstorage

A product by CloudFounders. Wim Provoost Open vstorage A product by CloudFounders Wim Provoost (@wimpers_be) Open vstorage (@openvstorage) http://www.openvstorage.com CloudFounders vrun Converged infrastructure that combines the benefits of the hyperconverged

More information

A Userspace Packet Switch for Virtual Machines

A Userspace Packet Switch for Virtual Machines SHRINKING THE HYPERVISOR ONE SUBSYSTEM AT A TIME A Userspace Packet Switch for Virtual Machines Julian Stecklina OS Group, TU Dresden jsteckli@os.inf.tu-dresden.de VEE 2014, Salt Lake City 1 Motivation

More information

Pure Storage FlashArray OpenStack Cinder Volume Driver Setup Guide

Pure Storage FlashArray OpenStack Cinder Volume Driver Setup Guide Pure Storage FlashArray OpenStack Cinder Volume Driver 6.0.0 Setup Guide Thursday, September 14, 2017 19:52 Pure Storage FlashArray OpenStack Cinder Volume Driver 6.0.0 Setup Guide Contents Chapter 1:

More information

Bacula Systems Virtual Machine Performance Backup Suite

Bacula Systems Virtual Machine Performance Backup Suite Bacula Systems Virtual Machine Performance Backup Suite Bacula Systems VM Performance Backup Suite is part of Bacula Enterprise Edition. It comprises of modules that can be utilized to perfectly fit any

More information

INSTALLATION RUNBOOK FOR Triliodata + TrilioVault

INSTALLATION RUNBOOK FOR Triliodata + TrilioVault INSTALLATION RUNBOOK FOR Triliodata + TrilioVault Application Type: [Backup and disaster recovery] Application Version: [2.1] MOS Version: [7.0] OpenStack version: [Kilo] Content Document History 1 Introduction

More information

Cost-Effective Virtual Petabytes Storage Pools using MARS. FrOSCon 2017 Presentation by Thomas Schöbel-Theuer

Cost-Effective Virtual Petabytes Storage Pools using MARS. FrOSCon 2017 Presentation by Thomas Schöbel-Theuer Cost-Effective Virtual Petabytes Storage Pools using MARS FrOSCon 2017 Presentation by Thomas Schöbel-Theuer 1 Virtual Petabytes Storage Pools: Agenda Scaling Properties of Storage Architectures Reliability

More information

Kata Containers The way to run virtualized containers. Sebastien Boeuf, Linux Software Engineer Intel Corporation

Kata Containers The way to run virtualized containers. Sebastien Boeuf, Linux Software Engineer Intel Corporation Kata Containers The way to run virtualized containers Sebastien Boeuf, Linux Software Engineer Intel Corporation https://regmedia.co.uk/2017/09/11/shutterstock_containers_in_port.jpg Containers 101 Process

More information

Oracle Communications Diameter Signaling Router Cloud Benchmarking Guide

Oracle Communications Diameter Signaling Router Cloud Benchmarking Guide Oracle Communications Diameter Signaling Router Cloud Benchmarking Guide Release 8.0.X O R A C L E C O M M U N I C A T I O N S J U N E 2 0 1 7 Table of Contents Acronyms 1 Terminology 1 References 2 Introduction

More information

[Cinder] Support LVM on a shared LU

[Cinder] Support LVM on a shared LU [Cinder] Support LVM on a shared LU July/2/2014 Mitsuhiro Tanino 0 1-1. Big Picture Cinder node API Scheduler Proposed LVM volume Driver Volume operations Control Node Nova Compute1

More information

Installation runbook for Hedvig + Cinder Driver

Installation runbook for Hedvig + Cinder Driver Installation runbook for Hedvig + Cinder Driver Partner Name: Product Name: Product Version: Hedvig Inc. Hedvig Distributed Storage Platform V-1.0.0 MOS Version: Kilo on Ubuntu 14.04 (2015.1.0-7.0) OpenStack

More information

Applying Polling Techniques to QEMU

Applying Polling Techniques to QEMU Applying Polling Techniques to QEMU Reducing virtio-blk I/O Latency Stefan Hajnoczi KVM Forum 2017 Agenda Problem: Virtualization overhead is significant for high IOPS devices QEMU

More information

AMD EPYC Processors Showcase High Performance for Network Function Virtualization (NFV)

AMD EPYC Processors Showcase High Performance for Network Function Virtualization (NFV) White Paper December, 2018 AMD EPYC Processors Showcase High Performance for Network Function Virtualization (NFV) Executive Summary Data centers and cloud service providers are creating a technology shift

More information

Jim Harris Principal Software Engineer Intel Data Center Group

Jim Harris Principal Software Engineer Intel Data Center Group Jim Harris Principal Software Engineer Intel Data Center Group Legal Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR

More information

Linux Virtualization Update

Linux Virtualization Update Linux Virtualization Update Chris Wright Japan Linux Symposium, November 2007 Intro Virtualization mini summit Paravirtualization Full virtualization Hardware changes Libvirt Xen Virtualization

More information

Oracle Communications Diameter Signaling Router Cloud Benchmarking Guide

Oracle Communications Diameter Signaling Router Cloud Benchmarking Guide Oracle Communications Diameter Signaling Router Cloud Benchmarking Guide Release 7.1.1 O R A C L E C O M M U N I C A T I O N S J A N U A R Y 2 0 1 6 DSR 7.0.1 CLOUD BENCHMARKING GUIDE Table of Contents

More information

davidklee.net gplus.to/kleegeek linked.com/a/davidaklee

davidklee.net gplus.to/kleegeek linked.com/a/davidaklee @kleegeek davidklee.net gplus.to/kleegeek linked.com/a/davidaklee Specialties / Focus Areas / Passions: Performance Tuning & Troubleshooting Virtualization Cloud Enablement Infrastructure Architecture

More information

Oracle Communications Diameter Signaling Router Cloud Benchmarking Guide

Oracle Communications Diameter Signaling Router Cloud Benchmarking Guide Oracle Communications Diameter Signaling Router Cloud Benchmarking Guide Release 8.2.X O R A C L E C O M M U N I C A T I O N S J A N U A R Y 2 0 1 8 Table of Contents Acronyms 1 Terminology 1 References

More information

Yabusame: Postcopy Live Migration for Qemu/KVM

Yabusame: Postcopy Live Migration for Qemu/KVM Yabusame: Postcopy Live Migration for Qemu/KVM Takahiro Hirofuchi, AIST Isaku Yamahata, VALinux Systems Japan K.K. KVM Forum 2011 This project is partially funded by Ministry of Economy, Trade and Industry.

More information

Welcome to Manila: An OpenStack File Share Service. May 14 th, 2014

Welcome to Manila: An OpenStack File Share Service. May 14 th, 2014 Welcome to Manila: An OpenStack File Share Service May 14 th, 2014 1 Who s who? 2 Agenda Project Overview Demo API Overview Architecture Discussion Driver Details Project Status & Upcoming Features Q &

More information

DEPLOYING NFV: BEST PRACTICES

DEPLOYING NFV: BEST PRACTICES DEPLOYING NFV: BEST PRACTICES Rimma Iontel Senior Cloud Architect, Cloud Practice riontel@redhat.com Julio Villarreal Pelegrino Principal Architect, Cloud Practice julio@redhat.com INTRODUCTION TO NFV

More information

KVM Weather Report. Red Hat Author Gleb Natapov May 29, 2013

KVM Weather Report. Red Hat Author Gleb Natapov May 29, 2013 KVM Weather Report Red Hat Author Gleb Natapov May 29, 2013 Part I What is KVM Section 1 KVM Features KVM Features 4 KVM features VT-x/AMD-V (hardware virtualization) EPT/NPT (two dimensional paging) CPU/memory

More information

Installing the Cisco CSR 1000v in KVM Environments

Installing the Cisco CSR 1000v in KVM Environments Installing the Cisco CSR 1000v in KVM Environments Kernel Virtual Machine Support Information, page 1 KVM Support on OpenStack, page 2 Installation Requirements for KVM Cisco IOS XE Fuji 16.7, page 2 Creating

More information

Agilio CX 2x40GbE with OVS-TC

Agilio CX 2x40GbE with OVS-TC PERFORMANCE REPORT Agilio CX 2x4GbE with OVS-TC OVS-TC WITH AN AGILIO CX SMARTNIC CAN IMPROVE A SIMPLE L2 FORWARDING USE CASE AT LEAST 2X. WHEN SCALED TO REAL LIFE USE CASES WITH COMPLEX RULES TUNNELING

More information

Live Migration: Even faster, now with a dedicated thread!

Live Migration: Even faster, now with a dedicated thread! Live Migration: Even faster, now with a dedicated thread! Juan Quintela Orit Wasserman Vinod Chegu KVM Forum 2012 Agenda Introduction Migration

More information

Chapter 1: API Reference 1

Chapter 1: API Reference 1 QAPI Reference i Table of Contents 1 API Reference.................................. 1 Command and Events Index..................... 83 Data Types Index................................. 85 Chapter 1: API

More information

Achieve Low Latency NFV with Openstack*

Achieve Low Latency NFV with Openstack* Achieve Low Latency NFV with Openstack* Yunhong Jiang Yunhong.Jiang@intel.com *Other names and brands may be claimed as the property of others. Agenda NFV and network latency Why network latency on NFV

More information

KVM Forum Vancouver, Daniel P. Berrangé

KVM Forum Vancouver, Daniel P. Berrangé KVM Forum Vancouver, 2011 Daniel P. Berrangé libvirt: Why it exists Stable: isolation from HV API changes Standard: portable across HV Simple: rapid application development Portable:

More information

Red Hat OpenStack Platform 11

Red Hat OpenStack Platform 11 Red Hat OpenStack Platform 11 Director Installation and Usage An end-to-end scenario on using Red Hat OpenStack Platform director to create an OpenStack cloud Last Updated: 2018-10-11 Red Hat OpenStack

More information

Deep Insights: High Availability VMs via a Simple Host-to-Guest Interface OpenStack Masakari Greg Waines (Wind River Systems)

Deep Insights: High Availability VMs via a Simple Host-to-Guest Interface OpenStack Masakari Greg Waines (Wind River Systems) Deep Insights: High Availability VMs via a Simple Host-to-Guest Interface OpenStack Masakari Greg Waines (Wind River Systems) WHEN IT MATTERS, IT RUNS ON WIND RIVER. 2017 WIND RIVER. ALL RIGHTS RESERVED.

More information

Virtualization Management the ovirt way

Virtualization Management the ovirt way Virtualization Management the ovirt way Barak Azulay Manager @ RHEV Engineering Red Hat June 2012 1 Agenda 2 What is ovirt? Where did it come from? What does it do? Architecture Roadmap What's next? What

More information

Minimal OpenStack Starting Your OpenStack Journey

Minimal OpenStack Starting Your OpenStack Journey Minimal OpenStack Starting Your OpenStack Journey Sean Dague / Aug 19th, 2015 Twitter: @sdague Blog: dague.net The Mission of OpenStack "To produce the ubiquitous Open Source Cloud Computing platform that

More information

Red Hat Enterprise Linux 8.0 Beta

Red Hat Enterprise Linux 8.0 Beta Red Hat Enterprise Linux 8.0 Beta Configuring and managing virtualization A guide to managing virtualization on Red Hat Enterprise Linux 8.0 Beta Last Updated: 2018-11-30 Red Hat Enterprise Linux 8.0

More information

viommu/arm: full emulation and virtio-iommu approaches Eric Auger KVM Forum 2017

viommu/arm: full emulation and virtio-iommu approaches Eric Auger KVM Forum 2017 viommu/arm: full emulation and virtio-iommu approaches Eric Auger KVM Forum 2017 Overview Goals & Terminology ARM IOMMU Emulation QEMU Device VHOST Integration VFIO Integration Challenges VIRTIO-IOMMU

More information

Next Gen Virtual Switch. CloudNetEngine Founder & CTO Jun Xiao

Next Gen Virtual Switch. CloudNetEngine Founder & CTO Jun Xiao Next Gen Virtual Switch CloudNetEngine Founder & CTO Jun Xiao Agenda Thoughts on next generation virtual switch Technical deep dive on CloudNetEngine virtual switch Q & A 2 Major vswitches categorized

More information

Accelerating VM networking through XDP. Jason Wang Red Hat

Accelerating VM networking through XDP. Jason Wang Red Hat Accelerating VM networking through XDP Jason Wang Red Hat Agenda Kernel VS userspace Introduction to XDP XDP for VM Use cases Benchmark and TODO Q&A Kernel Networking datapath TAP A driver to transmit

More information

SurFS Product Description

SurFS Product Description SurFS Product Description 1. ABSTRACT SurFS An innovative technology is evolving the distributed storage ecosystem. SurFS is designed for cloud storage with extreme performance at a price that is significantly

More information

Userspace NVMe Driver in QEMU

Userspace NVMe Driver in QEMU Userspace NVMe Driver in QEMU Fam Zheng Senior Software Engineer KVM Form 2017, Prague About NVMe Non-Volatile Memory Express A scalable host interface specification like SCSI and virtio Up to 64k I/O

More information

Architecture and terminology

Architecture and terminology Architecture and terminology Guy Carmin RHCE, RHCI, RHCVA, RHCSA Solution Architect IGC, Red Hat Roei Goldenberg RHCE Linux Consultant and Cloud expert, Matrix May 2015 Agenda RHEL-OSP services modules

More information

RHEV in the weeds - special sauce! Marc Skinner

RHEV in the weeds - special sauce! Marc Skinner RHEV in the weeds - special sauce! Marc Skinner Twin Cities Users Group :: Q3/2013 Introduction RHEV = Red Hat Enterprise Vitualization RHEV Manager = Red Hat Enterprise Hypervisor Manager DATACENTER VIRTUALIZATION

More information

Introduction to OpenStack Trove

Introduction to OpenStack Trove Introduction to OpenStack Trove A multi-database deployment Doug Shelley - Tesora Michael Basnight - Rackspace Agenda What is Trove How to Install Trove A look at the Trove API Multi-Database demonstration

More information