Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-lib
IZFSManager
Interface IZFSManager
interface
IZFSManager
{
addDataset
(
parent
:
ZPoolBase
|
Dataset
,
name
:
string
,
options
:
DatasetCreateOptions
)
:
Promise
<
void
>
;
addVDevsToPool
(
pool
:
ZPoolBase
,
vdevs
:
VDevBase
[]
,
options
:
ZPoolAddVDevOptions
)
:
Promise
<
void
>
;
createPool
(
pool
:
ZPoolBase
,
options
:
ZpoolCreateOptions
)
:
Promise
<
void
>
;
destroyPool
(
name
:
string
)
:
Promise
<
void
>
;
getBaseDisks
(
)
:
Promise
<
VDevDiskBase
[]
>
;
getDiskCapacity
(
path
:
string
)
:
Promise
<
string
>
;
getFullDisks
(
)
:
Promise
<
VDevDiskBase
[]
>
;
getPools
(
)
:
Promise
<
ZPool
[]
>
;
}
Implemented by
ZFSManager
Index
Methods
add
Dataset
addVDevs
To
Pool
create
Pool
destroy
Pool
get
Base
Disks
get
Disk
Capacity
get
Full
Disks
get
Pools
Methods
add
Dataset
add
Dataset
(
parent
:
ZPoolBase
|
Dataset
,
name
:
string
,
options
:
DatasetCreateOptions
)
:
Promise
<
void
>
Parameters
parent
:
ZPoolBase
|
Dataset
name
:
string
options
:
DatasetCreateOptions
Returns
Promise
<
void
>
addVDevs
To
Pool
addVDevs
To
Pool
(
pool
:
ZPoolBase
,
vdevs
:
VDevBase
[]
,
options
:
ZPoolAddVDevOptions
)
:
Promise
<
void
>
Parameters
pool
:
ZPoolBase
vdevs
:
VDevBase
[]
options
:
ZPoolAddVDevOptions
Returns
Promise
<
void
>
create
Pool
create
Pool
(
pool
:
ZPoolBase
,
options
:
ZpoolCreateOptions
)
:
Promise
<
void
>
Parameters
pool
:
ZPoolBase
options
:
ZpoolCreateOptions
Returns
Promise
<
void
>
destroy
Pool
destroy
Pool
(
name
:
string
)
:
Promise
<
void
>
Parameters
name
:
string
Returns
Promise
<
void
>
get
Base
Disks
get
Base
Disks
(
)
:
Promise
<
VDevDiskBase
[]
>
Returns
Promise
<
VDevDiskBase
[]
>
get
Disk
Capacity
get
Disk
Capacity
(
path
:
string
)
:
Promise
<
string
>
Parameters
path
:
string
Returns
Promise
<
string
>
get
Full
Disks
get
Full
Disks
(
)
:
Promise
<
VDevDiskBase
[]
>
Returns
Promise
<
VDevDiskBase
[]
>
get
Pools
get
Pools
(
)
:
Promise
<
ZPool
[]
>
Returns
Promise
<
ZPool
[]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
add
Dataset
addVDevs
To
Pool
create
Pool
destroy
Pool
get
Base
Disks
get
Disk
Capacity
get
Full
Disks
get
Pools
Official Cockpit API Documentation
Houston Common Library
Loading...