23 #ifndef STORAGE_MD_USER_H
24 #define STORAGE_MD_USER_H
27 #include "storage/Holders/User.h"
40 virtual MdUser* clone()
const override;
42 bool is_spare()
const;
43 void set_spare(
bool spare);
45 bool is_faulty()
const;
46 void set_faulty(
bool faulty);
53 const Impl& get_impl()
const;
62 bool is_md_user(
const Holder* holder);
The master container of the libstorage.
Definition: Devicegraph.h:133
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:73
The storage namespace.
Definition: Actiongraph.h:36