Skip to content

Commit

Permalink
Update overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mathis-marcotte authored Oct 30, 2024
1 parent 21d9e53 commit 5ab175d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/dev/features/netapp-mounting/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ The manage-filers page is responsible for the following tasks;
- Gets the data to fill out the tables to display from the user's namespace, in the CMs `requesting-shares` and `existing-shares`
- The submit button adds a new entry to the `requesting-shares` CM, which gets ingested by the ontap-controller
- Users can delete entries from the `existing-shares` CM, which is the CM ingested by the filer-sidecar-injector
- Display any errors from the `shares-errors` CM, which gets populated by the ontap-controller when an error occurs during the `requesting-shares` ingestion

-----------------------

Expand All @@ -107,4 +108,4 @@ Broadly speaking to get to the `share` level we have to go through an `SVM`, whi

`SVM -> Volume -> Qtree -> Share`

Where `share` is what we have access to and helps to determine the path in the ontap cvo solution that we need the user requested filer path (that they get from their avd) to be associated to.
Where `share` is what we have access to and helps to determine the path in the ontap cvo solution that we need the user requested filer path (that they get from their avd) to be associated to.

0 comments on commit 5ab175d

Please sign in to comment.