array.freenas
Minimal configlet:
[array#1]
type = freenas
api = https://array.opensvc.com/api/v1.0
password = system/sec/array1
username = root
Minimal setup command:
om test/ccfg/foo set \
--kw="type=freenas" \
--kw="api=https://array.opensvc.com/api/v1.0" \
--kw="password=system/sec/array1" \
--kw="username=root"
addr
required: false
scopable: true
default: The ipaddr resolved for the nodename.
Example:
addr = 1.2.3.4
The addr to use to connect a peer. Use scoping to define each non-default address.
api
required: true
scopable: false
Example:
api = https://array.opensvc.com/api/v1.0
The array rest api url.
password
required: true
scopable: false
Example:
password = system/sec/array1
The password to use to log in, expressed as a sec
path.
The sec
must be in the system
namespace and must have a password
key.
timeout
required: false
scopable: false
default: 120s
convert: duration
Example:
timeout = 10s
The api request timeout.
type
required: true
scopable: false
candidates: freenas, hds, eva, nexenta, vioserver, centera, symmetrix, emcvnx, netapp, hp3par, ibmds, ibmsvc, xtremio, dorado, hoc
The storage array driver name.
username
required: true
scopable: false
Example:
username = root
The username to use to log in.