23#ifndef STORAGE_LVM_DEVICES_FILE_H
24#define STORAGE_LVM_DEVICES_FILE_H
The main container of the libstorage-ng.
Definition Devicegraph.h:170
Definition LvmDevicesFile.h:34
static Status status()
Query the status of the LVM devices file.
static void create(const Devicegraph *devicegraph)
Add all LVM PVs in the devicegraph to the LVM devices file thus creating it.
Status
Status of LVM devices file.
Definition LvmDevicesFile.h:41
@ DISABLED
Use of the LVM devices file is disabled.
@ MISSING
Use of the LVM devices file is enabled but the file itself is missing.
@ ENABLED
Use of the LVM devices file is enabled.
The storage namespace.
Definition Actiongraph.h:40