×
Menu
Index

createpool

 

Description

 
Create a new storage pool.
 

Properties

 
In addition to the Standard Request Structure, the following parameters are required.
 
For more information, consult section Parameters.
 
Parameter
Required?
disk devices
Y
pool_name
Y
raid level
Y
compression
Y
 
 

Command Options

 
Command
Possible Values
disk_devices
The physical or virtual disks that make up  the pool
pool_name
 the pool name
raid_level
Raid Level used for the storage pool. Possible Values include:
0 : No RAID, JBOD
1 : RAID 1/10 (mirror, striped mirrors)
5 : RAID-Z (single parity)
6 : RAID-Z2 (dual parity)
7 : RAID-Z3 (triple parity)
enable_compression
possible values: on/off
 
Example
$ softnas-cmd createpool /dev/xvdf:/dev/xvdg pool1 1 on -t
 
 
Made with help of Dr.Explain
Copyright (c) SoftNAS LLC