Skip to content

v2.0 Release Candidate 4

Pre-release
Pre-release
Compare
Choose a tag to compare
@igaw igaw released this 22 Feb 17:36
· 1734 commits to master since this release

This release candidate ships mostly bug fixes, e.g the Micron and NetApp plugin got a few fixes. We had regression due to the 'nvme open namespace exclusive by default' patch, which I had to revert and implement the feature slightly differently. The 'nvme write' will now try to open the namespace exclusively if this fails --force can overwrite this. This should now work in the spirit the reverted patch.

This release candidates depends on libnvme v1.0-rc4.

Akhilesh RN (1):
      wdc: updated products list for telemetry (--type) argument

Arunpandian J (1):
      parser: Streamline documentation

Daniel Wagner (8):
      Revert "nvme: open namespace exclusive by default"
      nvme: Rename force variable to force_unit_access
      nvme: Only open device once
      nvme: Open device exclusive for write command
      nvme: Update help text for --force
      intel: Workaround initializer element is not constant
      build: Update libnvme wrap
      build: Use boolean type for docs-build default

Hanumanthu H (2):
      Micron plugin version 1.0.8
      update libnvme commit-id

Jeff Lien (1):
      wdc: Fix use-after-free access of cbs_data

Martin George (5):
      netapp-nvme: fix ontapdevices segfault in json output
      netapp-nvme: fix nvme ns desc uuid handling for ontapdevices
      nvme: get_ns_id command fails on nvme device
      nvme-print: fix 'nvme list -o json' segfault
      netapp-nvme: free the nsdescs pointer after use

Paul Entzel (1):
      Fix ctrlist for attach-ns and detach-ns

Sami Waheed (1):
      Update nvme-print.c

nobodyatandnothing (1):
      docs: fix typo in Data Set Management section