-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
2
-
StorEng - Defined Pipeline
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.