diff options
author | Neil Brown <neilb@suse.de> | 2006-05-26 06:16:07 +0200 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2006-05-26 06:16:07 +0200 |
commit | 589395d69664377f7cce99f6b73e33e3ec417b52 (patch) | |
tree | 45ef84cb7ffde4d3932f3111d796e918c64dfc5a /mdadm.h | |
parent | Set default name for v1 array based on device name. (diff) | |
download | mdadm-589395d69664377f7cce99f6b73e33e3ec417b52.tar.xz mdadm-589395d69664377f7cce99f6b73e33e3ec417b52.zip |
Support --auto-update-homehost
This can be used to bootstrape homehost tagging.
If no arrays are found that are tagged, we look for any array
and tag it.
Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'mdadm.h')
-rw-r--r-- | mdadm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -137,6 +137,7 @@ enum special_options { Sparc22, BackupFile, HomeHost, + AutoHomeHost, }; /* structures read from config file */ |