Package Release Info

nvme-stas-2.3.1-160000.3.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

nvme-stas

Change Logs

* Tue Nov 05 2024 daniel.wagner@suse.com
- Update to version 2.3.1:
  * iputil: pack and unpack using native byte ordering
* Mon Oct 09 2023 mwilck@suse.com
- Actually update the code from 2.3-rc4 to 2.3
* Thu Sep 21 2023 mwilck@suse.com
- Update to version v2.3
  * Support for NVMe Boot Firmware Table (NBFT) as configuration source
  * Optimization of udev handling (bsc#1214078)
  * Bug fixes and optimizations
* Mon Aug 21 2023 mwilck@suse.com
- Update to version v2.3-rc4:
  * Improve algorithm to see if we can reuse existing connections
  * udev: Optimize uevent handling
  * iputil: Reduce amount of netlink requests to the kernel
  * udev: FC/Loop - use case-insensitive comparison for traddr
  * trid: Take Host NQN into account
  * avahi: add connectivity checker to verify IP addresses are reachable
  * stafd|ctrl: Do not recreate ctrl object on nvme removed events
  * udev: Rework/simplify _cid_matches_tid()
  * udev-rules: Only react to `rediscover` events (not `connected`)
  * udev: Use ipaddress objects when comparing traddr.
  * udev: Only take src-addr into account for transport=="tcp"
  * trid: use strong comparison on host-iface
  * udev-rule: Invoke systemctl "restart" instead of "start"
  * udev: improve comparison between candidate and existing controllers
  * nbft: stafd will now use NBFT data (if found)
  * nbft: Add NbftConf() object to retrieve and cache NBFT data
  * iputil: Add mac2iface() and corresponding unit test
  * ctrl: fix inverted logic "is not None" -> "is None"
  * staslib: Add method to retrieve NBFT data
* Mon Jun 12 2023 mwilck@suse.com
- Update to version 2.2.2:
  Fix python crash caused by wrong transport identifier handling
  (bsc#1211557)
* Fri Jun 02 2023 mwilck@suse.com
- Update to version 2.2.1:
  * staslib: Fix setting controller DHCHAP key (bsc#1211557)
* Fri Mar 31 2023 mwilck@suse.com
- Update to version 2.2:
  * add DHCHAP support for in-band authentication (bsc#1208580)
  * staslib: Define LIBNVME_VERSION in defs.py
  * staslib: Disable udev-rule permanently
  * build: Change libnvme dependency from 1.2 to 1.3
* Wed Jan 25 2023 mwilck@suse.com
- Update to version 2.1.2:
  * staslib: fix RoCE support (bsc#1207436)
  * staslib: Only display unresponsive timer info for "discovered" DCs
  * staslib: Fix Connect/Disconnect performed in reserve order
  * udev: Set udev event priority to high
  * stafd: Bug fix. Default "[Global] persistent-connections=false"
  * stafd: Handle unresponsive DCs in _config_ctrls_finish()
  * stafd: Fix handling of lost zeroconf-discovered DC
  * staslib: Improve name resolution algorithm
  * staslib: Add unit (sec) to timeout value in info() output
* Tue Dec 13 2022 mwilck@suse.com
- Update to version 2.1:
  * stafd: Add zeroconf-connections-persistence conf. parameter
  * Avahi: Handle upper/lower case 'NQN/nqn' in TXT attribute
    (bsc#1205873)
  * stafd: Add "origin" parameter to DC controller objects
  * staslib: Trim whitespaces at the source (bsc#1204975)
  * udev: Throttle EnvironmentError exception messages
  * del patch: 0001-meson-disable-subproject.patch (not necessary any more)
* Mon Nov 21 2022 mwilck@suse.com
- Update to version 2.0 (jsc#PED-2487)
  * stafd: Add support for PLEO bit ("Port Local Entries Only",
  only with libnvme 1.2 or higher)
  * Add support for NCC bit ("Not Connected to CDC")
  * "sticky-connections" is replaced by "disconnect-scope+disconnect-trtypes"
  * "blacklist" is replaced by "exclude" (but still supported)
  * better udev support / coexistence
  * support for new kernel "src_addr" attribute
  * add patch: 0001-meson-disable-subproject.patch (to fix build in OBS)