libstorage-ng
|
Other storage subsystems are activated automatically, e.g. More...
#include <Storage.h>
Public Member Functions | |
virtual bool | multipath (bool looks_like_real_multipath) const =0 |
Decide whether multipath should be activated. More... | |
virtual std::pair< bool, std::string > | luks (const std::string &uuid, int attempt) const =0 |
Decide whether the LUKS with uuid should be activated. More... | |
Other storage subsystems are activated automatically, e.g.
LVM and MD RAID. This cannot be controlled since it is partly done by udev. This also means that the callbacks may change anytime when e.g. udev changes.
|
pure virtual |
Decide whether the LUKS with uuid should be activated.
TODO Add label parameter for LUKS2.
|
pure virtual |
Decide whether multipath should be activated.
The looks_like_real_multipath paramter is not reliable.