9e3c4c8126
By default, every share created allows access of its .snapshot where files of each taken snapshot can be accessed. As per some use-cases, it is desirable to not allow access to the .snapshot folder. This can now be done by using the extra_spec netapp:hide_snapdir. When set to True, it will hide the .snapshot directory for every newly created share. Also, for existing shares, a config option named netapp_reset_snapdir_visibility can be used to reset all existing shares' setting to either hide or display the .snapshot visibility on driver restarts. Implements blueprint: netapp-snapdir-visibility Change-Id: I30619bb13de528538b9887b00f39482f91a8db49
12 lines
426 B
YAML
12 lines
426 B
YAML
---
|
|
features:
|
|
- Snapshot directories of shares created by the NetApp driver
|
|
can now be controlled through extra-specs for newly created
|
|
shares and through a config option for existing shares.
|
|
upgrades:
|
|
- A new config option ``netapp_reset_snapdir_visibility`` has
|
|
been added to the NetApp driver, allowing existing shares to
|
|
have their snapshot directory visibility setting changed at
|
|
driver startup.
|
|
|