From 8211a13ce0180979257689175d2fe2d700389c1e Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Fri, 3 Jun 2005 14:49:51 +0000 Subject: Always insert an intermediate layer for mirrors. Suppress hidden LVs from reports unless --all is given. Use square brackets for hidden LVs in reports. Centralise restrictions on LV names. --- tools/toollib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/toollib.h') diff --git a/tools/toollib.h b/tools/toollib.h index b0536baa..b4714748 100644 --- a/tools/toollib.h +++ b/tools/toollib.h @@ -90,4 +90,6 @@ struct list *clone_pv_list(struct pool *mem, struct list *pvs); int exec_cmd(const char *command, const char *fscmd, const char *lv_path, const char *size); +int apply_lvname_restrictions(const char *name); + #endif -- cgit