wiki: document NVMe-oF Persistent Discovery Controllers (PDC)
Explain EPCSD, DUPRETINFO, and how nvme-cli 3.0's --persistent[=no|auto
|force] on discover/connect-all/config-create decides whether to keep
a discovery controller connected, how that's made permanent in
nvme-fabrics.conf, how a discovery-log-page-change AEN reaches a
running host (udev autoconnect vs. nvme-discoverd), how to verify it,
and how it differs from 2.x's unconditional --persistent. Also notes
that automatic PDC-by-default-per-port is not implemented yet
(upstream nvme-cli#3112).
Link the new page from the sidebar, Home, and the autoconnect how-to.
Signed-off-by: Daniel Wagner <wagi@monom.org>
igaw
committed
Sep 8, 2026
wiki: document how to erase data
People like this.
Signed-off-by: Daniel Wagner <wagi@monom.org>
igaw
committed
Aug 20, 2026
wiki: add multipath docs
Explain a bit of the multipath setup and how to debug it.
Signed-off-by: Daniel Wagner <wagi@monom.org>
igaw
committed
Aug 20, 2026
wiki: add fc setup howto
Docoment how to get the FC addressing right.
Signed-off-by: Daniel Wagner <wagi@monom.org>
igaw
committed
Aug 20, 2026
wiki: document nvme-fabrics autoconnect
Explain how the current auto connect works.
Signed-off-by: Daniel Wagner <wagi@monom.org>
igaw
committed
Aug 20, 2026
wiki: add nvme keys documnetation
Explain how to use the nvme keys commands.
Signed-off-by: Daniel Wagner <wagi@monom.org>
igaw
committed
Aug 20, 2026
wiki: add migration guide
Document what changes from nvme-cli 2.x to 3.x
Signed-off-by: Daniel Wagner <wagi@monom.org>
igaw
committed
Aug 20, 2026
wiki: add fabrics config howto
Add an entry to document how to configure fabrics setups with nvme-cli
3.x
Signed-off-by: Daniel Wagner <wagi@monom.org>
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>
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>