Backport nvme-stas to Ubuntu 22.04 (jammy)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libnvme (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
Jammy |
Fix Committed
|
Undecided
|
Unassigned | ||
Kinetic |
Fix Committed
|
Undecided
|
Unassigned | ||
nvme-stas (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
Jammy |
Fix Committed
|
Undecided
|
Unassigned | ||
Kinetic |
Fix Committed
|
Undecided
|
Unassigned |
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_
print(f'root: {root}')
host = nvme.host(root)
print(f'host: {host}')
subsystem = host.subsystems()
print(f'subsystem: {subsystem}')
print(f'model: {subsystem.model}')
```
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.
Hello Benjamin, or anyone else affected,
Accepted libnvme into kinetic-proposed. The package will build now and be available at https:/ /launchpad. net/ubuntu/ +source/ libnvme/ 1.3-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/ PerformingSRUVe rification . 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.