1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00
lvm2/tools/lvconvert.h
Petr Rockai b00711e312 Add a new entry point in the mirror lvconvert code, for removing missing mirror
images and/or logs, without attempting any further actions.
2011-05-07 13:56:13 +00:00

3 lines
95 B
C

int mirror_remove_missing(struct cmd_context *cmd,
struct logical_volume *lv, int force);