From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4E49035A.9090202@redhat.com> Date: Mon, 15 Aug 2011 13:30:34 +0200 From: Peter Rajnoha MIME-Version: 1.0 References: <4E48E81C.9040504@tlinx.org> In-Reply-To: <4E48E81C.9040504@tlinx.org> Content-Transfer-Encoding: 7bit Subject: Re: [linux-lvm] dmsetup -split is buggy 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" To: LVM general discussion and development Cc: "Linda A. Walsh" On 08/15/2011 11:34 AM +0100, Linda A. Walsh wrote: > dmsetup splitname, should, I believe, know how to split > names in the only 'supported' name format i.e. /dev/VG/LV -- but > instead, it's treating it as though it were under /dev/mapper and using that for > decoding... dmsetup splitname accepts a device-mapper name as an argument, /dev/VG/LV is a "logical volume path" and is not supposed to be decoded this way... Peter