pool.dataset.create =================== Creates a dataset/zvol. .. examples(websocket):: Create a dataset within tank pool. :::javascript { "id": "6841f242-840a-11e6-a437-00e04d680384", "msg": "method", "method": "pool.dataset.create, "params": [{ "name": "tank/myuser", "comments": "Dataset for myuser" }] } .. raw:: html
Must be at least 1
characters long
Must be at least 1
characters long
Value must be greater or equal to 0
and lesser or equal to 100
"INHERIT"
Value must be greater or equal to 0
and lesser or equal to 100
"INHERIT"
Value must be greater or equal to 0
and lesser or equal to 100
"INHERIT"
Value must be greater or equal to 0
and lesser or equal to 100
"INHERIT"
"INHERIT"
"INHERIT"
Configuration for encryption of dataset for name
pool.
Automatically generate the key to be used for dataset encryption.
Value must be greater or equal to 100000
Must be specified if encryption for root dataset is desired with a passphrase as a key.
Must be at least 8
characters long
A hex-encoded key specified as an alternative to using passphrase
.
Must be at least 64
characters long
Must be at most 64
characters long
Create a ZFS encrypted root dataset for name
pool.
There is 1 case where ZFS encryption is not allowed for a dataset:
1) If the parent dataset is encrypted with a passphrase and name
is being created with a key for encrypting the
dataset.
.*:.*
"FILESYSTEM"
Value must be greater or equal to 1073741824
Value must be greater or equal to 1073741824
Must be at least 1
characters long
Must be at least 1
characters long
Value must be greater or equal to 0
and lesser or equal to 100
"INHERIT"
Value must be greater or equal to 0
and lesser or equal to 100
"INHERIT"
Value must be greater or equal to 0
and lesser or equal to 100
"INHERIT"
Value must be greater or equal to 0
and lesser or equal to 100
"INHERIT"
"INHERIT"
"INHERIT"
Configuration for encryption of dataset for name
pool.
Automatically generate the key to be used for dataset encryption.
Value must be greater or equal to 100000
Must be specified if encryption for root dataset is desired with a passphrase as a key.
Must be at least 8
characters long
A hex-encoded key specified as an alternative to using passphrase
.
Must be at least 64
characters long
Must be at most 64
characters long
Create a ZFS encrypted root dataset for name
pool.
There is 1 case where ZFS encryption is not allowed for a dataset:
1) If the parent dataset is encrypted with a passphrase and name
is being created with a key for encrypting the
dataset.
.*:.*
"VOLUME"
The volume size in bytes; supposed to be a multiple of the block size.
Defaults to 128K
if the parent pool is a DRAID pool or 16K
otherwise.