Description
Create log disk devices for pool storage.
Properties
Parameter
|
Required?
|
disk_devices
|
Y
|
pool_name
|
Y
|
raid_level
|
Y
|
force_cache
|
Y
|
Command Options
Command
|
Possible Values
|
disk_devices
|
list of diskdevices separated by comma ":"
|
pool_name
|
name of the pool
|
raid_level
|
The raid level of the writelog. Possible values:
0 : No RAID, JBOD
1 : RAID 1/10 (mirror, striped mirrors)
|
force_cache
|
possible values: on/off
|
Example
$ softnas-cmd writelog /dev/xvdk pool3 0 on -t
|