Skip to content

Commit

Permalink
doc: use file-reflink instead of deprecated file in 'qvm-pool add' ex…
Browse files Browse the repository at this point in the history
  • Loading branch information
rustybird committed Apr 15, 2023
1 parent eb23913 commit 988475e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manpages/qvm-pool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ Legacy mode: :command:`qvm-pool` [-h] [--verbose] [--quiet] --set *POOL_NAME* -o
Examples
--------

Create a pool backed by the `file` driver.
Create a pool backed by the `file-reflink` driver.

::

qvm-pool add foo file -o dir_path=/mnt/foo
qvm-pool add foo file-reflink -o dir_path=/mnt/foo

Have pool ``lvm`` encrypt its volatile volumes with an ephemeral key for
anti-forensics:
Expand Down

0 comments on commit 988475e

Please sign in to comment.