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 ^^^^^^^^^^^^^^^^^^^^