From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: Mike Christie <michaelc@cs.wisc.edu>
Cc: Minh Duc Tran <MinhDuc.Tran@Emulex.Com>,
"linux-scsi@vger.kernel.org" <linux-scsi@vger.kernel.org>,
Jayamohan Kallickal <Jayamohan.Kallickal@Emulex.Com>
Subject: Re: [PATCH 1/1] be2iscsi: add block valid bit to iBFT flag
Date: Thu, 15 Jan 2015 15:26:15 -0800 [thread overview]
Message-ID: <1421364375.2076.6.camel@HansenPartnership.com> (raw)
In-Reply-To: <54B84A53.3030300@cs.wisc.edu>
On Thu, 2015-01-15 at 17:16 -0600, Mike Christie wrote:
> On 01/12/2015 05:05 PM, Minh Duc Tran wrote:
> >
> >> From: Minh Duc Tran
> >> Sent: Sunday, November 09, 2014 10:52 PM
> >> To: 'linux-scsi@vger.kernel.org'
> >> Cc: Mike Christie (michaelc@cs.wisc.edu); Jayamohan Kallickal
> >> Subject: [PATCH 1/1] be2iscsi: add block valid bit to iBFT flag
> >
> >> From: Minh Tran minhduc.tran@emulex.com
> >
> >> We are starting to see problems with certain open-iscsi versions out there checking block valid bit. Iscsi boot target login will not happen without this bit being set.
> >
> >> Signed-off-by: Minh Tran <minhduc.tran@emulex.com>
> >> ---
> >> scsi/be2iscsi/be_main.c | 4 ++--
> >> 1 files changed, 2 insertions(+), 2 deletions(-)
> >
> >> diff --git a/scsi/be2iscsi/be_main.c b/scsi/be2iscsi/be_main.c
> >> index 30d74a0..aacf223 100644
> >> --- a/scsi/be2iscsi/be_main.c
> >> +++ b/scsi/be2iscsi/be_main.c
> >> @@ -429,7 +429,7 @@ static ssize_t beiscsi_show_boot_tgt_info(void *data, int type, char *buf)
> >> auth_data.chap.intr_secret);
> >> break;
> >> case ISCSI_BOOT_TGT_FLAGS:
> >> - rc = sprintf(str, "2\n");
> >> + rc = sprintf(str, "3\n");
> >> break;
> >> case ISCSI_BOOT_TGT_NIC_ASSOC:
> >> rc = sprintf(str, "0\n");
> >> @@ -466,7 +466,7 @@ static ssize_t beiscsi_show_boot_eth_info(void *data, int type, char *buf)
> >
> >> switch (type) {
> >> case ISCSI_BOOT_ETH_FLAGS:
> >> - rc = sprintf(str, "2\n");
> >> + rc = sprintf(str, "3\n");
> >> break;
> >> case ISCSI_BOOT_ETH_INDEX:
> >> rc = sprintf(str, "0\n");
> >> --
> >> 1.7.1
> >
> > Hi Mike,
> > I think we have lost track of this patch. I've checked 3.19-rc3 today and it's not in yet. Can we get this in as soon as possible?
> >
>
> The thread got a little busted in my mailer, so I might have missed
> something.
What seems to have happened is that the reply before this erased all the
References: headers and didn't set an In-reply-to: header.
Minh, this is fairly standard RFC non-compliance from Microsoft email
clients. Since you're posting from a Mac, could you just use the native
apple email clients, because they preserve threading?
Alternatively, there's a hotfix for the issue if you can get your IT
department to apply it:
http://support.microsoft.com/kb/908027/en-us
Thanks,
James
next prev parent reply other threads:[~2015-01-15 23:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-12 23:05 [PATCH 1/1] be2iscsi: add block valid bit to iBFT flag Minh Duc Tran
2015-01-15 23:16 ` Mike Christie
2015-01-15 23:26 ` James Bottomley [this message]
2015-01-16 1:26 ` Minh Duc Tran
2015-01-16 16:27 ` Michael Christie
[not found] <84b5cd32-3bb6-4541-bbc1-4cbe92c074c6@CMEXHTCAS2.ad.emulex.com>
2014-11-10 17:37 ` Mike Christie
2014-11-10 18:07 ` Minh Duc Tran
2014-11-11 11:36 ` Vikas Chaudhary
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1421364375.2076.6.camel@HansenPartnership.com \
--to=james.bottomley@hansenpartnership.com \
--cc=Jayamohan.Kallickal@Emulex.Com \
--cc=MinhDuc.Tran@Emulex.Com \
--cc=linux-scsi@vger.kernel.org \
--cc=michaelc@cs.wisc.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.