pool.online =========== Online a disk from pool of id `id`. .. examples(websocket):: Online ZFS device. :::javascript { "id": "6841f242-840a-11e6-a437-00e04d680384", "msg": "method", "method": "pool.online, "params": [1, { "label": "80802394992848654" }] } .. raw:: html
Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: id

id

Type: integer

ID of the pool to bring a disk online in.

Parameter 2: options

options

Type: object

Disk identifier to bring online.

No Additional Properties

Label

Type: string

The vdev guid or device name.

Result

Type: const

Indicates successful disk online operation.

Specific value: true


*Required roles:* POOL_WRITE