Documentation ¶
Overview ¶
Package volume provides volume (a.k.a. pool of disks) abstraction and methods to configure, store, and validate the corresponding metadata. AIS volume is built on top of mountpaths (fs package).
- Copyright (c) 2018-2024, NVIDIA CORPORATION. All rights reserved.
Package volume provides volume (a.k.a. pool of disks) abstraction and methods to configure, store, and validate the corresponding metadata. AIS volume is built on top of mountpaths (fs package).
- Copyright (c) 2018-2024, NVIDIA CORPORATION. All rights reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type VMD ¶
type VMD struct { Mountpaths map[string]*fsMpathMD `json:"mountpaths"` // mountpath => details DaemonID string `json:"daemon_id"` // this target node ID Version uint64 `json:"version,string"` // version inc-s upon mountpath add/remove, etc. // contains filtered or unexported fields }
VMD is AIS target's volume metadata structure
func LoadVMDTest ¶
Click to show internal directories.
Click to hide internal directories.