Skip to content

Commit

Permalink
Merge pull request #9 from sapcc/snapmirror_extrawurst
Browse files Browse the repository at this point in the history
[docs] nfs shares metadata hook
  • Loading branch information
majewsky committed Apr 17, 2020
2 parents 488a4fc + df2b70c commit a88dc4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/asset-managers/nfs-shares.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ The Castellum service user must be able to list, extend and shrink Manila shares

- `project:show:nfs-shares` can usually be given to everyone who can interact with Manila shares.
- `project:edit:nfs-shares` should only be given to users who can extend and shrink Manila shares.

## Hooks

If you want Castellum to ignore a Manila share, you can set the metadata key `snapmirror` to value `1`, e.g.

manila metadata SHARE_ID set snapmirror=1

Usually you want that, if your share is a target in a NetApp SnapMirror setup. Size modification is anyhow not possible in this case.

0 comments on commit a88dc4c

Please sign in to comment.