vastdata-driver: updated VASTData driver documentation#18
vastdata-driver: updated VASTData driver documentation#18vlboiko wants to merge 1 commit intovastdata-driverfrom
Conversation
Change-Id: I755e543dcbbfc1f1f270057e69411d59e399ed0d
doc/source/configuration/shared-file-systems/drivers/vastdata_driver.rst
Show resolved
Hide resolved
| - Delete a share. | ||
|
|
||
| - Allow share access. | ||
| - IP access type is supported. |
There was a problem hiding this comment.
what does this mean? what is "IP access type"? what other types are there?
doc/source/configuration/shared-file-systems/drivers/vastdata_driver.rst
Show resolved
Hide resolved
| ==================================== | ||
|
|
||
| Vastdata can be used as a storage back end for the OpenStack Shared | ||
| VASTData Share Driver can be used as a storage back end for the OpenStack Shared |
There was a problem hiding this comment.
VAST Share Driver
backend
doc/source/configuration/shared-file-systems/drivers/vastdata_driver.rst
Show resolved
Hide resolved
doc/source/configuration/shared-file-systems/drivers/vastdata_driver.rst
Show resolved
Hide resolved
doc/source/configuration/shared-file-systems/drivers/vastdata_driver.rst
Show resolved
Hide resolved
|
|
||
|
|
||
| Vastdata driver configuration example | ||
| VASTData driver configuration example |
There was a problem hiding this comment.
VAST Share Driver configuration example
| VASTData driver configuration example | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| The following parameters shows a sample subset of the ``manila.conf`` file, |
There was a problem hiding this comment.
Suggest changing the whole paragraph to something like this:
The following example shows parameters in the manila.conf file that are used to configure VAST Share Driver. They include two options under [DEFAULT] and parameters under [vast].
Note that a real manila.conf file would also include other parameters that are not specific to VAST Share Driver.
| vast_root_export = {root_export} | ||
|
|
||
|
|
||
| Restart of ``manila-share`` service is needed for the configuration |
| Pre-configurations for share support | ||
| -------------------------------------------------- | ||
|
|
||
| To create a file share you need to: |
| openstack share type create ${share_type_name} False \ | ||
| --extra-specs share_backend_name=${share_backend_name} | ||
|
|
||
| Create NFS share: |
| Pre-Configurations for Snapshot support | ||
| -------------------------------------------------- | ||
|
|
||
| The following extra specifications need to be configured with share type. |
There was a problem hiding this comment.
The share type must have the following parameter specified:
|
|
||
| - snapshot_support = True | ||
|
|
||
| For new share type, these extra specifications can be set directly when creating share type: |
There was a problem hiding this comment.
You can specify it when creating a new share type:
| --snapshot-support=true \ | ||
| --extra-specs share_backend_name=${share_backend_name} | ||
|
|
||
| Or you can update already existing share type with command: |
There was a problem hiding this comment.
Or you can add it to an existing share type:
| To snapshot a share and create share from the snapshot | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| You need create a share from share type |
There was a problem hiding this comment.
The whole paragraph:
Create a share using the share type that has snapshot_support=True specified. Then snapshot the share with the command:
| ------------ | ||
|
|
||
| The Vastdata driver has the following restrictions: | ||
| The VASTData driver has the following restrictions: |
There was a problem hiding this comment.
VAST Share Driver has the following restrictions (no 'the' is needed)
Change-Id: I755e543dcbbfc1f1f270057e69411d59e399ed0d