![]() |
![]() |
![]() |
libblockdev Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <mpath.h> GQuark bd_mpath_error_quark (void
); #define BD_MPATH_ERROR enum BDMpathError; gboolean bd_mpath_flush_mpaths (GError **error
); gboolean bd_mpath_is_mpath_member (gchar *device
,GError **error
); gboolean bd_mpath_set_friendly_names (gboolean enabled
,GError **error
);
typedef enum { BD_MPATH_ERROR_FLUSH, BD_MPATH_ERROR_NOT_ROOT, BD_MPATH_ERROR_DM_ERROR, BD_MPATH_ERROR_INVAL, } BDMpathError;
gboolean bd_mpath_flush_mpaths (GError **error
);
|
place to store error (if any). [out] |
Returns : |
whether multipath device maps were successfully flushed or not Flushes all unused multipath device maps. |