From eca944fa9ca52b24d0aa4d1034066bbd148e529a Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Wed, 15 May 2013 11:03:25 +1000 Subject: create_mddev: add support for /dev/md_XXX non-numeric names. With the 'devnm' infrastructure fixed, it is quite easy to support names like "md_home" for md arrays. The currently defaults to "off" and can be enabled in mdadm.conf with CREATE names=yes This is incase other tools get confused by the new names. Signed-off-by: NeilBrown --- mdadm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mdadm.h') diff --git a/mdadm.h b/mdadm.h index c7b5183b..3139259d 100644 --- a/mdadm.h +++ b/mdadm.h @@ -257,6 +257,7 @@ struct createinfo { int autof; int mode; int symlinks; + int names; struct supertype *supertype; }; -- cgit v1.2.3