Skip to content

Revisions

  • wiki: update auth/tls sections for the 3.0 release nvme-cli 3.0 renamed the nvme keys TLS PSK subcommands (gen-tls, check-tls, insert-tls -> gen-tls-psk, check-tls-psk, insert-tls-psk), added a --compat option to them, and gated check-kxchap-secret's and check-tls-psk's verdict output behind -v/--verbose. Update the keys plugin reference, the TLS how-to, the migration guide, and add a troubleshooting entry for the now-silent check commands. Signed-off-by: Daniel Wagner <wagi@monom.org>

    @igaw igaw committed Sep 8, 2026
  • troubleshooting: add some obvious 3.x gotchas It's likely that people will report this. Add these now, so we just can point to it. Signed-off-by: Daniel Wagner <wagi@monom.org>

    @igaw igaw committed Aug 20, 2026
  • wiki: wrap lines at 80 chars The long lines are hard to work with in text editors. Wrap them at 80 chars. Signed-off-by: Daniel Wagner <wagi@monom.org>

    Daniel Wagner committed Aug 20, 2026
  • wiki: grammar/spelling fixes Signed-off-by: Daniel Wagner <wagi@monom.org>

    Daniel Wagner committed Aug 20, 2026
  • Troubleshooting: document 3.0's silent nvme ns create/delete/attach/detach nvme-cli 3.0 gates the create-ns/delete-ns/attach-ns/detach-ns success message behind --verbose (ns_mgmt_show_status() in plugins/ns/ns-plugin.c uses nvme_show_verbose_key_value(), which is a no-op unless -v is passed). Users upgrading from 1.x/2.x see no confirmation and no nsid on success, which was reported in issue #3877. Signed-off-by: Daniel Wagner <wagi@monom.org>

    Daniel Wagner committed Aug 20, 2026
  • Reorganize wiki: standardize filenames, group Home.md by topic, add sidebar - Rename Authentication.md -> How-to-set-up-inband-authentication.md - Rename Enable-TCG-Opal-support...cryptsetup.md -> How-to-enable-TCG-Opal-support...cryptsetup.md - Rename How-to-Set-Up-TLS-for-NVMe-TCP.md -> How-to-set-up-TLS-for-NVMe-TCP.md (case fix) - Rename FAQ.md -> Troubleshooting.md (content is troubleshooting, not Q&A) - Rewrite Home.md as topic-grouped sections instead of a flat chronological list - Add _Sidebar.md so the same grouping shows on every page Signed-off-by: Daniel Wagner <wagi@monom.org>

    Daniel Wagner committed Aug 20, 2026