[Bug 2097808] Please test proposed package
Timo Aaltonen
2097808 at bugs.launchpad.net
Fri Feb 14 12:20:39 UTC 2025
Hello Chengen, or anyone else affected,
Accepted open-iscsi into jammy-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/open-
iscsi/2.1.5-1ubuntu1.1 in a few hours, and then in the -proposed
repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed. Your feedback will aid us getting this
update out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
jammy to verification-done-jammy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-jammy. In either case, without details of your testing we will
not be able to proceed.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance for helping!
N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.
** Changed in: open-iscsi (Ubuntu Focal)
Status: In Progress => Fix Committed
** Tags added: verification-needed-focal
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to open-iscsi in Ubuntu.
https://bugs.launchpad.net/bugs/2097808
Title:
IPv6 support for iBFT iSCSI boot
Status in open-iscsi package in Ubuntu:
Fix Released
Status in open-iscsi source package in Focal:
Fix Committed
Status in open-iscsi source package in Jammy:
Fix Committed
Status in open-iscsi source package in Noble:
Fix Committed
Status in open-iscsi source package in Oracular:
Fix Committed
Status in open-iscsi source package in Plucky:
Fix Released
Bug description:
[Impact]
Using IPv4-specific APIs during NIC setup based on iBFT information, regardless of the IP version, results in the following error in IPv6-only environments:
Setting up software interface ens300f0np0
iscsistart: Invalid or missing ipaddr in fw entry
Setting up software interface ens300f0np0 failed
[Fix]
Upstream has a patch to resolve this issue.
commit 72c2b97c19a2d0710b38802d50813feb682278f7
Author: yukariatlas <49406051+yukariatlas at users.noreply.github.com>
Date: Fri Dec 27 11:03:43 2024 -0800
IPv6 support for iBFT iSCSI boot (#493)
* Avoid reassigning a char pointer variable to a newly allocated
string
Introduce two separate variables to clearly distinguish their
usage.
Signed-off-by: Chengen Du <chengen.du at canonical.com>
* IPv6 support for iBFT iSCSI boot
Use IPv4-specific APIs during NIC setup based on iBFT information,
regardless of the IP version, which leads to the following error
in IPv6-only environments:
Setting up software interface ens300f0np0
iscsistart: Invalid or missing ipaddr in fw entry
Setting up software interface ens300f0np0 failed
To address this, the process now determines the IP version first
and calls the appropriate functions to handle NIC setup.
Signed-off-by: Chengen Du <chengen.du at canonical.com>
---------
Signed-off-by: Chengen Du <chengen.du at canonical.com>
[Test Plan]
1. Set up a machine with an iSCSI backend in an IPv6-only environment.
2. Power on the machine and verify that the following error does not occur:
Setting up software interface ens300f0np0
iscsistart: Invalid or missing ipaddr in fw entry
Setting up software interface ens300f0np0 failed
3. Ensure that the machine can successfully boot via iSCSI in an IPv4 environment.
[Where problems could occur]
The fix primarily adds IPv6 support for iBFT iSCSI boot and should not impact the IPv4 scenario. However, if any regressions occur, the iBFT iSCSI boot mechanism may be affected, potentially preventing the machine from booting via iSCSI.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/2097808/+subscriptions
More information about the foundations-bugs
mailing list