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 and documentation

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Normal Normal
    • rhos-18.0.14 FR 4
    • None
    • None
    • 5
    • False
    • Hide

      None

      Show
      None
    • False
    • Cinder Sprint 10, Cinder Sprint 11
    • 2

      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:
              2 Start watching this issue

                Created:
                Updated: