From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Soltys Date: Mon, 15 Dec 2008 14:23:36 +0000 Subject: Re: udev lvm permisions Message-Id: <49466868.9030904@ziu.info> List-Id: References: <1229336451.19633.4.camel@linux-pqqd.site> In-Reply-To: <1229336451.19633.4.camel@linux-pqqd.site> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Michal Soltys wrote: > > But for that to work, you need some earlier udev rule setting actual > name - stock udev rules have no device-mapper rules. So it's up to your > distro's rules or your own. Alternatively, you could just match by uuid: > > [...] > > LABEL="dm_end" > Correction - that won't do what you expect it to, without earlier udev rules that would name dm device nodes in the same way as vgscan --mknodes would. Such rules are of course possible, but a bit more complicated and not necessarily pretty.