Uploaded image for project: 'Red Hat OpenStack Services on OpenShift'
  1. Red Hat OpenStack Services on OpenShift
  2. OSPRH-17050

Test limiting backup/restore operations

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Normal Normal
    • rhos-18.0.z
    • None
    • None
    • Cinder Sprint 10, Cinder Sprint 11, Cinder Sprint 12, Cinder Sprint 13
    • 4

      Goal: 

      • Test that setting limits on number of concurrent backup operations works as documented

      Acceptance Criteria:

      Verify the 4 scenarios

      1) Eventlet semaphore
      backup_workers=1
      backup_max_operations=1

      Trigger N backup and M restore operations - only see 1 happening at a time

      2) Multiprocessing semaphore
      backup_workers=2
      backup_max_operations=1

      Trigger N backup and M restore operations - 2 operations happening at a time

      3) Eventlet Semaphore
      backup_workers=1
      backup_max_operations=2

      Trigger N backup and M restore operations - 2 operations happening at a time

      4) Multiprocessing semaphore
      backup_workers=2
      backup_max_operations=2

      Trigger N backup and M restore operations - 4 operations happening at a time

              ybenshim Yosi Ben Shimon
              eharney@redhat.com Eric Harney
              rhos-storage-cinder
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: