From dcb58955c8832d39d8691d19a19d3c54c5d6fd46 Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Tue, 15 Mar 2022 10:05:58 +0100 Subject: [PATCH] Add note about share deletion --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 418ce82..1010965 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ used: This command has granted read-only access to the named share to a specific address: `192.168.0.1`. +It is possible to delete the created share with: + + juju run-action --wait ceph-nfs/0 delete-share name=test-share + ## High Availability To gain high availability for NFS shares, it is necessary to scale ceph-nfs and relate it to a loadbalancer charm: