Re: iscsiadm documentation on sendtargets/st inexact

2013-02-19 Thread Michael Christie
On Feb 18, 2013, at 1:43 AM, Jan Engelhardt wrote: > > iscsiadm(8) in open-iscsi-2.0.870 documents: > > -t, --type=type > type must be sendtargets (or abbreviated as st), slp, isns or fw. > > However, sendtargets and st seem to work differently, in that st > autocreates an entry, while send

Antw: Re: iscsiadm documentation on sendtargets/st inexact

2013-02-19 Thread Ulrich Windl
>>> Michael Christie schrieb am 19.02.2013 um 06:42 in Nachricht <75829b62-f5b7-4a3e-9adb-b1e888a31...@cs.wisc.edu>: > On Feb 18, 2013, at 1:43 AM, Jan Engelhardt wrote: [...] > > > iscsiadm: discovery record [10.10.7.115,3260] not found! > > linux-d9i5:~ # iscsiadm -m discovery -t st -p 10.10.

Re: [RFC_V4 PATCH 1/2] scsi_transport_iscsi: Add flash target mgmt support

2013-02-19 Thread Vikas Chaudhary
-Original Message- From: Admin Date: Friday 1 February 2013 10:11 AM To: Mike Christie , "open-iscsi@googlegroups.com" Cc: Lalit Chandivade , Ravi Anand , Poornima Vonti , Manish Rangankar , Adheer Chandravanshi Subject: Re: [RFC_V4 PATCH 1/2] scsi_transport_iscsi: Add flash target mgm

[RFC_V5 PATCH 1/3] scsi_transport_iscsi: Add flash node mgmt support

2013-02-19 Thread vikas . chaudhary
From: Adheer Chandravanshi This patch allows iscsiadm to manage iSCSI target information stored on adapter flash on per host basis. The sysfs entries will look as cited below: /sys/bus/iscsi_flashnode/devices/flashnode_sess-:/ /sys/bus/iscsi_flashnode/devices/flashnode_conn-::/ Signed

[RFC_V5 PATCH 2/3] libiscsi: export function iscsi_switch_str_param

2013-02-19 Thread vikas . chaudhary
From: Adheer Chandravanshi Signed-off-by: Adheer Chandravanshi Signed-off-by: Vikas Chaudhary --- drivers/scsi/libiscsi.c |3 ++- include/scsi/libiscsi.h |1 + 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/libiscsi.c b/drivers/scsi/libiscsi.c index 82c3fd4

Re: Antw: Re: iscsiadm documentation on sendtargets/st inexact

2013-02-19 Thread Michael Christie
On Feb 19, 2013, at 3:07 AM, Ulrich Windl wrote: Michael Christie schrieb am 19.02.2013 um 06:42 in > Nachricht <75829b62-f5b7-4a3e-9adb-b1e888a31...@cs.wisc.edu>: > >> On Feb 18, 2013, at 1:43 AM, Jan Engelhardt wrote: > [...] >> >>> iscsiadm: discovery record [10.10.7.115,3260] not f

Re: Antw: Re: iscsiadm documentation on sendtargets/st inexact

2013-02-19 Thread Michael Christie
On Feb 19, 2013, at 3:07 AM, Ulrich Windl wrote: Michael Christie schrieb am 19.02.2013 um 06:42 in > Nachricht <75829b62-f5b7-4a3e-9adb-b1e888a31...@cs.wisc.edu>: > >> On Feb 18, 2013, at 1:43 AM, Jan Engelhardt wrote: > [...] >> >>> iscsiadm: discovery record [10.10.7.115,3260] not f

[PATCH] SCSI: amd_iommu dma_boundary overflow

2013-02-19 Thread Eddie Wai
Hello, For a 64-bit DMA capable PCIe storage HBA running under the 64-bit AMD-VI IOMMU environment, the amd_iommu code was observed to hit an overflow when it tries to page align the dma_parms->segment_boundary_mask. This overflow would eventually trigger the BUG_ON in the iommu-helper's iommu_is_

open-iscsi C APIs

2013-02-19 Thread wdli
Hi, I am new to open-iscsi. I have been playing with iscsiadm in shell script but have reached a point that I feel like using C directly to interface. I searched the list and understand that this wasn't available about a year ago. Just wonder if there are any progress being made. I am willing