All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oliver Rath <rath@mglug.de>
To: LVM general discussion and development <linux-lvm@redhat.com>
Subject: [linux-lvm] unwanted autocreation of /dev/mapper/ entries while using parted on lvm devices
Date: Sun, 23 Feb 2014 23:36:28 +0100	[thread overview]
Message-ID: <530A77EC.5090900@mglug.de> (raw)

Hi List,

Im not sure, if the udev-rules of lvm is creating this. Im Using Ubuntu
12.04.4 + lvm git yesterday, compiles with --enable-udev_sync
--enable-udev_rules. Here my testing results:


root@dmicrash\:rules.d# vgcreate myvg /dev/sdc1 /dev/sdd1
  Volume group "myvg" successfully created
root@dmicrash\:rules.d# lvcreate --name test --size 20G myvg
  Logical volume "test" created
root@dmicrash\:rules.d# parted /dev/myvg/test mklabel msdos

root@dmicrash\:rules.d# parted /dev/myvg/test mkpart primary  0% 40%
     
root@dmicrash\:rules.d# ls /dev/mapper/
control  myvg-test  myvg-test1

The device myvg-test1 was created automatically (normally this is done
by kpartx?). I disabled gnome-automounter, didnt help.

I tried to monitor this with udevadm --monitor, but i didnt get
displayed the rule-file who did this.

Any hints?

Tfh!
Oliver

             reply	other threads:[~2014-02-23 22:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-23 22:36 Oliver Rath [this message]
2014-02-24  8:41 ` [linux-lvm] unwanted autocreation of /dev/mapper/ entries while using parted on lvm devices Peter Rajnoha
2014-02-24 12:17   ` Oliver Rath
2014-02-24 12:40   ` [linux-lvm] [SOLVED] " Oliver Rath
2014-02-24 13:09     ` Peter Rajnoha

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=530A77EC.5090900@mglug.de \
    --to=rath@mglug.de \
    --cc=linux-lvm@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.