All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [Target_Core_Mod/ALUA]: Add group membership structure logic
@ 2009-02-12  6:33 Nicholas A. Bellinger
  0 siblings, 0 replies; only message in thread
From: Nicholas A. Bellinger @ 2009-02-12  6:33 UTC (permalink / raw)
  To: LKML, linux-scsi
  Cc: Douglas Gilbert, James Bottomley, Hannes Reinecke, Mike Christie,
	FUJITA Tomonori, Christoph Hellwig, Ming Zhang,
	Ross S. W. Walker, Arne Redlich

Greetings all,

This patch series adds proper ALUA Logical Unit Group and Target Port Group membership
association to Target_Core_Mod/ConfigFS in a manner that can handle concurrent shutdown from
core/$HBA/$DEV/ <-> core/alua/lu_gps/$MY_LUN_GROUP and core/alua/tg_pt_gps/$MY_TG_PT_GROUP <->
$FABRIC_MOD/target_port/lun/$LUN/alua_tg_pt_gp.

This infrastructure is used as explict and implict ALUA group operations continue to come
online for Target_Core_Mod/ConfigFS v3.0.  This patch is made against lio-core-2.6.git/master
and tested on v2.6.29-rc2 x86 32-bit HVM.  The lio-core-2.6.git tree can be found at:

http://git.kernel.org/?p=linux/kernel/git/nab/lio-core-2.6.git;a=summary

[PATCH 1/2] [Target_Core_Mod/ALUA]: Add t10_alua_lu_gp_member_t usage for Logical Unit Groups
[PATCH 2/2] [Target_Core_Mod/ALUA]: Add t10_alua_tg_pt_gp_member_t usage for Target Port Groups

>From /pub/scm/linux/kernel/git/nab/lio-core-2.6
 * branch            master     -> FETCH_HEAD
Updating 07c4589..b4a9bf6
Fast forward
 drivers/lio-core/target_core_alua.c      |  478 +++++++++++++++++++++---------
 drivers/lio-core/target_core_alua.h      |   21 +-
 drivers/lio-core/target_core_base.h      |   36 ++-
 drivers/lio-core/target_core_configfs.c  |  106 +++++---
 drivers/lio-core/target_core_device.c    |   19 +-
 drivers/lio-core/target_core_transport.c |   57 +++-
 6 files changed, 497 insertions(+), 220 deletions(-)

--nab


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-12  6:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-12  6:33 [PATCH] [Target_Core_Mod/ALUA]: Add group membership structure logic Nicholas A. Bellinger

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.