2d7c464453
The CephFS driver optionally advertised snapshot support to manila, based on a configuration option "cephfs_enable_snapshots". Manila does not provide snapshots by default to users, unless an administrator chooses to set the "snapshot_support" extra-spec in the share type they're using. So this configuration option is really an unnecessary safeguard at this point. Moreover, CephFS snapshots are fully supported from Ceph Nautilus, and with Id847b1b5e6623172f2600afd69e51182067444cb, manila added a support statement for the Victoria release that indicates that Nautilus is the minimum version of ceph supported. So let's default this option to True, and deprecate this option at the same time to eliminate this duplicate safeguard. Partially-implements: bp update-cephfs-drivers Depends-On: I885ff78586540d01590f98cca2a00d55161dbe04 Change-Id: I1ef42b414f8af0b8f9a912655757ec200a75c309 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
27 lines
982 B
PHP
27 lines
982 B
PHP
..
|
|
Warning: Do not edit this file. It is automatically generated from the
|
|
software project's code and your changes will be overwritten.
|
|
|
|
The tool to generate this file lives in openstack-doc-tools repository.
|
|
|
|
Please make any changes needed in the code, then run the
|
|
autogenerate-config-doc tool from the openstack-doc-tools repository, or
|
|
ask for help on the documentation mailing list, IRC channel or meeting.
|
|
|
|
.. _manila-cephfs:
|
|
|
|
.. list-table:: Description of CephFS share driver configuration options
|
|
:header-rows: 1
|
|
:class: config-ref-table
|
|
|
|
* - Configuration option = Default value
|
|
- Description
|
|
* - **[DEFAULT]**
|
|
-
|
|
* - ``cephfs_auth_id`` = ``manila``
|
|
- (String) The name of the ceph auth identity to use.
|
|
* - ``cephfs_cluster_name`` = ``None``
|
|
- (String) The name of the cluster in use, if it is not the default ('ceph').
|
|
* - ``cephfs_conf_path`` =
|
|
- (String) Fully qualified path to the ceph.conf file.
|