Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
-
None
Description
Steps to reproduce:
1. cd compose/upgrade && docker-compose up -d (if it fails, fix the permission of the dirs, and repeat the up command)
2. create /vol1/bucket1/dir1/dir2/key1
3. list the keys in /vol1/bucket1
4. stop the cluster
5. modify the docker-config by enabling prefix layout:
OZONE-SITE.XML_ozone.om.enable.filesystem.paths=true
OZONE-SITE.XML_ozone.om.metadata.layout=prefix
6. start the cluster
7. list the keys in /vol1/bucket1 --> it returns with empty result
Expected behavior: Existing keys with Simple layout should be available.
Reference jira: HDDS-5094
Attachments
Issue Links
- is related to
-
HDDS-5094 [FSO] Fail OM startup when turn on prefix layout with old buckets
- Resolved