adoroszlai commented on PR #7400: URL: https://github.com/apache/ozone/pull/7400#issuecomment-2461528805
Thanks @hemantk-12 for the background for using new volume. `Dir Can Be Listed Using Shell` was failing because `Freon DFSG` by default creates 1000 items, but `ozone sh key list` gets only 100 items by default, so the first batch may or may not include the item it is looking for. I think this can be fixed by passing `n=1` to `Freon DFSG`. -- 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]
