Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
MVD CP-52334 multi-version driver API/CLI - fix documentation
Fix documentation for select() method.

Signed-off-by: Christian Lindig <[email protected]>
  • Loading branch information
Christian Lindig committed Jan 21, 2025
commit eef7fe2e1dc6845fa75fc52644670c798c93039b
4 changes: 2 additions & 2 deletions doc/content/toolstack/features/MVD/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ this is part of a host object.)
up storage, creating resource pools and managing patches, high
availability (HA) and workload balancing (WLB)"

* `select (self, version)`; select `version` of driver `self`. Selecting
the version (a string) of an existing driver.
* `select (self, variant)`; select `variant` of driver `self`. Selecting
the variant (a reference) of an existing driver.

* `deselect(self)`: this driver can't be loaded next time the kernel is
looking for a driver. This is a potentially dangerous operation, so it's
Expand Down