JyotinderSingh commented on pull request #2837: URL: https://github.com/apache/ozone/pull/2837#issuecomment-971829334
I think most of the tests are now passing. There does seem to be a compatibility test issue though. the xcompat test is failing on the following test `xcompat-cluster-1.1.0-client-1.1.0-write :: Write Compatibility` The test is failing on the following command: `ozone fs -mkdir o3fs://bucket1.vol1/dir-1.1.0` This is failing due the the directory being created being in OBS fashion. ``` -mkdir: Bucket: bucket1 has layout: OBJECT_STORE, which does not support file system semantics. Bucket Layout must be FILE_SYSTEM_OPTIMIZED or LEGACY. ``` From my understanding - this doesn’t look like a simple fix - I believe the reason it is failing is that the old 1.1.0 client doesn’t know that the buckets created by the FS need to be in FSO layout - since we added that change in #2730. I'm not sure how we should handle this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
