]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.c
config: restore the possibility of a NULL homehost
authorNeilBrown <neilb@suse.de>
Tue, 10 May 2011 06:17:12 +0000 (16:17 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 10 May 2011 06:17:12 +0000 (16:17 +1000)
commit0f23aa88f81127eae744d60eedd4884f021562d0
treeba1e8d2580b719277f0df8b98beea0a859b5dd08
parent815c8a7e0b11b69331211b59b880ba50f3ed2b5e
config: restore the possibility of a NULL homehost

As homehost defaults to the system name it is not possible to specify
a NULL homehost.

This patch restored this ability with either --homehost="" or
--homehost="<none>".

This allows the creation of v1.x arrays without a "hostname:"
prefix in the name.

Signed-off-by: NeilBrown <neilb@suse.de>
config.c
mdadm.c
mdadm.conf.5
super0.c
super1.c