[stgt] [PATCH 1/1] ISCSI: Add support for show/add/remove portals

FUJITA Tomonori fujita.tomonori at lab.ntt.co.jp
Sun Apr 24 08:29:54 CEST 2011


On Wed, 20 Apr 2011 17:48:03 +1000
ronnie sahlberg <ronniesahlberg at gmail.com> wrote:

> From 1f524b94f6c70b6cf70142f2f1804659dfe8ba44 Mon Sep 17 00:00:00 2001
> From: Ronnie Sahlberg <ronniesahlberg at gmail.com>
> Date: Wed, 20 Apr 2011 17:42:41 +1000
> Subject: [PATCH] Add support to tgtd and tgtadm to show/add/remove iscsi portals at runtime
> 
> This patch adds a new mode : PORTAL
> and two new device methods : add portal / remove portal
> 
> This allows to add/remove portals at runtime without having to restart
> tgtd.
> 
> Manpage is updated to show examples of show/add/remove portal
> with tgtadm utility.
> 
> Signed-off-by: Ronnie Sahlberg <ronniesahlberg at gmail.com>
> ---
>  doc/htmlpages/tgtadm.8.html |   46 +++++++++++++------
>  doc/manpages/tgtadm.8       |   51 ++++++++++++++++++++-
>  doc/tgtadm.8.xml            |   35 ++++++++++++++
>  usr/driver.h                |    3 +
>  usr/iscsi/iscsi_tcp.c       |   56 ++++++++++++++++++++++-
>  usr/iscsi/iscsid.c          |  106 ++++++++++++++++++++++++++++---------------
>  usr/iscsi/iscsid.h          |    4 +-
>  usr/iscsi/target.c          |   31 ++++++++++++-
>  usr/mgmt.c                  |   38 +++++++++++++++
>  usr/target.c                |   50 ++++++++++++++++++++
>  usr/tgtadm.c                |   59 +++++++++++++++++++++++-
>  usr/tgtadm.h                |    1 +
>  usr/tgtd.h                  |    3 +
>  13 files changed, 422 insertions(+), 61 deletions(-)

Looks fine. Merged, let's see how it works.

Thanks!
--
To unsubscribe from this list: send the line "unsubscribe stgt" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



More information about the stgt mailing list