Activity log for bug #2020461

Date Who What changed Old value New value Message
2023-05-23 09:50:38 Benjamin Drung bug added bug
2023-05-23 09:50:50 Benjamin Drung nominated for series Ubuntu Jammy
2023-05-23 09:50:50 Benjamin Drung bug task added nvme-stas (Ubuntu Jammy)
2023-05-23 09:50:50 Benjamin Drung nominated for series Ubuntu Kinetic
2023-05-23 09:50:50 Benjamin Drung bug task added nvme-stas (Ubuntu Kinetic)
2023-05-23 09:50:58 Benjamin Drung bug task added libnvme (Ubuntu)
2023-05-23 10:04:48 Benjamin Drung 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 ] TBD [ 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. [ 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`. [ 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.
2023-05-23 10:36:51 Benjamin Drung 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`. [ 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. [ 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.
2023-05-23 11:01:32 Benjamin Drung attachment added libnvme_1.3-1~ubuntu22.10.debdiff https://bugs.launchpad.net/ubuntu/+source/libnvme/+bug/2020461/+attachment/5674966/+files/libnvme_1.3-1~ubuntu22.10.debdiff
2023-05-23 11:01:47 Benjamin Drung attachment added libnvme_1.3-1~ubuntu22.04.debdiff https://bugs.launchpad.net/ubuntu/+source/libnvme/+bug/2020461/+attachment/5674967/+files/libnvme_1.3-1~ubuntu22.04.debdiff
2023-05-23 12:18:42 Ubuntu Foundations Team Bug Bot tags patch
2023-05-24 14:05:09 Benjamin Drung attachment added nvme-stas_2.2.1-1~ubuntu22.04.debdiff https://bugs.launchpad.net/ubuntu/+source/nvme-stas/+bug/2020461/+attachment/5675447/+files/nvme-stas_2.2.1-1~ubuntu22.04.debdiff
2023-05-24 14:05:27 Benjamin Drung attachment added nvme-stas_2.2.1-1~ubuntu22.10.debdiff https://bugs.launchpad.net/ubuntu/+source/nvme-stas/+bug/2020461/+attachment/5675448/+files/nvme-stas_2.2.1-1~ubuntu22.10.debdiff
2023-06-02 00:21:29 Łukasz Zemczak libnvme (Ubuntu Kinetic): status New Fix Committed
2023-06-02 00:21:31 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2023-06-02 00:21:34 Łukasz Zemczak bug added subscriber SRU Verification
2023-06-02 00:21:36 Łukasz Zemczak tags patch patch verification-needed verification-needed-kinetic
2023-06-02 00:23:17 Łukasz Zemczak nvme-stas (Ubuntu Kinetic): status New Fix Committed
2023-06-02 00:23:51 Łukasz Zemczak libnvme (Ubuntu Jammy): status New Fix Committed
2023-06-02 00:23:53 Łukasz Zemczak tags patch verification-needed verification-needed-kinetic patch verification-needed verification-needed-jammy verification-needed-kinetic
2023-06-02 00:24:31 Łukasz Zemczak nvme-stas (Ubuntu Jammy): status New Fix Committed
2023-06-02 09:58:56 Benjamin Drung 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. [ 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}') 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.
2023-06-13 13:51:37 Benjamin Drung tags patch verification-needed verification-needed-jammy verification-needed-kinetic patch verification-done verification-done-jammy verification-done-kinetic
2023-06-14 14:39:44 Robie Basak libnvme (Ubuntu): status New Fix Released
2023-06-14 14:39:48 Robie Basak nvme-stas (Ubuntu): status New Fix Released
2023-06-14 14:39:53 Launchpad Janitor libnvme (Ubuntu Kinetic): status Fix Committed Fix Released
2023-06-14 14:39:54 Launchpad Janitor nvme-stas (Ubuntu Kinetic): status Fix Committed Fix Released
2023-06-14 14:39:57 Robie Basak removed subscriber Ubuntu Stable Release Updates Team
2023-06-14 14:40:02 Launchpad Janitor libnvme (Ubuntu Jammy): status Fix Committed Fix Released
2023-06-14 14:40:03 Launchpad Janitor nvme-stas (Ubuntu Jammy): status Fix Committed Fix Released