Managing Storage Pools
Storage pools provide a logical structure for organizing vStor volumes; this section describes how to manage them.
Creating a Storage Pool
To create a storage pool manually:
- Ensure unused disks are available.
- Navigate to the Storage view and click the Create New Pool button to launch the New Pool dialog window.
![[image expected here]](/assets/images/storage-pool-create_new_pool_dialog-8e128b2fcc570d5dbd793e98ac4cec86.png)
- Specify the pool name (must be unique).
- Select the Pool Type, or leave auto, which is the default.
raid0: Assumes external disk redundancy.raid5: Creates RAID5 groups for redundancy.raid6: Forms RAID6 groups for enhanced redundancy.
- Select Compression and Deduplication options.
For more information, see the ZFS Compression and Deduplication section.
- Select the disks for the pool. The list displays only disks which are not used by any other pool.
- Optionally, indicate the number of disks in the RAID group in the Advanced Options section.
- Click Save.
Expanding a Storage Pool
Before expanding a pool, ensure one or more unused disks are available.
To expand a storage pool, navigate to the Disks section of the pool. select Add Disk -> Expand Pool and select the disk you want to add:
![[image expected here]](/assets/images/screenshot_43-cf735787057694b9a60d67bfc3cea3d5.png)
Disabling a Storage Pool
To temporarily make a storage pool inaccessible, such as for maintenance, you can disable it. When a pool is disabled, you can’t change its volumes. The only actions you can take are to edit the pool’s settings, delete it, or re-enable it.
![[image expected here]](/assets/images/storage-pool-online_toggle_highlighted-c0ff2337420943bcec7b1279e69e4528.png)
To disable a pool:
- Switch its status toggle to off.
A confirmation dialog will appear.
![[image expected here]](/assets/images/storage-pool-online_toggle-confirm_dialog-560b360375247f9f79621c647d8dc06a.png)
- Click Go offline.
The toggle and the status indicator will switch to offline. The pool is now unavailable.
![[image expected here]](/assets/images/storage-pool-toggle_offline-aeba4ae1073662802039545046ddf9dc.png)
Deleting a Storage Pool
Pool deletion is a destructive, irreversible operation. Proceed with caution.
- Go to Storage and select the tab with the pool’s name.
- Click the three-dot button to open the context menu and select Delete pool.
![[image expected here]](/assets/images/storage-pool-delete_pool_dropdown_item-b63fb56981d7129eecb27eea87266a83.png)
- In the confirmation dialog, type the pool’s name to enable the Delete pool button.
![[image expected here]](/assets/images/storage-pool-confirm_delete_pool_dialog-af99d981a793f0eb87f1435c6e8b806f.png)
- Click the button to confirm the deletion confirmation.
For more details on best practices for backup storage, see Backup Storage: Best Practices.