Blame SOURCES/add-tech-preview-msg-to-raid1-cluster.patch

1f6b6a
--- mdadm-4.1/mdadm.c~	2018-12-12 17:15:41.359619760 +0800
1f6b6a
+++ mdadm-4.1/mdadm.c	2018-12-12 17:16:09.265626436 +0800
1f6b6a
@@ -1553,6 +1553,10 @@
1f6b6a
 			c.delay = DEFAULT_BITMAP_DELAY;
1f6b6a
 
1f6b6a
 		if (c.nodes) {
1f6b6a
+			pr_err("WARNING: bitmap=clustered is Technology Preview.\n");
1f6b6a
+			pr_err("For more information on Technology Preview features, visit:\n");
1f6b6a
+			pr_err("https://access.redhat.com/support/offerings/techpreview/ \n");
1f6b6a
+
1f6b6a
 			if (!s.bitmap_file ||
1f6b6a
 			    strcmp(s.bitmap_file, "clustered") != 0) {
1f6b6a
 				pr_err("--nodes argument only compatible with --bitmap=clustered\n");