]> git.proxmox.com Git - pve-docs.git/commitdiff
sysadmin/btrfs: describe how a BTRFS can be added to pve using pvesm
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Jun 2021 20:09:08 +0000 (22:09 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Jun 2021 20:09:08 +0000 (22:09 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
local-btrfs.adoc

index 20e992584b437578b10bfd55930d0ca8f2fc2cbe..d7a94f719e82dfde977193db01abbe86efdc56a3 100644 (file)
@@ -143,6 +143,16 @@ mount /my-storage
 ----
 After the next reboot this will be automatically done by the system at boot.
 
+Adding a BTRFS file system to {pve}
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+You can add an existing BTRFS file system to {pve} via the web-interface, or
+using the CLI, for example:
+
+----
+pvesm add btrfs my-storage --path /my-storage
+----
+
 Creating a subvolume
 ^^^^^^^^^^^^^^^^^^^^