From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alasdair G Kergon Subject: Re: What is the deal with the partition separator? Date: Thu, 17 Feb 2011 16:53:32 +0000 Message-ID: <20110217165332.GE28729@agk-dp.fab.redhat.com> References: <4D5B42BE.3050301@cfl.rr.com> <4D5B7ED9.20304@suse.de> <4D5C2793.1020601@cfl.rr.com> <4D5CCE75.5090202@suse.de> <4D5D375F.9070106@cfl.rr.com> <4D5D3B34.4000005@suse.de> <4D5D3B0F.3050708@cfl.rr.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <4D5D3B0F.3050708@cfl.rr.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: device-mapper development Cc: Curtis Gedak , serge.hallyn@ubuntu.com, parted-devel@lists.alioth.debian.org, Debian LVM Team List-Id: dm-devel.ids Partitions should be created only once, in one place. If a second instance of anything tries to create them too, it should, by default, detect that they are already there and not proceed. You should not be able to run kpartx twice on the same underlying disk with different delimiters without some sort of 'force' option. (Check by querying /sys/.../holders ?) Alasdair