summaryrefslogtreecommitdiff
path: root/tools/tools.h
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2017-09-18 11:33:47 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2017-09-20 15:14:16 +0200
commita65649b45d0d0a417b64bf9918b2aeedb7f3993b (patch)
tree249e2bdfa0d2799c37d9652c318bada430957b1a /tools/tools.h
parentaeb4f2bf3d25927e6cac2e37842498b207fefd1c (diff)
downloadlvm2-a65649b45d0d0a417b64bf9918b2aeedb7f3993b.tar.gz
lvconvert: support repair of cache/cachepool
Extend repair for cache and cachepool target and user 'lvconvert_repair' routine name.
Diffstat (limited to 'tools/tools.h')
-rw-r--r--tools/tools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools.h b/tools/tools.h
index ba4edeb08..53f8ddc0f 100644
--- a/tools/tools.h
+++ b/tools/tools.h
@@ -240,7 +240,7 @@ int lvchange_rebuild_cmd(struct cmd_context *cmd, int argc, char **argv);
int lvchange_monitor_poll_cmd(struct cmd_context *cmd, int argc, char **argv);
int lvchange_persistent_cmd(struct cmd_context *cmd, int argc, char **argv);
-int lvconvert_repair_pvs_or_thinpool_cmd(struct cmd_context *cmd, int argc, char **argv);
+int lvconvert_repair_cmd(struct cmd_context *cmd, int argc, char **argv);
int lvconvert_replace_pv_cmd(struct cmd_context *cmd, int argc, char **argv);
int lvconvert_merge_snapshot_cmd(struct cmd_context *cmd, int argc, char **argv);