errose28 commented on code in PR #341: URL: https://github.com/apache/ozone-site/pull/341#discussion_r2830659572
########## docs/04-user-guide/01-client-interfaces/01-o3.md: ########## @@ -228,7 +228,10 @@ ozone sh key get /vol1/bucket1/README.md /tmp/ ozone sh key delete /vol1/bucket1/key1 ``` -If the key is in an [FSO](../../system-internals/features/filesystem-optimization) bucket it will be moved to the trash when deleted. Below is the trash location: +<!-- +If the key is in an [FSO](../../07-system-internals/07-features/01-filesystem-optimization.md) bucket it will be moved to the trash when deleted. Below is the trash location: +--> +If the key is in an FSO bucket it will be moved to the trash when deleted. Below is the trash location: Review Comment: This should actually be linking to https://ozone.apache.org/docs/core-concepts/namespace/buckets/layouts/file-system-optimized and we can remove the commented out section. ########## docs/05-administrator-guide/02-configuration/06-high-availability/02-om-ha.md: ########## @@ -167,6 +167,12 @@ host3 | om3 | FOLLOWER ## References -- [Ozone Manager High Availability](../../../core-concepts/high-availability/om-ha) - Conceptual overview -- [OM HA Implementation Details](../../../system-internals/components/ozone-manager/high-availability) - Technical implementation details including double buffer and automatic snapshot installation +<!-- +- [OM HA Implementation Details](/docs/system-internals/components/ozone-manager/high-availability) - Technical implementation details including double buffer and automatic snapshot installation +--> + - [SCM HA Configuration](./scm-ha) - Storage Container Manager High Availability configuration + +<!-- +- [OM HA Implementation Details](../../../system-internals/components/ozone-manager/high-availability) - Technical implementation details including double buffer and automatic snapshot installation +--> Review Comment: I'm not sure this got migrated correctly. We ended up with a similar code block commented out twice, but the link to https://ozone.apache.org/docs/core-concepts/high-availability/om-ha from the original is valid and should remain. -- 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]
