Thread (7 messages) 7 messages, 3 authors, 2020-10-15
STALE2078d
Revisions (2)
  1. v1 [diff vs current]
  2. v2 current

[PATCH V2 2/2] Don't create bitmap for raid5 with journal disk

From: Xiao Ni <hidden>
Date: 2020-09-15 07:46:37
Subsystem: the rest · Maintainer: Linus Torvalds

Journal disk and bitmap can't exist at the same time. It needs to check if the raid
has a journal disk when creating bitmap.

Signed-off-by: Xiao Ni <redacted>
---
 Create.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/Create.c b/Create.c
index 6f84e5b..0efa19c 100644
--- a/Create.c
+++ b/Create.c
@@ -542,6 +542,7 @@ int Create(struct supertype *st, char *mddev,
 	if (!s->bitmap_file &&
 	    s->level >= 1 &&
 	    st->ss->add_internal_bitmap &&
+	    s->journaldisks == 0 &&
 	    (s->consistency_policy != CONSISTENCY_POLICY_RESYNC &&
 	     s->consistency_policy != CONSISTENCY_POLICY_PPL) &&
 	    (s->write_behind || s->size > 100*1024*1024ULL)) {
-- 
2.7.5
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help