On Wed, 20 Apr 2011 17:48:03 +1000 ronnie sahlberg <ronniesahlberg@xxxxxxxxx> wrote: > From 1f524b94f6c70b6cf70142f2f1804659dfe8ba44 Mon Sep 17 00:00:00 2001 > From: Ronnie Sahlberg <ronniesahlberg@xxxxxxxxx> > 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@xxxxxxxxx> > --- > 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html