[Bug 2020461] Please test proposed package
Łukasz Zemczak
2020461 at bugs.launchpad.net
Fri Jun 2 00:23:19 UTC 2023
Hello Benjamin, or anyone else affected,
Accepted nvme-stas into kinetic-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/nvme-
stas/2.2.1-1~ubuntu22.10 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-
kinetic to verification-done-kinetic. If it does not fix the bug for
you, please add a comment stating that, and change the tag to
verification-failed-kinetic. 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: libnvme (Ubuntu Jammy)
Status: New => Fix Committed
** Tags added: verification-needed-jammy
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to libnvme in Ubuntu.
https://bugs.launchpad.net/bugs/2020461
Title:
Backport nvme-stas to Ubuntu 22.04 (jammy)
Status in libnvme package in Ubuntu:
New
Status in nvme-stas package in Ubuntu:
New
Status in libnvme source package in Jammy:
Fix Committed
Status in nvme-stas source package in Jammy:
Fix Committed
Status in libnvme source package in Kinetic:
Fix Committed
Status in nvme-stas source package in Kinetic:
Fix Committed
Bug description:
[ Impact ]
NVMEoTCP is available on Dell’s primary storage platforms, Powerflex,
PowerStore and PowerMax. Nvme-stas provides the CDC client
functionality in Linux that allows for easy centralized deployment of
NVMe-oF TCP storage.
nvme-stas depends on libnvme which needs to be also backported.
[ Test Plan ]
python3-nvme from libnvme can be tested with that code:
```python
from libnvme import nvme
root = nvme.root()
root.log_level('debug')
print(f'root: {root}')
host = nvme.host(root)
print(f'host: {host}')
subsystem = host.subsystems()
print(f'subsystem: {subsystem}')
```
Running this script as root on systems with NVMe inside should list
them. On my system it prints `model: Samsung SSD 980 PRO 2TB`.
nvme-stas comes with an autopkgtest (that succeeds on all
architectures except s390x).
[ Where problems could occur ]
nvme-stas and libnvme are new packages in Ubuntu 23.04 "lunar". So
backporting them has no influence on existing systems as long as they
do not explicitly install them.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnvme/+bug/2020461/+subscriptions
More information about the foundations-bugs
mailing list