All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Don't combine disks with different sector size in the array
@ 2017-05-09 10:25 Tomasz Majchrzak
  2017-05-09 10:25 ` [PATCH 1/5] imsm: allow drives in a container regardless of sector size Tomasz Majchrzak
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tomasz Majchrzak @ 2017-05-09 10:25 UTC (permalink / raw)
  To: linux-raid; +Cc: jes.sorensen, Tomasz Majchrzak

IMSM doesn't allow to create arrays including drives with different sector
sizes.

Following patchset blocks all paths to create such configuration:
 * explicit array create
 * array rebuild (spare in the same container, spare moved across containers)
 * array grow

Alexey Obitotskiy (5):
  imsm: allow drives in a container regardless of sector size
  imsm: allocate buffer to support maximum sector size
  imsm: don't allow disks with different sector size in one array
  Allow more spare selection criteria
  Add sector size as spare selection criterion

 Incremental.c | 18 ++++++++-----
 Monitor.c     | 38 ++++++++++++++++----------
 mdadm.h       | 19 +++++++++----
 super-intel.c | 86 ++++++++++++++++++++++++++++++++++++++++-------------------
 util.c        | 37 ++++++++++++++++++++++---
 5 files changed, 140 insertions(+), 58 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2017-05-09 18:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-09 10:25 [PATCH 0/5] Don't combine disks with different sector size in the array Tomasz Majchrzak
2017-05-09 10:25 ` [PATCH 1/5] imsm: allow drives in a container regardless of sector size Tomasz Majchrzak
2017-05-09 10:25 ` [PATCH 2/5] imsm: allocate buffer to support maximum " Tomasz Majchrzak
2017-05-09 10:25 ` [PATCH 3/5] imsm: don't allow disks with different sector size in one array Tomasz Majchrzak
2017-05-09 10:25 ` [PATCH 4/5] Allow more spare selection criteria Tomasz Majchrzak
2017-05-09 10:25 ` [PATCH 5/5] Add sector size as spare selection criterion Tomasz Majchrzak
2017-05-09 18:18 ` [PATCH 0/5] Don't combine disks with different sector size in the array Jes Sorensen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.