Resource type definitions

Linux

type DiskReservation (

static str ArgList[] = { Disks, FailFast, Percentage, ProbeInterval }

str Disks[]

boolean FailFast = 0

int Percentage = 100

int ProbeInterval = 3

)

Solaris

type DiskReservation (

static str ArgList[] = { Disks, FailFast, ConfigPercentage, ProbeInterval }

str Disks[]

boolean FailFast = 0

int ConfigPercentage = 80

int ProbeInterval = 6

)