libstorage-ng
|
Specialized callbacks with a more generic parameter for LUKS activation. More...
#include <Storage.h>
Public Member Functions | |
virtual std::pair< bool, std::string > | luks (const LuksInfo &info, int attempt) const =0 |
Decide whether the LUKS should be activated. More... | |
![]() | |
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... | |
Specialized callbacks with a more generic parameter for LUKS activation.
|
pure virtual |
Decide whether the LUKS should be activated.
Parameter "info" contains all known information about the LUKS device.