Versions in this module Expand all Collapse all v0 v0.7.0 Dec 5, 2019 Changes in this version + const MsgStoragePrepareWarn + type CtrlrResults struct + Ctrlrs NvmeControllers + Err error + Responses NvmeControllerResults + func (cr CtrlrResults) String() string + type MountResults struct + Err error + Mounts ScmMounts + Responses ScmMountResults + func (mr MountResults) String() string + type NvmeControllerResults []*ctlpb.NvmeControllerResult + func (ncr NvmeControllerResults) HasErrors() bool + func (ncr NvmeControllerResults) String() string + type NvmeControllers []*ctlpb.NvmeController + func (ncs NvmeControllers) String() string + func (ncs NvmeControllers) StringHealthStats() string + func (ncs NvmeControllers) Summary() string + type NvmeNamespaces []*ctlpb.NvmeController_Namespace + type ScmModuleResults []*ctlpb.ScmModuleResult + func (smr ScmModuleResults) String() string + type ScmModules []*ctlpb.ScmModule + type ScmMountResults []*ctlpb.ScmMountResult + func (smr ScmMountResults) HasErrors() bool + func (smr ScmMountResults) String() string + type ScmMounts []*ctlpb.ScmMount + func (sm ScmMounts) String() string + type ScmNamespaces []*ctlpb.PmemDevice + func (pds ScmNamespaces) String() string + type StoragePrepareCmd struct + Force bool + NvmeOnly bool + Reset bool + ScmOnly bool + func (cmd *StoragePrepareCmd) CheckWarn(log *logging.LeveledLogger, state storage.ScmState) error + func (cmd *StoragePrepareCmd) Validate() (bool, bool, error) + func (cmd *StoragePrepareCmd) Warn(log *logging.LeveledLogger) error + type StoragePrepareNvmeCmd struct + NrHugepages int + PCIWhiteList string + TargetUser string + type StoragePrepareScmCmd struct