shwstppr commented on code in PR #420: URL: https://github.com/apache/cloudstack-documentation/pull/420#discussion_r1711048699
########## source/adminguide/storage.rst: ########## @@ -1381,6 +1381,107 @@ Deleting objects from a bucket 2. Click on the |delete-button.png| button to delete the selected files from the bucket. +File Shares +--------------- + +Cloudstack offers fully managed NFS File Shares to all users. +This section gives technical details on how to create/manage a File Share +using basic lifecycle operations and also some implementation details. + +Creating a New File Share +~~~~~~~~~~~~~~~~~~~~~~~~~ + +#. Log in to the CloudStack UI as a user or administrator. + +#. In the left navigation bar, click Storage. + +#. In the Select View, choose File Shares. + +Click on Create File Share, provide the following details and then click OK. + +#. Name +#. Description +#. Zone +#. Format: Filesystem format (XFS, EXT4) which will be installed on the File Share. +#. Network: Guest network to which the File Share will be attached. +#. Compute offering: Offering using which the File Share VM will be deployed. +#. Disk offering: Offering used by the underlying data volume. +#. Size, MinIops and MaxIos: Displayed only when the disk offering takes custom size and custom iops. + +|create-fileshare.png| + +Admins will see extra fields in the create form where they can specify the +account, domain and the project which will be owning the fileshare. +|create-fileshare-admin.png| + +.. note:: + This feature is available only on advanced zones without security groups. + +Access +~~~~~~ +The File Share can be mounted by using the information given on the Access Tab. +|fileshare-access-tab.png| + +Lifecycle Operations +~~~~~~~~~~~~~~~~~~~~ + +Supported lifecycle operations are : + +#. Update File Share's Name and Description Review Comment: ```suggestion #. Update name and description of the File Share ``` ########## source/adminguide/storage.rst: ########## @@ -1381,6 +1381,107 @@ Deleting objects from a bucket 2. Click on the |delete-button.png| button to delete the selected files from the bucket. +File Shares +--------------- + +Cloudstack offers fully managed NFS File Shares to all users. Review Comment: ```suggestion CloudStack offers fully managed NFS File Shares to all users. ``` ########## source/conceptsandterminology/concepts.rst: ########## @@ -516,6 +516,16 @@ Users can create buckets within the object storage pool. The basic storage units of Object Store are objects. Any type of data, regardless of content type, is stored as an object. Buckets are logical containers for storing objects. +About File Shares +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Cloudstack users can setup Cloudstack managed NFS File Shares. Users can choose Review Comment: ```suggestion CloudStack users can setup CloudStack managed NFS File Shares. Users can choose ``` ########## source/adminguide/storage.rst: ########## @@ -1381,6 +1381,107 @@ Deleting objects from a bucket 2. Click on the |delete-button.png| button to delete the selected files from the bucket. +File Shares +--------------- + +Cloudstack offers fully managed NFS File Shares to all users. +This section gives technical details on how to create/manage a File Share +using basic lifecycle operations and also some implementation details. + +Creating a New File Share +~~~~~~~~~~~~~~~~~~~~~~~~~ + +#. Log in to the CloudStack UI as a user or administrator. + +#. In the left navigation bar, click Storage. + +#. In the Select View, choose File Shares. + +Click on Create File Share, provide the following details and then click OK. + +#. Name +#. Description +#. Zone +#. Format: Filesystem format (XFS, EXT4) which will be installed on the File Share. +#. Network: Guest network to which the File Share will be attached. +#. Compute offering: Offering using which the File Share VM will be deployed. +#. Disk offering: Offering used by the underlying data volume. +#. Size, MinIops and MaxIos: Displayed only when the disk offering takes custom size and custom iops. + +|create-fileshare.png| + +Admins will see extra fields in the create form where they can specify the +account, domain and the project which will be owning the fileshare. +|create-fileshare-admin.png| + +.. note:: + This feature is available only on advanced zones without security groups. Review Comment: should we move this to top for clarity -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org