SlideShare a Scribd company logo
OpenStack Meetup: Turning OpenStack Swift 
into a VM storage platform 
Wim Provoost (@wimpers_be) 
Open vStorage (@openvstorage)
CloudFounders 
• CloudFounders (2007) 
– 120 people in the US, Belgium, Romania and India 
• Products 
– Open vStorage (open source under an Apache 2.0 license) 
• Ultra reliable, high performance, open storage layer 
for virtual machines. 
• Compatible with all major hypervisors. 
• Supports OpenStack 
– vRun = Converged Infrastructure 
• Software that transforms server hardware to converged infrastructure 
with unparalleled performance & flexibility. 
• Software can run on any x86 server or as a virtual machine 
(VMware/OpenStack) 
• Uses Open vStorage as basis 
• Competes with Nutanix, Simplivity and upcoming EVO:RAIL
Object storage: the future of scale out storage 
Object storage is the future for storing massive amounts of data: 
• PRO 
– Build scale-out storage by adding more disk/servers when needed 
– High reliability by distributing content across nodes 
– Easy to manage (no knowledge needed about RAID or volumes) 
– Standard API as all solutions support S3 API, no vendor lock-in 
– Cost-effictive: use low cost, large capacity SATA disks, increase performance 
by adding spindles/gateways 
• CON 
– NO support for Virtual Machine Disk Storage (see next slide)
Object storage challenges as VM storage 
• Eventual consistency (the CAP Theorem) 
• Latency & performance 
– VMs require low latency and high performance 
– Object stores are developed to contain lots of data 
(large disks, low performance) 
– Additional latency as Object Store is on the Local LAN instead of attached to 
the host like DAS 
• Different Management Paradigms 
– Object Stores understand Objects <> Hypervisors understand blocks, files 
What is needed is a technology whereby Virtual Machines can use 
object stores instead of a SAN and get the benefits of the low cost 
and scale-out capabilities of object stores
Traditional OpenStack Setup 
Nova 
Instance 
Management 
Swift 
Object Storage 
Cinder 
Block Storage 
Provides 
image for 
Glance 
Image store 
VM 
Provides 
volume for 
Provisions 
Stores 
image in 
Stores backups in 
Provides 
disk space 
Ceph, SAN, 
NAS, ... 
2 storage platforms?!
The answer: Open vStorage 
Nova 
Instance 
Management 
Swift 
Object Storage 
Provides 
image for 
Glance 
Image store 
VM 
Provides 
volume for 
Provisions 
Stores 
image in 
Stores backups in 
Open 
vStorage 
Cinder 
Block Storage 
Provides 
disk space 
Converts Object storage 
into Block storage
What is Open vStorage 
Open vStorage is an open source “Storage Router“ and is installed on a 
host or a cluster of hosts to create a VM-centric, clustered, reliable, 
scale out and high performance storage system for virtual machines.
Open vStorage Intro 
• +40.000 IOPS per Hypervisor 
• Made for virtual machines 
• Unified Namespace 
• Ultra Reliable 
• Unlimited Snapshots 
• Endless Scalable 
• Lowest Management Cost In Market 
Hypervisor 
Hypervisor 
SAN / NAS 
Hypervisor 
S3 compatible 
Object Based 
Storage 
Hypervisor 
Open v Storage 
Open v Storage 
Open v Storage 
Open v Storage 
Distributed File 
Systems
Ultra Scalable Storage For Virtual Machines 
KVM 
Scale-out 
VM VM 
VM VM 
SSD 
SSD 
Open 
vStorage 
KVM 
VM VM 
VM VM 
SSD 
SSD 
Open 
vStorage 
KVM 
VM VM 
VM VM 
SSD 
SSD 
Open 
vStorage 
Virtual File System interface
Solving Eventual Consistency using time based approach 
LBA 1: 4k block 1 SSD or PCI Flash 
LBA 2: 4k block 2 
LBA 3: 4k block 3 
LBA 4: 4k block 4 
LBA 5: 4k block 5 
LBA 1: 4k block 6 
LBA 1: 4k block 7 
LBA 3: 4k block 8 
LBA 6: 4k block 9 
LBA 7: 4k block 10 
LBA 8: 4k block 11 
LBA 2: 4k block 12 
LBA 9: 4k block 13 
LBA 10: 4k block 14 
New writes 
4k block 1 
4k block 2 
4k block 3 
4k block 4 
4k block 5 
4k block 6 
4k block 7 
SCO 1 
4k block 8 
4k block 9 
4k block 10 
4k block 11 
4k block 12 
4k block 13 
4k block 14 
SCO 2 
LBA 5: 4k block 15 
LBA 10: 4k block 16 
4k block 15 
4k block 16 
New writes 
SCO 3 
SCO1 
SCO2 
Transfer SCOs once they are full (4MB) 
to the Storage Backend at slow pace 
Each write is 
appended 
to the current 
Storage 
Container 
Object (SCO)
Open vStorage <> distributed file system 
VFS2 VFS3 
VSA 1 VSA 2 VSA 3 
Arakoon – (config params, metadata, ...) 
vDisk 
1 
vDisk 
2 
Internal 
Bucket 
vDisk 
3 
xml 
VOL 
DRV 
VM 
VOL 
DRV 
Object Router 
FILE 
DRV 
FILE 
DRV 
Object Router 
VOL 
DRV 
FILE 
DRV 
KVM1 KVM2 KVM3 
VFS1 
Object Router
Live Motion – In depth (Phase 1) 
VSA 1 VSA 2 VSA 3 
Arakoon – (config params, metadata, ...) 
vDisk 
1 
vDisk 
2 
Internal 
Bucket 
vDisk 
3 
VFS3 
vmx 
VOL 
DRV 
VOL 
DRV 
Object Router 
FILE 
DRV 
FILE 
DRV 
VM 
Object Router 
VOL 
DRV 
FILE 
DRV 
KVM1 KVM2 KVM3 
VFS1 
Live Motion VM 
Object Router 
VFS2
Live Motion – In depth (Phase 2) 
VFS2 VFS3 
VSA 1 VSA 2 VSA 3 
Arakoon – (config params, metadata, ...) 
vDisk 
1 
vDisk 
2 
Internal 
Bucket 
vDisk 
3 
xml 
VOL 
DRV 
VOL 
DRV 
FILE 
DRV 
FILE 
DRV 
VM 
Object Router 
VOL 
DRV 
FILE 
DRV 
KVM1 KVM2 KVM3 
VFS1 
Live Motion VM 
Object Router Handover Object Router
How does Open vStorage solve the problem 
• Open vStorage is a middleware layer in between the hypervisor 
and the object store. (Converts object storage into block storage) 
– On the host: location based storage (block storage). 
– On the backend: time based storage (ideal for objects stores). 
– Open vStorage turns a volume into a single bucket. 
• OpenStack Cinder Plugin for easy integration (snapshots, ...). 
• Distributed file systems don’t work! Open vStorage is not a 
distributed file sysem! 
– All hosts ‘think’ they see the same virtual file systems. 
– Volume is ‘live’ on 1 host instead of all hosts. 
– Only the virtual file system metadata is distributed. 
• Caching inside the host fixes impedance mismatch between slow, 
high latency backend and fast, low latency requirement of Virtual 
Machines.
The benefits 
• Single distributed storage platform (Swift) to 
maintain. This platform is very performant and 
almost infinitely scalable. 
• Better performance due to caching inside the 
host where the Nova instance runs. 
• VM-centric management on storage level. 
– Thin-cloning, zero-copy snapshots, ... 
• Add storage which isn’t compatible with Cinder.
Supported OpenStack actions 
• Volumes 
– Add / Remove 
– Create / Delete snapshot 
– Clone from snapshot 
– Clone volume from volume 
– Import image to volume 
– Export volume to image 
• Instances 
– Live Migration 
– Evacuate
Deployments 
• Our internal environments are now running Open 
vStorage + swift 
• Open vStorage is available in beta 
– Certified OpenStack Cinder plugin is expected with 
Kilo release 
– Feel free to use in test environments and provide 
feedback 
– Supported production release Q1
Next steps 
• The code: https://bitbucket.org/openvstorage/openvstorage/ 
• Download the packages and deploy in your OpenStack 
environment 
• Documentation: http://doc.openvstorage.com 
• Support: https://groups.google.com/forum/#!forum/open-vstorage 
• Follow us on Twitter (@OpenvStorage) or read our blog 
(http://blog.openvstorage.com)
OpenStack Paris 
November, 3-7 
We will be there! Look out for the “Cloudfounders” booth.

More Related Content

PDF
Deploying OpenStack Object Storage (Swift)
PPTX
OpenStack Swift In the Enterprise
PPTX
Turning object storage into vm storage
PPTX
Openstack Swift Introduction
PPT
Open stack swift architecture and monitoring
PPTX
OpenStack Swift
PPT
Openstack swift - VietOpenStack 6thmeeetup
ODP
Guaranteeing Storage Performance by Mike Tutkowski
Deploying OpenStack Object Storage (Swift)
OpenStack Swift In the Enterprise
Turning object storage into vm storage
Openstack Swift Introduction
Open stack swift architecture and monitoring
OpenStack Swift
Openstack swift - VietOpenStack 6thmeeetup
Guaranteeing Storage Performance by Mike Tutkowski

What's hot (20)

PDF
Avishay Traeger & Shimshon Zimmerman, Stratoscale - Deploying OpenStack Cinde...
PDF
The Future of SDN in CloudStack by Chiradeep Vittal
PDF
OpenStack Best Practices and Considerations - terasky tech day
PPTX
Build public private cloud using openstack
PPTX
Kata Container - The Security of VM and The Speed of Container | Yuntong Jin
PDF
Hacking apache cloud stack
PDF
Cloud Architect Alliance #15: Openstack
PPTX
Scaling DataStax in Docker
PPTX
Cloud stack overview
PPT
Introduction to Apache CloudStack by David Nalley
PPTX
OpenStack Introduction
PPTX
Storage as a service and OpenStack Cinder
PPTX
Big Data on Cloud Native Platform
DOCX
Openstack training material
PDF
Wido den hollander cloud stack and ceph
PDF
Developing the Stratoscale System at Scale - Muli Ben-Yehuda, Stratoscale - D...
PPTX
Changing the world with ZeroVM and Swift
PDF
Cloud stack for_beginners
PPTX
State of the Container Ecosystem
PDF
Muli Ben-Yehuda, Stratoscale - The Road to a Hyper-Converged OpenStack, OpenS...
Avishay Traeger & Shimshon Zimmerman, Stratoscale - Deploying OpenStack Cinde...
The Future of SDN in CloudStack by Chiradeep Vittal
OpenStack Best Practices and Considerations - terasky tech day
Build public private cloud using openstack
Kata Container - The Security of VM and The Speed of Container | Yuntong Jin
Hacking apache cloud stack
Cloud Architect Alliance #15: Openstack
Scaling DataStax in Docker
Cloud stack overview
Introduction to Apache CloudStack by David Nalley
OpenStack Introduction
Storage as a service and OpenStack Cinder
Big Data on Cloud Native Platform
Openstack training material
Wido den hollander cloud stack and ceph
Developing the Stratoscale System at Scale - Muli Ben-Yehuda, Stratoscale - D...
Changing the world with ZeroVM and Swift
Cloud stack for_beginners
State of the Container Ecosystem
Muli Ben-Yehuda, Stratoscale - The Road to a Hyper-Converged OpenStack, OpenS...
Ad

Similar to Turning OpenStack Swift into a VM storage platform (20)

PPT
Turning OpenStack Swift into a VM storage platform
PDF
Road show 2015 triangle meetup
PPT
Open vStorage Road show 2015 Q1
PPT
Open vStorage Meetup - Santa Clara 04/16
PDF
Percona Live 4/14/15: Leveraging open stack cinder for peak application perfo...
PDF
OpenStack Block Storage 101
PDF
RedHat OpenStack Platform Overview
PPTX
Storage as a service OpenStack
PDF
Introduction to OpenStack Storage
PDF
OpenEBS; asymmetrical block layer in user-space breaking the million IOPS bar...
PPTX
OpenStack for AWS Architects - Similarities, differences and bridging the gap
PPTX
OpenStack and NetApp - Chen Reuven - OpenStack Day Israel 2017
PDF
Deep Dive into Openstack Storage, Sean Cohen, Red Hat
PDF
Deep dive into OpenStack storage, Sean Cohen, Red Hat
PDF
Storage based on_openstack_mariocho
PPTX
OpenEBS hangout #4
PDF
Introduction to OpenStack : Barcamp Bangkhen 2016
PDF
[OpenStack Days Korea 2016] Track2 - OpenStack 기반 소프트웨어 정의 스토리지 기술
PDF
Using the IBM XIV Storage System in OpenStack Cloud Environments
PDF
Getting it Right: OpenStack Private Cloud Storage
Turning OpenStack Swift into a VM storage platform
Road show 2015 triangle meetup
Open vStorage Road show 2015 Q1
Open vStorage Meetup - Santa Clara 04/16
Percona Live 4/14/15: Leveraging open stack cinder for peak application perfo...
OpenStack Block Storage 101
RedHat OpenStack Platform Overview
Storage as a service OpenStack
Introduction to OpenStack Storage
OpenEBS; asymmetrical block layer in user-space breaking the million IOPS bar...
OpenStack for AWS Architects - Similarities, differences and bridging the gap
OpenStack and NetApp - Chen Reuven - OpenStack Day Israel 2017
Deep Dive into Openstack Storage, Sean Cohen, Red Hat
Deep dive into OpenStack storage, Sean Cohen, Red Hat
Storage based on_openstack_mariocho
OpenEBS hangout #4
Introduction to OpenStack : Barcamp Bangkhen 2016
[OpenStack Days Korea 2016] Track2 - OpenStack 기반 소프트웨어 정의 스토리지 기술
Using the IBM XIV Storage System in OpenStack Cloud Environments
Getting it Right: OpenStack Private Cloud Storage
Ad

More from OpenStack_Online (10)

PDF
Building a cloud ready linux image locally using KVM
PDF
How Dell and Intel are Optimizing OpenStack Clouds
PDF
Platform9 deployment models for OpenStack
PDF
MidoNet gives OpenStack Neutron a Boost
PDF
Introduction into Ceph storage for OpenStack
PDF
Automating OpenStack clouds and beyond w/ StackStorm
PDF
OpenStack Trove Update - Juno, Kilo and Beyond
PDF
IBM Cloud OpenStack Services
PDF
What is Trove, the Database as a Service on OpenStack?
PDF
z/VM and OpenStack
Building a cloud ready linux image locally using KVM
How Dell and Intel are Optimizing OpenStack Clouds
Platform9 deployment models for OpenStack
MidoNet gives OpenStack Neutron a Boost
Introduction into Ceph storage for OpenStack
Automating OpenStack clouds and beyond w/ StackStorm
OpenStack Trove Update - Juno, Kilo and Beyond
IBM Cloud OpenStack Services
What is Trove, the Database as a Service on OpenStack?
z/VM and OpenStack

Recently uploaded (20)

PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
A Presentation on Artificial Intelligence
PDF
Empathic Computing: Creating Shared Understanding
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Encapsulation theory and applications.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Chapter 3 Spatial Domain Image Processing.pdf
Understanding_Digital_Forensics_Presentation.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Encapsulation_ Review paper, used for researhc scholars
A Presentation on Artificial Intelligence
Empathic Computing: Creating Shared Understanding
Reach Out and Touch Someone: Haptics and Empathic Computing
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
Mobile App Security Testing_ A Comprehensive Guide.pdf
MYSQL Presentation for SQL database connectivity
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Encapsulation theory and applications.pdf
Unlocking AI with Model Context Protocol (MCP)
Diabetes mellitus diagnosis method based random forest with bat algorithm
20250228 LYD VKU AI Blended-Learning.pptx
Chapter 3 Spatial Domain Image Processing.pdf

Turning OpenStack Swift into a VM storage platform

  • 1. OpenStack Meetup: Turning OpenStack Swift into a VM storage platform Wim Provoost (@wimpers_be) Open vStorage (@openvstorage)
  • 2. CloudFounders • CloudFounders (2007) – 120 people in the US, Belgium, Romania and India • Products – Open vStorage (open source under an Apache 2.0 license) • Ultra reliable, high performance, open storage layer for virtual machines. • Compatible with all major hypervisors. • Supports OpenStack – vRun = Converged Infrastructure • Software that transforms server hardware to converged infrastructure with unparalleled performance & flexibility. • Software can run on any x86 server or as a virtual machine (VMware/OpenStack) • Uses Open vStorage as basis • Competes with Nutanix, Simplivity and upcoming EVO:RAIL
  • 3. Object storage: the future of scale out storage Object storage is the future for storing massive amounts of data: • PRO – Build scale-out storage by adding more disk/servers when needed – High reliability by distributing content across nodes – Easy to manage (no knowledge needed about RAID or volumes) – Standard API as all solutions support S3 API, no vendor lock-in – Cost-effictive: use low cost, large capacity SATA disks, increase performance by adding spindles/gateways • CON – NO support for Virtual Machine Disk Storage (see next slide)
  • 4. Object storage challenges as VM storage • Eventual consistency (the CAP Theorem) • Latency & performance – VMs require low latency and high performance – Object stores are developed to contain lots of data (large disks, low performance) – Additional latency as Object Store is on the Local LAN instead of attached to the host like DAS • Different Management Paradigms – Object Stores understand Objects <> Hypervisors understand blocks, files What is needed is a technology whereby Virtual Machines can use object stores instead of a SAN and get the benefits of the low cost and scale-out capabilities of object stores
  • 5. Traditional OpenStack Setup Nova Instance Management Swift Object Storage Cinder Block Storage Provides image for Glance Image store VM Provides volume for Provisions Stores image in Stores backups in Provides disk space Ceph, SAN, NAS, ... 2 storage platforms?!
  • 6. The answer: Open vStorage Nova Instance Management Swift Object Storage Provides image for Glance Image store VM Provides volume for Provisions Stores image in Stores backups in Open vStorage Cinder Block Storage Provides disk space Converts Object storage into Block storage
  • 7. What is Open vStorage Open vStorage is an open source “Storage Router“ and is installed on a host or a cluster of hosts to create a VM-centric, clustered, reliable, scale out and high performance storage system for virtual machines.
  • 8. Open vStorage Intro • +40.000 IOPS per Hypervisor • Made for virtual machines • Unified Namespace • Ultra Reliable • Unlimited Snapshots • Endless Scalable • Lowest Management Cost In Market Hypervisor Hypervisor SAN / NAS Hypervisor S3 compatible Object Based Storage Hypervisor Open v Storage Open v Storage Open v Storage Open v Storage Distributed File Systems
  • 9. Ultra Scalable Storage For Virtual Machines KVM Scale-out VM VM VM VM SSD SSD Open vStorage KVM VM VM VM VM SSD SSD Open vStorage KVM VM VM VM VM SSD SSD Open vStorage Virtual File System interface
  • 10. Solving Eventual Consistency using time based approach LBA 1: 4k block 1 SSD or PCI Flash LBA 2: 4k block 2 LBA 3: 4k block 3 LBA 4: 4k block 4 LBA 5: 4k block 5 LBA 1: 4k block 6 LBA 1: 4k block 7 LBA 3: 4k block 8 LBA 6: 4k block 9 LBA 7: 4k block 10 LBA 8: 4k block 11 LBA 2: 4k block 12 LBA 9: 4k block 13 LBA 10: 4k block 14 New writes 4k block 1 4k block 2 4k block 3 4k block 4 4k block 5 4k block 6 4k block 7 SCO 1 4k block 8 4k block 9 4k block 10 4k block 11 4k block 12 4k block 13 4k block 14 SCO 2 LBA 5: 4k block 15 LBA 10: 4k block 16 4k block 15 4k block 16 New writes SCO 3 SCO1 SCO2 Transfer SCOs once they are full (4MB) to the Storage Backend at slow pace Each write is appended to the current Storage Container Object (SCO)
  • 11. Open vStorage <> distributed file system VFS2 VFS3 VSA 1 VSA 2 VSA 3 Arakoon – (config params, metadata, ...) vDisk 1 vDisk 2 Internal Bucket vDisk 3 xml VOL DRV VM VOL DRV Object Router FILE DRV FILE DRV Object Router VOL DRV FILE DRV KVM1 KVM2 KVM3 VFS1 Object Router
  • 12. Live Motion – In depth (Phase 1) VSA 1 VSA 2 VSA 3 Arakoon – (config params, metadata, ...) vDisk 1 vDisk 2 Internal Bucket vDisk 3 VFS3 vmx VOL DRV VOL DRV Object Router FILE DRV FILE DRV VM Object Router VOL DRV FILE DRV KVM1 KVM2 KVM3 VFS1 Live Motion VM Object Router VFS2
  • 13. Live Motion – In depth (Phase 2) VFS2 VFS3 VSA 1 VSA 2 VSA 3 Arakoon – (config params, metadata, ...) vDisk 1 vDisk 2 Internal Bucket vDisk 3 xml VOL DRV VOL DRV FILE DRV FILE DRV VM Object Router VOL DRV FILE DRV KVM1 KVM2 KVM3 VFS1 Live Motion VM Object Router Handover Object Router
  • 14. How does Open vStorage solve the problem • Open vStorage is a middleware layer in between the hypervisor and the object store. (Converts object storage into block storage) – On the host: location based storage (block storage). – On the backend: time based storage (ideal for objects stores). – Open vStorage turns a volume into a single bucket. • OpenStack Cinder Plugin for easy integration (snapshots, ...). • Distributed file systems don’t work! Open vStorage is not a distributed file sysem! – All hosts ‘think’ they see the same virtual file systems. – Volume is ‘live’ on 1 host instead of all hosts. – Only the virtual file system metadata is distributed. • Caching inside the host fixes impedance mismatch between slow, high latency backend and fast, low latency requirement of Virtual Machines.
  • 15. The benefits • Single distributed storage platform (Swift) to maintain. This platform is very performant and almost infinitely scalable. • Better performance due to caching inside the host where the Nova instance runs. • VM-centric management on storage level. – Thin-cloning, zero-copy snapshots, ... • Add storage which isn’t compatible with Cinder.
  • 16. Supported OpenStack actions • Volumes – Add / Remove – Create / Delete snapshot – Clone from snapshot – Clone volume from volume – Import image to volume – Export volume to image • Instances – Live Migration – Evacuate
  • 17. Deployments • Our internal environments are now running Open vStorage + swift • Open vStorage is available in beta – Certified OpenStack Cinder plugin is expected with Kilo release – Feel free to use in test environments and provide feedback – Supported production release Q1
  • 18. Next steps • The code: https://bitbucket.org/openvstorage/openvstorage/ • Download the packages and deploy in your OpenStack environment • Documentation: http://doc.openvstorage.com • Support: https://groups.google.com/forum/#!forum/open-vstorage • Follow us on Twitter (@OpenvStorage) or read our blog (http://blog.openvstorage.com)
  • 19. OpenStack Paris November, 3-7 We will be there! Look out for the “Cloudfounders” booth.