Docs - Namespace monitoring corrected examples (#10863)

Re-doing PR #10305
This commit is contained in:
aphorise 2021-02-11 17:32:52 +00:00 committed by GitHub
parent 2108bb8e00
commit 17003328ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -59,8 +59,10 @@ Specifying distinct per-mount options, or using long mount point paths, can
increase the space required per mount. increase the space required per mount.
The number of mount points can be monitored by reading the The number of mount points can be monitored by reading the
[`sys/auth`](/api-docs/system/audit) and [`sys/auth`](/api-docs/system/auth) and
[`sys/mounts`](/api-docs/system/mounts) endpoints, which contain all mount points in all namespaces. [`sys/mounts`](/api-docs/system/mounts) endpoints from the root namespace and
similar sub-paths for namespaces respectively, like: `namespace1/sys/auth`,
`namespace1/sys/mounts`, etc.
### Namespace limits ### Namespace limits