]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mdadm: add the ability to change cluster name
authorGuoqing Jiang <gqjiang@suse.com>
Wed, 10 Jun 2015 05:42:11 +0000 (13:42 +0800)
committerNeilBrown <neilb@suse.de>
Tue, 16 Jun 2015 23:33:39 +0000 (09:33 +1000)
commit0aa2f15b207c46ccaf4aa7a082ef7fdd186c7609
treee1ad41f2584f562a240ad993b181dc604f3a6dfa
parent06bd679317a2a514aa7d51b54b5ad2a01742e42e
mdadm: add the ability to change cluster name

To support change the cluster name, the commit do the followings:

1. extend original write_bitmap function for new scenario.
2. add the scenarion to handle the modification of cluster's name
   in write_bitmap1.
3. let the cluster name also show in examine_super1 and detail_super1

Signed-off-by: Guoqing Jiang <gqjiang@suse.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Assemble.c
Grow.c
mdadm.8.in
mdadm.c
mdadm.h
super0.c
super1.c