linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] mdadm support for journal device of RAID-4/5/6
@ 2015-10-09  5:51 Song Liu
  2015-10-09  5:51 ` [PATCH v2 1/6] add macros for MD_DISK_ROLE_(SPARE/FAULTY) Song Liu
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Song Liu @ 2015-10-09  5:51 UTC (permalink / raw)
  To: linux-raid; +Cc: neilb, shli, hch, dan.j.williams, kernel-team, Song Liu

Hi,

These are v2 of mdadm patches to support journal device in RAID-4/5/6.
Shaohua has sent latest kernel patches earlier today

http://marc.info/?l=linux-raid&m=144436646730381

Most of these patches are very close to v1, except --assemble, where
we improved checks for journal devices.

The following are copied from v1 pathes.

These patches add write journal support for the following commands:

  mdadm --detail
  mdadm --examine
  mdadm --create  --write-journal DEVICE
  mdadm --assemble
  mdadm --incremental

Journal device is assigned with dev_role 0xFFFD (where 0xFFFF is for
spare and 0xFFFE is for failed). Note that there is compatibility
issue that older mdadm will show journal device as spare in --detail:

    Number   Major   Minor   RaidDevice State
       0       8       32        0      active sync   /dev/sdc
       1       8       48        1      active sync   /dev/sdd
       2       8       64        2      active sync   /dev/sde
       3       8       80        3      active sync   /dev/sdf

       4       8       17        -      spare   /dev/sdb1

Also, older mdadm will show journal device as "Active device 65533"
in --examine:

   Device Role : Active device 65533
   Array State : AAAA ('A' == active, '.' == missing, 'R' == replacing)

Song Liu (6):
  add macros for MD_DISK_ROLE_(SPARE/FAULTY)
  Show device as journal in --detail --examine
  Enable create array with write journal (--write-journal DEVICE).
  Assemble array with write journal
  Check write journal in incremental
  Add help message and man entry for --write-journal

 Assemble.c    |  57 ++++++++++++++++++-----
 Create.c      |  20 +++++---
 Detail.c      |   3 +-
 Incremental.c |  31 +++++++++++--
 ReadMe.c      |   2 +
 md_p.h        |  64 ++++++++++++++++++++++++++
 mdadm.8.in    |   6 +++
 mdadm.c       |  23 ++++++++++
 mdadm.h       |   5 ++
 super1.c      | 144 ++++++++++++++++++++++++++++++++++++++++++++++++++--------
 10 files changed, 313 insertions(+), 42 deletions(-)

--
2.4.6

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-10-19  2:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-09  5:51 [PATCH v2 0/6] mdadm support for journal device of RAID-4/5/6 Song Liu
2015-10-09  5:51 ` [PATCH v2 1/6] add macros for MD_DISK_ROLE_(SPARE/FAULTY) Song Liu
2015-10-09  5:51 ` [PATCH v2 2/6] Show device as journal in --detail --examine Song Liu
2015-10-09  5:51 ` [PATCH v2 3/6] Enable create array with write journal (--write-journal DEVICE) Song Liu
2015-10-09  5:51 ` [PATCH v2 4/6] Assemble array with write journal Song Liu
2015-10-09  5:51 ` [PATCH v2 5/6] Check write journal in incremental Song Liu
2015-10-09  5:51 ` [PATCH v2 6/6] Add help message and man entry for --write-journal Song Liu
     [not found] ` <C709E4D363AAB64590BFAC54D4C478AA0104B94E0A@PRN-MBX02-4.TheFacebook.com>
2015-10-19  2:11   ` [PATCH v2 0/6] mdadm support for journal device of RAID-4/5/6 Neil Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).