From: Thomas Lamprecht Date: Wed, 23 Jun 2021 20:09:08 +0000 (+0200) Subject: sysadmin/btrfs: describe how a BTRFS can be added to pve using pvesm X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b039a463b43e820e36e64cf7dd28604c581b59d1;p=pve-docs.git sysadmin/btrfs: describe how a BTRFS can be added to pve using pvesm Signed-off-by: Thomas Lamprecht --- diff --git a/local-btrfs.adoc b/local-btrfs.adoc index 20e9925..d7a94f7 100644 --- a/local-btrfs.adoc +++ b/local-btrfs.adoc @@ -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 ^^^^^^^^^^^^^^^^^^^^