pool.replace ============ Replace a disk on a pool. `label` is the ZFS guid or a device name `disk` is the identifier of a disk If `preserve_settings` is true, then settings (power management, S.M.A.R.T., etc.) of a disk being replaced will be applied to a new disk. .. examples(websocket):: Replace missing ZFS device with disk {serial}FOO. :::javascript { "id": "6841f242-840a-11e6-a437-00e04d680384", "msg": "method", "method": "pool.replace", "params": [1, { "label": "80802394992848654", "disk": "{serial}FOO" }] } This method is a job. .. raw:: html
ID of the pool to replace a disk in.
Configuration for the disk replacement operation.
No Additional PropertiesGUID or device name of the disk to replace.
Name of the new disk to use as replacement.
Force the replacement even if the new disk appears to be in use.
Whether to preserve disk settings from the replaced disk.
Whether to preserve the description from the replaced disk.
Indicates successful disk replacement initiation.
Specific value:true