From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f173.google.com ([209.85.223.173]:33422 "EHLO mail-io0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933880AbdDGREq (ORCPT ); Fri, 7 Apr 2017 13:04:46 -0400 Received: by mail-io0-f173.google.com with SMTP id t68so19774901iof.0 for ; Fri, 07 Apr 2017 10:04:46 -0700 (PDT) Subject: Re: Volume appears full but TB's of space available To: John Petrini References: <553d293f-67ba-fc66-5c6c-50ef44178137@gmail.com> Cc: Chris Murphy , Btrfs BTRFS From: "Austin S. Hemmelgarn" Message-ID: <3ae6ec4c-fd30-66ab-2976-a9aa03e4dd22@gmail.com> Date: Fri, 7 Apr 2017 13:04:41 -0400 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Sender: linux-btrfs-owner@vger.kernel.org List-ID: On 2017-04-07 12:58, John Petrini wrote: > When you say "running BTRFS raid1 on top of LVM RAID0 volumes" do you > mean creating two LVM RAID-0 volumes and then putting BTRFS RAID1 on > the two resulting logical volumes? Yes, although it doesn't have to be LVM, it could just as easily be MD or even hardware RAID (I just prefer LVM for the flexibility it offers). A quick tip regarding this, it seems to get the best performance if the stripe size (the -I option for lvcreate) is chosen so that it either matches the BTRFS block size, or such that each block in BTRFS gets striped across all the disks.