Managing Volumes and LUNs
Volumes provide a way to allocate storage available in a storage pool and share it over the network. The Volumes and LUNs section of SoftNAS allows you to create, edit, remove and manage storage volumes and their snapshots.
1. Volumes Grid
The Volumes Grid displays the list of storage volumes in a tabular grid format. The volume table has the following fields.
Field | Description |
|---|---|
Volume Name | It is the name of the volume. You can click this name of a volume in the list to select it. |
Storage Pool | It shows the name of the storage pool that is assigned to the volume. |
Status | It shows the current status of the volume. Based on the status, it shows the following types of indicators:
|
% Used | It shows the percentage of available storage used. For thin-provisioned volumes, this is the percentage of the storage pool used. For thick-provisioned volumes, this is the percentage of the volume's allocated space used. |
Total Used Space | It shows the amount of used up space in gigabytes. |
Used by Snapshot | It shows the amount of space used by snapshots in gigabytes. |
Used by Datasets | It shows the amount of space used by volume data sets in gigabytes. |
Free Space | It shows the amount of free space available for use in gigabytes. |
Total Space | It shows the total amount of space in the volume, in gigabytes. For thin-provisioned volumes, this is the same as the underlying storage pool's size. For thick-provisioned volumes, this is the volume size that was assigned. |
Provisioning | It shows the provisioning type of the volume as Thick or Thin. |
Optimizations | It shows the configured optimization option of the volume. The available options include the following:
|
Type | It shows the type of the volume. The available types of volume include:
|
Mountpoint | It shows the mount point used to access the volume in the Linux filesystem. |
2. Creating a New Volume
The Choose a Storage Pool dialog will be displayed.
Select the type of the volume from the Volume Type section. The available volume types are File System (NFSv4, NFSv3, and/or, CIFS) or Block Device (iSCSI LUN).
Block Device (iSCSI LUN)
Thin Provision and Thick Provision
Thin-provisioning allows a volume to acquire storage from its Storage Pool on an as-needed basis, as new data is written to the volume. Thin-provisioning enables many volumes to share a storage pool without an upper limit being placed on the volume itself (the only upper limit to the volume's size is available space in the pool).
Thick-provisioned volumes reduce the amount of space available in the Storage Pool by reserving this space for use by a specific volume. When a thick-provisioned volume reaches its maximum volume size, no more data can be written and a volume full error will be returned for writes to a full volume. Thick-provisioned volumes can be re-sized at any time to add space (or return space to the storage by by reducing the volume size).