From b039a463b43e820e36e64cf7dd28604c581b59d1 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 23 Jun 2021 22:09:08 +0200 Subject: [PATCH] sysadmin/btrfs: describe how a BTRFS can be added to pve using pvesm Signed-off-by: Thomas Lamprecht --- local-btrfs.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 ^^^^^^^^^^^^^^^^^^^^