Merging upstream version 2.9.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bb95f41000
commit
698d985f9d
451 changed files with 5896 additions and 2734 deletions
|
@ -89,6 +89,8 @@ COMMAND_LIST(
|
|||
ENTRY("subsystem-reset", "Resets the subsystem", subsystem_reset)
|
||||
ENTRY("ns-rescan", "Rescans the NVME namespaces", ns_rescan)
|
||||
ENTRY("show-regs", "Shows the controller registers or properties. Requires character device", show_registers)
|
||||
ENTRY("set-reg", "Set a register and show the resulting value", set_register)
|
||||
ENTRY("get-reg", "Get a register and show the resulting value", get_register)
|
||||
ENTRY("discover", "Discover NVMeoF subsystems", discover_cmd)
|
||||
ENTRY("connect-all", "Discover and Connect to NVMeoF subsystems", connect_all_cmd)
|
||||
ENTRY("connect", "Connect to NVMeoF subsystem", connect_cmd)
|
||||
|
@ -101,6 +103,7 @@ COMMAND_LIST(
|
|||
ENTRY("check-dhchap-key", "Validate NVMeoF DH-HMAC-CHAP host key", check_dhchap_key)
|
||||
ENTRY("gen-tls-key", "Generate NVMeoF TLS PSK", gen_tls_key)
|
||||
ENTRY("check-tls-key", "Validate NVMeoF TLS PSK", check_tls_key)
|
||||
ENTRY("tls-key", "Manipulate NVMeoF TLS PSK", tls_key)
|
||||
ENTRY("dir-receive", "Submit a Directive Receive command, return results", dir_receive)
|
||||
ENTRY("dir-send", "Submit a Directive Send command, return results", dir_send)
|
||||
ENTRY("virt-mgmt", "Manage Flexible Resources between Primary and Secondary Controller", virtual_mgmt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue