Re: TargetCli issue / bug
"Maurizio Lombardi" <[email protected]> Fri, 10 Jul 2026 16:38:10 +0200
| Newsgroups | org.kernel.vger.target-devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, On Fri Jul 10, 2026 at 12:26 AM CEST, Russel Moos wrote: > Hello, > > I was using your guide and discovered that when I try to create a portal = for iscsi, I can create any portal I want except one with port 3260. > > For instance, I can create 10.2.70.250 3261 just fine, but if I try to us= e 3260, I get errors like "Could not create NetworkPortal in configFS" Could you look in dmesg if you see any error? Can you tell me the targetcli and rtslib package versions installed on your distro? I tried the latest version of targetcli and I don't see any error: /iscsi/iqn.20...5f3cdaaa/tpg1> portals/ delete ::0 3260 Deleted network portal ::0:3260 /iscsi/iqn.20...5f3cdaaa/tpg1> portals/ create 10.8.3.73 3260 Using default IP port 3260 Created network portal 10.8.3.73:3260. /iscsi/iqn.20...5f3cdaaa/tpg1> portals/ delete 10.8.3.73 3260 Deleted network portal 10.8.3.73:3260 /iscsi/iqn.20...5f3cdaaa/tpg1> portals/ create ::0 3260 Using default IP port 3260 Binding to INADDR_ANY (::0) Created network portal ::0:3260. /iscsi/iqn.20...5f3cdaaa/tpg1> portals/ delete ::0 3260 Deleted network portal ::0:3260 /iscsi/iqn.20...5f3cdaaa/tpg1> portals/ create 0.0.0.0 3260 Using default IP port 3260 Created network portal 0.0.0.0:3260. Thanks, Maurizio