bucket directory gets unnecessarily created for tiered storage python tests

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • StorEng - Defined Pipeline
    • 2

      Currently there is a bug when we have an extra bucket directory when turning on tiered storage other than dir_store. E.g. in hook_tiered.py

          if not os.path.exists(bucketpath):
              os.mkdir(bucketpath)
      

      The developer will need investigate in our python test suite to add an extra condition to only create the directory if the storage source is dir_store.

            Assignee:
            [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            Jie Chen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: