File 0024-update-add-bbl-and-no-bbl-to-the-list-of-known-updat.patch of Package mdadm.5365
From c60495c8b6db4026bc0b45f4d7ac53f30170281b Mon Sep 17 00:00:00 2001
From: NeilBrown <neilb@suse.de>
Date: Wed, 27 Aug 2014 21:04:59 +1000
Subject: [PATCH 034/359] --update: add 'bbl' and 'no-bbl' to the list of known
updates.
References: bsc#1081910
so "mdadm -A --update=?" mentions them.
Reported-by: Peter Hoeg <peter@hoeg.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Coly Li <colyli@suse.de>
---
mdadm.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/mdadm.c b/mdadm.c
index be990b8..c856fcd 100644
--- a/mdadm.c
+++ b/mdadm.c
@@ -781,7 +781,9 @@ int main(int argc, char *argv[])
fprintf(outf, "Valid --update options are:\n"
" 'sparc2.2', 'super-minor', 'uuid', 'name', 'resync',\n"
" 'summaries', 'homehost', 'byteorder', 'devicesize',\n"
- " 'no-bitmap', 'metadata', 'revert-reshape'\n");
+ " 'no-bitmap', 'metadata', 'revert-reshape'\n"
+ " 'bbl', 'no-bbl'\n"
+ );
exit(outf == stdout ? 0 : 2);
case O(MANAGE,'U'):
--
2.16.1