Public bug reported:

[Impact]
nvme-cli in bionic lacks the toshiba-nvme plugin. This plugin provides 
functionality unique to Toshiba NVME devices:

$ sudo ./nvme toshiba 
nvme-1.5

usage: nvme toshiba <command> [<device>] [<args>]

The '<device>' may be either an NVMe character device (ex: /dev/nvme0) or an
nvme block device (ex: /dev/nvme0n1).

Toshiba NVME plugin

The following are all implemented sub-commands:
  vs-smart-add-log Extended SMART information
  vs-internal-log Get Internal Log
  clear-pcie-correctable-errors Clear PCIe correctable error count
  version         Shows the program version
  help            Display this help

[Test Case]
* Verify that the toshiba plugin exists:
sudo nvme toshiba
* Run each of the plugin commands to test them:
for cmd in vs-smart-add-log vs-internal-log clear-pcie-correctable-errors; do
  sudo nvme toshiba $cmd /dev/nvme0n1
done

[Fix]
[Regression Risk]

** Affects: nvme-cli (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: nvme-cli (Ubuntu Bionic)
     Importance: Undecided
         Status: New

** Affects: nvme-cli (Ubuntu Eoan)
     Importance: Undecided
         Status: New

** Affects: nvme-cli (Ubuntu Focal)
     Importance: Undecided
         Status: New

** Also affects: nvme-cli (Ubuntu Focal)
   Importance: Undecided
       Status: New

** Also affects: nvme-cli (Ubuntu Eoan)
   Importance: Undecided
       Status: New

** Also affects: nvme-cli (Ubuntu Bionic)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1866897

Title:
  Add toshiba plugin support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvme-cli/+bug/1866897/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to