All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luigi Tarenga <luigi.tarenga@gmail.com>
To: Jerome Martin <jxm@netiant.com>,
	linux-scsi@vger.kernel.org, target-devel@vger.kernel.org,
	"Nicholas A. Bellinger" <nab@linux-iscsi.org>
Subject: Re: targetcli do not show iscsi
Date: Tue, 30 Sep 2014 11:20:49 +0200	[thread overview]
Message-ID: <542A75F1.8070706@gmail.com> (raw)
In-Reply-To: <542A73BE.2080501@netiant.com>


>> I have installed targetcli from centos rpm:
>> # rpm -qi fcoe-target-utils-2.0rc1.fb16-5.el6.noarch
>
> See the version here? ....fb16...
>
oh ok.
>> I'm not sure what is the initscript you mention. I have in /etc/init.d/:
>> # ls fcoe-target iscsi*
>> fcoe-target  iscsi  iscsid
>>
>> but afaik those are for the initiatior or fcoe-target...
>
> Well, given the name of the redhat package, my best best would be 
> fcoe-target :-)
>

I started it but still no luck, actually I had to comment out 2 module 
loading since I didn't
compiled them (can this be the problem? would be strange since there is 
no module
dependencies...):

load_modules()
{
     errmsg=$( /sbin/modprobe configfs 2>&1 ) || return 1
     errmsg=$( /sbin/modprobe target_core_mod 2>&1 ) || return 1
     #errmsg=$( /sbin/modprobe target_core_pscsi 2>&1 ) || return 1
     errmsg=$( /sbin/modprobe target_core_file 2>&1 ) || return 1
     #errmsg=$( /sbin/modprobe target_core_iblock 2>&1 ) || return 1

     return 0
}



Luigi

  reply	other threads:[~2014-09-30  9:20 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-30  8:52 targetcli do not show iscsi Luigi Tarenga
2014-09-30  8:56 ` Jerome Martin
2014-09-30  9:04   ` Luigi Tarenga
2014-09-30  9:11     ` Jerome Martin
2014-09-30  9:20       ` Luigi Tarenga [this message]
2014-09-30  9:28         ` Jerome Martin
2014-09-30  9:41           ` Luigi Tarenga
2014-09-30  9:45             ` Jerome Martin
2014-09-30 15:21               ` Andy Grover
2014-09-30 15:26                 ` Jerome Martin
2014-09-30 15:35                 ` Luigi Tarenga
2014-09-30 15:52                   ` Luigi Tarenga
2014-09-30 16:49                     ` Luigi Tarenga
2014-09-30 16:52                       ` Jerome Martin
2014-09-30 17:01                         ` Luigi Tarenga
2014-09-30 17:09                           ` Jerome Martin
     [not found]                             ` <542BE74F.3080102@gmail.com>
2014-10-01 11:49                               ` Jerome Martin
2014-10-01 12:30                                 ` Luigi Tarenga
2014-10-01 12:35                                   ` Luigi Tarenga

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=542A75F1.8070706@gmail.com \
    --to=luigi.tarenga@gmail.com \
    --cc=jxm@netiant.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=nab@linux-iscsi.org \
    --cc=target-devel@vger.kernel.org \
    /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.