virt.global.config

Type: object

Type: array
No Additional Items

VirtGlobalEntry

Type: object
No Additional Properties

Id

Type: integer

Unique identifier for the virtualization global configuration.

Pool

Default: null

Default storage pool when creating new instances and volumes.

Type: string
Type: null

Dataset

Default: null

ZFS dataset path used for virtualization data storage. null if not configured.

Type: string
Type: null

Storage Pools

Default: null

ZFS pools to use as storage pools.

Type: array of string
No Additional Items
Each item of this array must be:
Type: string
Type: null

Bridge

Default: null

Network bridge interface for virtualized instance networking. null if not configured.

Type: string
Type: null

V4 Network

Default: null

IPv4 network CIDR for the virtualization bridge network. null if not configured.

Type: string
Type: null

V6 Network

Default: null

IPv6 network CIDR for the virtualization bridge network. null if not configured.

Type: string
Type: null

State

Default: null

Current operational state of the virtualization subsystem. null during initial setup.

Type: enum (of string)
Must be one of:
  • "INITIALIZING"
  • "INITIALIZED"
  • "NO_POOL"
  • "ERROR"
  • "LOCKED"
Type: null


Required roles: VIRT_GLOBAL_READ