diff --git a/docs/dev/features/netapp-mounting/overview.md b/docs/dev/features/netapp-mounting/overview.md index 5894871e..f43f65e3 100644 --- a/docs/dev/features/netapp-mounting/overview.md +++ b/docs/dev/features/netapp-mounting/overview.md @@ -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 ----------------------- @@ -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. \ No newline at end of file +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.