Re: [PATCH 0/2] target: make location of /var/target configurable

2016-04-02 Thread Nicholas A. Bellinger
On Thu, 2016-03-31 at 11:05 -0700, Lee Duncan wrote: > These patches make the location of "/var/target" configurable, > though it still defauls to "/var/target". > > This configuration is accomplished via the configfs > top-level target attribute "dbroot", i.e. dumping > out

Re: QoS for iSCSI target?

2016-04-02 Thread Nicholas A. Bellinger
On Fri, 2016-04-01 at 12:35 -0600, Chris Friesen wrote: > On 03/31/2016 01:05 AM, Nicholas A. Bellinger wrote: > > On Wed, 2016-03-16 at 10:48 -0600, Chris Friesen wrote: > >> On 03/11/2016 01:45 AM, Nicholas A. Bellinger wrote: > >>> On Thu, 2016-03-10 at 23:30 -0800, Christoph Hellwig wrote: >

Re: tcm_qla2xxx Add SCSI command jammer/discard capabilty to the tcm_qla2xxx module - revision4

2016-04-02 Thread Nicholas A. Bellinger
Hi Laurence, On Sat, 2016-04-02 at 13:10 -0400, Laurence Oberman wrote: > Hello Himanshu > > I noticed a typo in the patch I submitted here is the corrected patch. > Please ignore the prior patch > > I was missing the full CONFIG name in the #ifdef check > > Corrected Patch Two quick process

[GIT PULL] target fixes for v4.6-rc2

2016-04-02 Thread Nicholas A. Bellinger
Hello Linus, Here are outstanding target-pending fixes for v4.6-rc2. Please go ahead and pull from: git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master This includes fixes from HCH for -rc1 configfs default_groups conversion changes that ended up breaking some

Greetings from G. Hazrat,>>

2016-04-02 Thread Mr. Gholam Hazrat
Greetings from G. Hazrat, I'm a banker here in London and i have a business that will benefit us. You will get 40% of the fund at the final conclusion. Please Get Back to me with your full names and phone number for details. Regards, Mr. Gholam Hazrat --- This email has been checked for

Re: tcm_qla2xxx Add SCSI command jammer/discard capabilty to the tcm_qla2xxx module - revision4

2016-04-02 Thread Laurence Oberman
Hello Himanshu I noticed a typo in the patch I submitted here is the corrected patch. Please ignore the prior patch I was missing the full CONFIG name in the #ifdef check Corrected Patch [root@localhost home]# linux-4.5/scripts/checkpatch.pl jammer_patch.v4 total: 0 errors, 0 warnings, 81

Re: [PATCH v3 1/2] scsi: Add intermediate STARGET_REMOVE state to scsi_target_state

2016-04-02 Thread James Bottomley
On Thu, 2016-03-31 at 14:53 +0200, Johannes Thumshirn wrote: > Add intermediate STARGET_REMOVE state to scsi_target_state to avoid > running > into the BUG_ON() in scsi_target_reap(). > > This intermediate state is only valid in the path from > scsi_remove_target() to > scsi_target_destroy()

Re: tcm_qla2xxx Add SCSI command jammer/discard capabilty to the tcm_qla2xxx module - revision4

2016-04-02 Thread Laurence Oberman
Hello Himanshu This patch was reworked to only include the jammer code if the parameter TCM_QLA2XXX_DEBUG=Y is set. The default is to not provide this functionality at all. I looked at using attributes but this code is in the fastpath and the overhead or fetching the attribute each time is not