Interface nodesDisksZfsDetail

Returned by GET /nodes/{node}/disks/zfs/{name}

Hierarchy

  • nodesDisksZfsDetail

Indexable

[additionalProperties: string]: any

Properties

action?: string

Information about the recommended action to fix the state.

children: { cksum?: number; msg: string; name: string; read?: number; state?: string; write?: number }[]

The pool configuration information, including the vdevs for each section (e.g. spares, cache), may be nested.

errors: string

Information about the errors on the zpool.

name: string

The name of the zpool.

scan?: string

Information about the last/current scrub.

state: string

The state of the zpool.

status?: string

Information about the state of the zpool.

Generated using TypeDoc