On 6/29/16, 9:54 AM, "Bart Van Assche" wrote:
On 06/29/2016 04:43 PM, Bryant G. Ly wrote:
>> It looks like the masking fixes the device mapper’s ability to find the
>> disk….
> Is the multipath client available in your initrd? If so, running
> multipath -ll -v with n >= 3 should reveal why mul
On 06/29/2016 04:43 PM, Bryant G. Ly wrote:
It looks like the masking fixes the device mapper’s ability to find the disk….
Is the multipath client available in your initrd? If so, running
multipath -ll -v with n >= 3 should reveal why multipathd ignored
certain disks.
Bart.
--
To unsubscri
On 6/29/16, 12:49 AM, "Bart Van Assche" wrote:
>> I was hoping someone in the community can help answer this:
>>
>> If I were to remove the masking off of the lun addressing method prior to
>> target_submit_cmd/target_submit_tmr then I get a hang within scsi probe
>> on bootup. (srp->lun.scsi_
On 06/28/2016 10:57 PM, Bryant G. Ly wrote:
I was hoping someone in the community can help answer this:
If I were to remove the masking off of the lun addressing method prior to
target_submit_cmd/target_submit_tmr then I get a hang within scsi probe
on bootup. (srp->lun.scsi_lun[0] &= 0x3f; and
On 6/27/16, 3:17 PM, "Michael Cyr" wrote:
+ cmd->se_cmd.tag = be64_to_cpu(srp->tag);
+
+ spin_lock_bh(&vscsi->intr_lock);
+ list_add_tail(&cmd->list, &vscsi->active_q);
+ spin_unlock_bh(&vscsi->intr_lock);
+
+ srp->lun.scsi_lun[0] &= 0x3f;
+
+ pr_debug("cal
5 matches
Mail list logo