From patchwork Thu Dec 4 18:24:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Goffredo Baroncelli X-Patchwork-Id: 5439671 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 425C8BEEA8 for ; Thu, 4 Dec 2014 18:24:53 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3EB152024D for ; Thu, 4 Dec 2014 18:24:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6179A20225 for ; Thu, 4 Dec 2014 18:24:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932455AbaLDSYs (ORCPT ); Thu, 4 Dec 2014 13:24:48 -0500 Received: from mail-wi0-f176.google.com ([209.85.212.176]:48428 "EHLO mail-wi0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932655AbaLDSYp (ORCPT ); Thu, 4 Dec 2014 13:24:45 -0500 Received: by mail-wi0-f176.google.com with SMTP id ex7so35609401wid.15 for ; Thu, 04 Dec 2014 10:24:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=/5TlHq4uxBWP5c9v1vo735ZmKqiWG5/eh1a6mV9t964=; b=j3AvRodXyrFGS4C3UfjmId/QtZ1GOn6e123/vVEbeUW5oiDP12+oVIwD8oIWwILUTr TfLp7qYlJ2njiIx7JmrX4fyb82kxvEUmZLl/5xn1fIKeSP6UNqWzfKZXvs90JFUego1r ciLFuJu8TQ8zstrDkK2bdoIgX6/eAM7/4PWV14c2EK85OhvT1HY3+UrxueNGN8K6/QLE hdCZk83zuu2BV++oh5S23woZh75RWiihpsDNcZht+LKaIj/neaA0Gxg67rXFKpCSm4OA p+O0s5qkozsVaitEb8SzLvUpUqzY356hEjgQd8gdOMboxgNoMDLVcPAgaOXi4s2iR7U5 A3Qg== X-Received: by 10.194.109.201 with SMTP id hu9mr17879919wjb.45.1417717484142; Thu, 04 Dec 2014 10:24:44 -0800 (PST) Received: from venice.bhome (ppp-252-95.24-151.libero.it. [151.24.95.252]) by mx.google.com with ESMTPSA id wa5sm15767794wjc.8.2014.12.04.10.24.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 04 Dec 2014 10:24:43 -0800 (PST) From: Goffredo Baroncelli X-Google-Original-From: Goffredo Baroncelli To: linux-btrfs@vger.kernel.org Cc: Goffredo Baroncelli Subject: [PATCH 4/5] Add reference to BTRFS_SKIP_LVM_SNAPSHOT environment variable. Date: Thu, 4 Dec 2014 19:24:29 +0100 Message-Id: <1417717470-6298-5-git-send-email-kreijack@inwind.it> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1417717470-6298-1-git-send-email-kreijack@inwind.it> References: <1417717470-6298-1-git-send-email-kreijack@inwind.it> Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add reference to BTRFS_SKIP_LVM_SNAPSHOT environment viarble in the btrfs(8) documentation. Signed-off-by: Goffredo Baroncelli --- 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),