diff mbox

[4/5] Add reference to BTRFS_SKIP_LVM_SNAPSHOT environment variable.

Message ID 1417717470-6298-5-git-send-email-kreijack@inwind.it (mailing list archive)
State New, archived
Headers show

Commit Message

Goffredo Baroncelli Dec. 4, 2014, 6:24 p.m. UTC
Add reference to BTRFS_SKIP_LVM_SNAPSHOT environment viarble in
the btrfs(8) documentation.

Signed-off-by: Goffredo Baroncelli <kreijack@inwind.it>
---
 Documentation/btrfs.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Pasi Kärkkäinen Dec. 4, 2014, 8 p.m. UTC | #1
On Thu, Dec 04, 2014 at 07:24:29PM +0100, Goffredo Baroncelli wrote:
> Add reference to BTRFS_SKIP_LVM_SNAPSHOT environment viarble in
>                                                      ^^^^^^^

a small typo.. should be "variable".


-- Pasi


> the btrfs(8) documentation.
> 
> Signed-off-by: Goffredo Baroncelli <kreijack@inwind.it>
> ---
>  Documentation/btrfs.txt | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/Documentation/btrfs.txt b/Documentation/btrfs.txt
> index 3bdc6b4..889b97c 100644
> --- a/Documentation/btrfs.txt
> +++ b/Documentation/btrfs.txt
> @@ -96,6 +96,14 @@ AVAILABILITY
>  Please refer to the btrfs wiki http://btrfs.wiki.kernel.org for
>  further details.
>  
> +ENVIRONMENT VARIABLES
> +---------------------
> +BTRFS_SKIP_LVM_SNAPSHOT::
> +	Controls if the *lvm snapshots* have to be
> +	ignored. Default "yes"; if you need to consider them, set it to "no".
> +	Pay attention that *btrfs* may be confused if two devices have
> +	the same dev uuid. This is the reason to skip a lvm snapshot.
> +
>  SEE ALSO
>  --------
>  `mkfs.btrfs`(8), `ionice`(1),
> -- 
> 2.1.3
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/Documentation/btrfs.txt b/Documentation/btrfs.txt
index 3bdc6b4..889b97c 100644
--- a/Documentation/btrfs.txt
+++ b/Documentation/btrfs.txt
@@ -96,6 +96,14 @@  AVAILABILITY
 Please refer to the btrfs wiki http://btrfs.wiki.kernel.org for
 further details.
 
+ENVIRONMENT VARIABLES
+---------------------
+BTRFS_SKIP_LVM_SNAPSHOT::
+	Controls if the *lvm snapshots* have to be
+	ignored. Default "yes"; if you need to consider them, set it to "no".
+	Pay attention that *btrfs* may be confused if two devices have
+	the same dev uuid. This is the reason to skip a lvm snapshot.
+
 SEE ALSO
 --------
 `mkfs.btrfs`(8), `ionice`(1),