From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 30 May 2014 12:45:18 +0100 From: Alasdair G Kergon Message-ID: <20140530114518.GC29705@agk-dp.fab.redhat.com> References: <20140522101837.GB14236@redhat.com> <537E0D25.7010108@redhat.com> <20140522152232.GC14236@redhat.com> <20140522154946.GD14236@redhat.com> <20140522180405.GA6361@redhat.com> <20140522181334.GE1302@redhat.com> <20140529135246.GA31293@redhat.com> <20140529203410.GG1954@redhat.com> <20140529204719.GD1302@redhat.com> <20140530113859.GB29705@agk-dp.fab.redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20140530113859.GB29705@agk-dp.fab.redhat.com> Subject: Re: [linux-lvm] Testing the new LVM cache feature Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Richard W.M. Jones" Cc: LVM general discussion and development And for lvextend, you should add any tags you are using in this way to lvm.conf: # When searching for free space to extend an LV, the "cling" # allocation policy will choose space on the same PVs as the last # segment of the existing LV. If there is insufficient space and a # list of tags is defined here, it will check whether any of them are # attached to the PVs concerned and then seek to match those PV tags # between existing extents and new extents. # Use the special tag "@*" as a wildcard to match any PV tag. # Example: LVs are mirrored between two sites within a single VG. # PVs are tagged with either @site1 or @site2 to indicate where # they are situated. # cling_tag_list = [ "@site1", "@site2" ] # cling_tag_list = [ "@*" ] (The "cling" allocation policy is enabled by default.) Alasdair