mgr/nfs: add --addr to 'nfs export create'
Ganesha exports can have multiple client blocks with addresses and
access modes/squash behavior. This cannot easily be exposed via a CLI.
However, providing no client address restriction is pretty useful to users
since it allows full access to the mount point with no restrictions.
Add an --addr argument that creates a single client block. Set the top
export-level access_type to 'none' and squash to 'none' in this case.
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit
137090dac07f95c3af0b09afc19da210b085019b)