[Bug 2060924] Re: [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel show " detected conn error (1020)"

2024-05-08 Thread xiaochun Lee
Hi, Canonical
I found a page that said that subiquity can not  support configure iSCSI mounts 
or BTRFS subvolumes at 
https://canonical-subiquity.readthedocs-hosted.com/en/latest/howto/configure-storage.html

so regarding our case, when installing Ubuntu OS on remote iscsi disk, I
was just wondering if it does not support on 22.04 and 24.04? Is there a
ubuntu version support iscsi disk installation now? and is there a
outlook support iscsi disk installation?

And do you have a guidance or paper for our customers how they should
configure and mount their remote iscsi disk?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060924

Title:
  [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel
  show " detected conn error (1020)"

To manage notifications about this bug go to:
https://bugs.launchpad.net/subiquity/+bug/2060924/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060924] Re: [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel show " detected conn error (1020)"

2024-05-07 Thread xiaochun Lee
Hello, Canonical
Any updates? Appreciate it!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060924

Title:
  [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel
  show " detected conn error (1020)"

To manage notifications about this bug go to:
https://bugs.launchpad.net/subiquity/+bug/2060924/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060924] Re: [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel show " detected conn error (1020)"

2024-04-24 Thread Kleber Sacilotto de Souza
This issue is definitely not a regression in 24.04 as it also affects
22.04 as reported.

For now this doesn't seem to be a kernel issue. The module
"iscsi_ibft.ko" is shipped by the linux-modules- package, therefore
if it's not loaded and configured during installation it seems to be a
user-space issue.

I'll keep it as "Triaged" though on the kernel side until we have more
information from the investigation.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060924

Title:
  [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel
  show " detected conn error (1020)"

To manage notifications about this bug go to:
https://bugs.launchpad.net/subiquity/+bug/2060924/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060924] Re: [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel show " detected conn error (1020)"

2024-04-24 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060924

Title:
  [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel
  show " detected conn error (1020)"

To manage notifications about this bug go to:
https://bugs.launchpad.net/subiquity/+bug/2060924/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060924] Re: [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel show " detected conn error (1020)"

2024-04-23 Thread Dan Bungert
** Package changed: subiquity (Ubuntu) => subiquity

** Changed in: subiquity
   Status: New => Triaged

** Changed in: subiquity
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060924

Title:
  [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel
  show " detected conn error (1020)"

To manage notifications about this bug go to:
https://bugs.launchpad.net/subiquity/+bug/2060924/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060924] Re: [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel show " detected conn error (1020)"

2024-04-23 Thread Jeff Lane 
** Also affects: subiquity (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060924

Title:
  [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel
  show " detected conn error (1020)"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060924/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060924] Re: [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel show " detected conn error (1020)"

2024-04-23 Thread xiaochun Lee
From continue investigate on it, we found the root cause is that
installer in Ubuntu can not  sync the iscsi IQN name (iscsi qualified
name) defined in UEFI to OS /etc/iscsi/initiatorname.iscsi via  iscsi
iBFT (iscsi boot firmware table), even we add dracut parameter
"rd.driver.pre=iscsi_ibft rd.iscsi.firmware=1 rd.iscsi.ibft=1
rd.iscsi.initiator=iqn.1986-03.com.example:lql
rd.iscsi.param=node.startup=automatic"

Ubuntu can detect the remote iscsi disk, If we overwrite the default
line in /etc/iscsi/initiaorname.iscsi to
"InitiatorName=iqn.1986-03.com.example:lql" manually and restart iscsid
and open-iscsi service.

Note: the string "iqn.1986-03.com.example:lql" is the name defined in
UEFI for iscsi target lun.

But after install OS to remote iscsi disk, we can not boot up from the
installed OS, because initrd doesn't include iscsi drivers (libiscsi,
scsi_transport_iscsi, iscsi_tcp, libiscsi_tcp) and services open-iscsi
and iscsid and their needed utilities, like iscsiadm, iscsid.

So I was just wondering of Canonical experts if Ubuntu support iscsi
installation or not?

** Information type changed from Private Security to Public Security

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060924

Title:
  [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel
  show " detected conn error (1020)"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060924/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060924] Re: [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel show " detected conn error (1020)"

2024-04-12 Thread xiaochun Lee
Hello, Canonical
Is there any updates for this issue? Appreciate it!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060924

Title:
  [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel
  show " detected conn error (1020)"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060924/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060924] Re: [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel show " detected conn error (1020)"

2024-04-11 Thread Brett Grandbois
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060924

Title:
  [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel
  show " detected conn error (1020)"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060924/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060924] Re: [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel show " detected conn error (1020)"

2024-04-11 Thread xiaochun Lee
The  OS will pop out the "detected conn error (1020)" after run
command "systemctl restart iscsid" and command "systemctl restart open-
iscsi" I've open debug mode of module "scsi_tcp, libiscsi,
scsi_transport_iscsi" and have the journal log and sosreport log for
you.

-->>
Apr 10 07:48:27 test kernel: scsi host18: iSCSI Initiator over TCP/IP
Apr 10 07:48:28 test kernel:  connection2:0: detected conn error (1020)
Apr 10 07:48:28 test iscsid[3302]: Could not set session2 priority. 
READ/WRITE throughout and latency could be affected.
Apr 10 07:48:28 test iscsid[3302]: Login failed to authenticate with 
target iqn.1986-03.com.ibm:2145.v7000gen2.node2
Apr 10 07:48:28 test iscsid[3302]: session 2 login rejected: Initiator 
failed authentication with target
Apr 10 07:48:28 test iscsid[3302]: Connection2:0 to [target: 
iqn.1986-03.com.ibm:2145.v7000gen2.node2, portal: 9.0.0.22,3260] through 
[iface: default] is shutdown

Apr 10 07:59:34 test iscsiadm[4267]: iscsiadm: initiator reported error 
(24 - iSCSI login failed due to authorization failure)
Apr 10 07:59:34 test iscsiadm[4267]: iscsiadm: Could not login to 
[iface: default, target: iqn.1986-03.com.ibm:2145.v7000gen2.node2, portal: 
9.0.0.22,3260].
Apr 10 07:59:34 test iscsiadm[4267]: iscsiadm: initiator reported error 
(24 - iSCSI login failed due to authorization failure)
Apr 10 07:59:34 test iscsiadm[4267]: iscsiadm: Could not log into all 
portals
Apr 10 07:59:34 test iscsiadm[4267]: Logging in to [iface: default, 
target: iqn.1986-03.com.ibm:2145.v7000gen2.node2, portal: 
2000:0501::0100::::0666,3260]
Apr 10 07:59:34 test iscsiadm[4267]: Logging in to [iface: default, target: 
iqn.1986-03.com.ibm:2145.v7000gen2.node2, portal: 9.0.0.22,3260]
<<--

** Attachment added: "sosreport file"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060924/+attachment/5763645/+files/sosreport-test-111-2024-04-11-wjglwlp.tar.xz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060924

Title:
  [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel
  show " detected conn error (1020)"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060924/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs