the case for benchmarking control operations in cloud
play

The Case for Benchmarking Control Operations in Cloud Native Storage - PowerPoint PPT Presentation

The Case for Benchmarking Control Operations in Cloud Native Storage 12 th USENIX Workshop on Hot Topics in Storage and File Systems (HotStorage 20) Alex Merenstein 1 , Vasily Tarasov 2 , Ali Anwar 2 , Deepavali Bhagwat 2 , Lukas Rupprecht 2 ,


  1. The Case for Benchmarking Control Operations in Cloud Native Storage 12 th USENIX Workshop on Hot Topics in Storage and File Systems (HotStorage ’20) Alex Merenstein 1 , Vasily Tarasov 2 , Ali Anwar 2 , Deepavali Bhagwat 2 , Lukas Rupprecht 2 , Dimitris Skourtis 2 , and Erez Zadok 1 1 Stony Brook University; 2 IBM Research - Almaden July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20)

  2. Outline ● Introduction ● Storage Control Operations ● Impact of Storage Control Operations ● Benchmark Design ● Conclusion July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 2

  3. New Trends in Clouds ● Cloud native software ◆ Often container based ◆ Microservice architectures ◆ Frequent scaling and updates ● Cloud native storage ◆ Used by applications, not systems ◆ Automated management ◆ Container Storage Interface (CSI) provides standard interface https://landscape.cncf.io July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 3

  4. Benchmarking’s Blind Spot ● Storage challenges ◆ Choosing a storage provider ◆ Evaluating different storage configurations ● Current benchmarks (e.g., fio 1 , pgbench 2 , NoSQLBench 3 ) ◆ I/O operations ◆ Metadata operations ◆ Storage control operations 1. https://fio.readthedocs.io/en/latest/index.html 2. https://www.postgresql.org/docs/current/pgbench.html 3. https://www.datastax.com/blog/2020/03/nosqlbench July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 4

  5. Outline ● Introduction ● Storage Control Operations ● Impact of Storage Control Operations ● Benchmark Design ● Conclusion July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 5

  6. Storage Control Operations ● Storage control operations ◆ Creating volumes, attaching volumes, snapshotting, resizing, etc. ◆ Volumes: single unit of storage provisioned by a storage provider ● More frequent in cloud native environments ● Existing benchmarks do not generate storage control operations July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 6

  7. Increasing Number of Storage Control Operations ● Some companies have increased deployments from 2 – 3 ⨉ week to 150 ⨉ day 1 ● On one platform, 54% of containers ran for ≤5 minutes and hosts ran a median of 30 containers 2 ◆ On a 20 nodes cluster, that results in a rate of one container creation per second 1. https://www.weave.works/technologies/going-cloud-native-6-essential-things-you-need-to-know 2. https://sysdig.com/blog/sysdig-2019-container-usage-report/ July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 7

  8. User Creates Container Requiring Storage Container Storage Provider Node (VM) July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 8

  9. Create Volume (Storage Control Operation #1) Container Storage control operation #1 Volume Storage Provider Node (VM) July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 9

  10. Container Scheduled on Node Container Storage control operation #1 Volume Container Storage Provider Node (VM) July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 10

  11. Volume Mounted on Node (Storage Control Operation #2) Storage control operation #1 Volume Volume Container Mount Storage control operation #2 Storage Provider Node (VM) July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 11

  12. Volume Attached to Container (Storage Control Operation #3) Storage control Storage control operation #1 operation #3 Volume Volume Container Mount Storage control operation #2 Storage Provider Node (VM) July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 12

  13. Outline ● Introduction ● Storage Control Operations ● Impact of Storage Control Operations ● Benchmark Design ● Conclusion July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 13

  14. Impact of Storage Control Operations ● Experiment 1: creating and attaching volumes ◆ Do storage providers have different performance characteristics when executing these operations? ● Experiment 2: snapshots with concurrent workload ◆ Can storage control operations impact other workloads? ◆ Is the level of impact different across different storage providers? July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 14

  15. Experimental Setup Kubernetes Kubernetes Worker Worker Node Node Gluster Kubernetes Kubernetes Master Kubernetes Master Node Master Node Node Kubernetes with three masters in high availability Three different-by-design configuration and two workers nodes storage providers July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 15

  16. Experiment 1: Volume Creation and Attachment July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 16

  17. Experiment 1: Volume Creation and Attachment Median Median > 2 ⨉ ~2 ⨉ higher lower July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 17

  18. Experiment 1: Volume Creation and Attachment Performance does differ between storage providers July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 18

  19. Experiment 2: Snapshotting July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 19

  20. Experiment 2: Snapshotting July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 20

  21. Experiment 2: Snapshotting July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 21

  22. Experiment 2: Snapshotting P99.9 latency P99.9 latency 24 ⨉ higher 3.3 ⨉ higher with 20 with 20 snapshots snapshots July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 22

  23. Experiment 2: Snapshotting Storage control operations can impact other Impact varies workloads depending on storage provider July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 23

  24. Outline ● Introduction ● Storage Control Operations ● Impact of Storage Control Operations ● Benchmark Design ● Conclusion July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 24

  25. Benchmark Design Requirements Workload Result Measurement & 1. Create I/O and storage control Visualization workloads 1. Measurement should be decoupled from 2. Specify complex & realistic storage I/O generation control workloads 2. Results should be aggregated in clear, 3. Use existing tools for I/O workloads actionable manner 4. Include QoS targets 3. Metrics collection should have low overhead Useability 1. Enable reproducibility 2. Be easy to use July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 25

  26. Proposed Design 1. Benchmark Controller: creates I/O workload containers and executes control operations July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 26

  27. Proposed Design 2. User creates Benchmark object 3. Benchmark objects: custom object type, created by users to define a benchmark July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 27

  28. Proposed Design 4. I/O containers: created by Benchmark Controller to run I/O workload 5. Container image repository: I/O workloads can be created using existing I/O benchmarking tools such as fio or filebench July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 28

  29. Proposed Design 6. The Benchmark Controller executes Control Operation workloads by acting directly on PVs and PVCs July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 29

  30. Proposed Design 7. The volumes used by the benchmark are provisioned by the storage provider specified in the Benchmark object July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 30

  31. Proposed Design 8. Results and metrics are collected and can be analyzed and visualized using tools such as ELK or Grafana July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 31

  32. Outline ● Introduction ● Storage Control Operations ● Impact of Storage Control Operations ● Benchmark Design ● Conclusion July 14, 2020 The Case for Benchmarking Control Operations in Cloud Native Storage (HotStorage ’20) 32

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend