Skip to content

Commit

Permalink
Merge pull request #374 from martin-belanger/v2.3-rc1_v2
Browse files Browse the repository at this point in the history
v2.3-rc1
  • Loading branch information
martin-belanger authored Jun 13, 2023
2 parents 134dc2d + 4241715 commit 3a83994
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# STorage Appliance Services (STAS)

## Changes with release 2.3

New features:

- Support for nBFT (NVMe-oF Boot Table).

Bug fixes:

* For TCP transport: use `sysfs` controller `src_addr` attribute when matching to a configured "candidate" controller. This is to determine when an existing controller (located under the `sysfs`) can be reused instead of creating a new one. This avoids creating unnecessary duplicate connections.
* Udev event handling: use `systemctl restart` instead of `systemctl start`. There is a small chance that a `start` operation has not completed when a new `start` is required. Issuing a `start` while a `start` is being performed has no effect. However, a `restart` will be handled properly.

## Changes with release 2.2.3

Bug fixes:

* When processing kernel nvme events, only react to `rediscover` and not to `connected` events. The `connected` event happens too early (before the nvme device has been fully identified).
*

## Changes with release 2.2.2

Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project(
'nvme-stas',
meson_version: '>= 0.53.0',
version: '2.2.2',
version: '2.3-rc1',
license: 'Apache-2.0',
default_options: [
'buildtype=release',
Expand Down

0 comments on commit 3a83994

Please sign in to comment.