Skip to content

Commit

Permalink
doc: update to a6f14a122c10435617b8050e89a7ada2b1b3b764
Browse files Browse the repository at this point in the history
Change-Id: I93a32bb1995936fad4cf543d66631a7823a0e17f
Signed-off-by: spdkci <sys_sgci@intel.com>
  • Loading branch information
spdkci committed May 25, 2024
1 parent e38a393 commit 13a90a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _doc_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ed08fd27589307d9a25256c9900b0ee71aa04334
a6f14a122c10435617b8050e89a7ada2b1b3b764
4 changes: 2 additions & 2 deletions doc/deprecation.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ <h2>init</h2>
<h3><code>spdk_subsystem_init_from_json_config</code></h3>
<p>The function is deprecated and will be removed in 24.09 release. Please use <code>spdk_subsystem_load_config</code> instead.</p>
<h2>nvmf</h2>
<h3><code>decode_rpc_listen_address</code></h3>
<p><code>transport</code> field in <code>listen_addresses</code> decoders is deprecated. <code>trtype</code> field should be used instead. <code>transport</code> field will be removed in 24.09 release.</p>
<h3><code>spdk_nvmf_request_exec_fabrics</code></h3>
<p>This function is deprecated and will be removed in the 24.09 release. Instead, users should use <code>spdk_nvmf_request_exec()</code>, which now allows all transports (both fabrics and non-fabrics) to execute fabrics commands.</p>
<h3><code>nvmf_get_subsystems</code></h3>
<p><code>transport</code> field in <code>listen_addresses</code> of <code>nvmf_get_subsystems</code> RPC is deprecated. <code>trtype</code> field should be used instead. <code>transport</code> field will be removed in 24.05 release.</p>
<h3><code>nvmf_subsystem_add_host</code></h3>
<p>The ability to specifying path to a PSK file via the <code>psk</code> parameter in <code>nvmf_subsystem_add_host</code> is deprecated and will be removed in the v24.09 release. Instead, the name of a key attached to the keyring should be used.</p>
<h2>gpt</h2>
Expand Down

0 comments on commit 13a90a0

Please sign in to comment.