sureshanaparti commented on a change in pull request #187: URL: https://github.com/apache/cloudstack-documentation/pull/187#discussion_r573548544
########## File path: source/adminguide/service_offerings.rst ########## @@ -187,8 +187,17 @@ To create a new compute offering: system VM is running. Shared allocates from storage accessible via NFS. - - **Provisioning type**: The type of disk that should be allocated. - Local + - **Provisioning type**: The type of disk that should be allocated. + Valid values are thin, sparse, fat. When using the VMWare hypervisor, + these values map as follows: + + - **Thin** - **Thin**. + - **Sparse** - **Thick provisioned lazily zeroed**. + - **Fat** - **Thick provisioned eagerly zeroed**. + + The disk provisioning type strictness on VMWare iscontrolled with the zone level setting - **disk.provisioning.type.strictness** Review comment: ```suggestion The disk provisioning type strictness on VMWare is controlled with the zone level setting - **disk.provisioning.type.strictness** ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org