dcavalca / rpms / mdadm

Forked from rpms/mdadm 3 years ago
Clone

Blame SOURCES/Mention-endian-in-documentation-for-update-byte-orde.patch

2c1b57
From 4224685fe9baf1df4c42bcb950c9a593efa0585f Mon Sep 17 00:00:00 2001
2c1b57
From: NeilBrown <neilb@suse.com>
2c1b57
Date: Mon, 8 May 2017 09:40:09 +1000
2c1b57
Subject: [RHEL7.5 PATCH 116/169] Mention "endian" in documentation for
2c1b57
 --update=byte-order
2c1b57
2c1b57
This makes it easier to find as "endian" is a commonly used term.
2c1b57
2c1b57
Reported-by: Trevor Cordes <trevor@tecnopolis.ca>
2c1b57
Signed-off-by: NeilBrown <neilb@suse.com>
2c1b57
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
2c1b57
---
2c1b57
 mdadm.8.in | 3 ++-
2c1b57
 1 file changed, 2 insertions(+), 1 deletion(-)
2c1b57
2c1b57
diff --git a/mdadm.8.in b/mdadm.8.in
2c1b57
index fb99a5c..388e0ed 100644
2c1b57
--- a/mdadm.8.in
2c1b57
+++ b/mdadm.8.in
2c1b57
@@ -1264,7 +1264,8 @@ is correct.
2c1b57
 The
2c1b57
 .B byteorder
2c1b57
 option allows arrays to be moved between machines with different
2c1b57
-byte-order.
2c1b57
+byte-order, such as from a big-endian machine like a Sparc or some
2c1b57
+MIPS machines, to a little-endian x86_64 machine.
2c1b57
 When assembling such an array for the first time after a move, giving
2c1b57
 .B "\-\-update=byteorder"
2c1b57
 will cause
2c1b57
-- 
2c1b57
2.7.4
2c1b57