Bug#599596: /sbin/lvcreate: Does not clean up semaphore arrays after use

Sam Morris sam at robots.org.uk
Mon Oct 11 10:24:02 UTC 2010


On Sat, 2010-10-09 at 13:21 +0100, Alasdair G Kergon wrote:
> On Sat, Oct 09, 2010 at 12:36:03PM +0100, Sam Morris wrote:
> > Version: 2.02.39-8
> 
> > day. A few days after upgrading to device mapper 2:1.02.48-3, the backup
> 
> I don't recall reports of any similar problem with any upstream versions of
> this code but it's trival to perform this specific test to double check that.
> Meanwhile I suggest you check your udev rules aren't messed up.
> 
> This rule needs to fire to clear the semaphore:
> 95-dm-notify.rules:ENV{DM_COOKIE}=="?*", RUN+="$env{DM_SBIN_PATH}/dmsetup udevcomplete $env{DM_COOKIE}"

Thanks for that information. I set udev's log priority to 'debug' and
got the attached output while creating and removing a snapshot.

It appears that each lvcreate/lvremove operation creates four cookies,
but 'dmsetup udevcomplete' is run only once, thereby leaking three
cookies per operation.

-- 
Sam Morris <sam at robots.org.uk>
-------------- next part --------------
Before, no cookies exist.

# lvcreate -s -L 1G -n blah thoth/home

Oct 11 11:10:47 thoth udevd[642]: device 0x2539830 has devpath '/devices/pci0000:00/0000:00:1f.2/host7/target7:0:0/7:0:0:0/block/sdc/sdc1'
Oct 11 11:10:47 thoth udevd[642]: device 0x2539830 filled with db file data
Oct 11 11:10:47 thoth udevd[642]: inotify event: 8 for /dev/sdc1
Oct 11 11:10:47 thoth udevd[642]: device /dev/sdc1 closed, synthesising 'change'
Oct 11 11:10:47 thoth udevd[642]: seq 2068 queued, 'change' 'block'
Oct 11 11:10:47 thoth udevd[642]: passed 223 bytes to netlink monitor 0x252e1d0
Oct 11 11:10:47 thoth udevd-work[31149]: seq 2068 running
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x2542f30 has devpath '/devices/pci0000:00/0000:00:1f.2/host7/target7:0:0/7:0:0:0/block/sdc/sdc1'
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x2542f30 filled with db file data
Oct 11 11:10:47 thoth udevd-work[31149]: removing watch on '/dev/sdc1'
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'block/8:33' /lib/udev/rules.d/50-udev-default.rules:1
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x253fbf0 has devpath '/devices/pci0000:00/0000:00:1f.2/host7/target7:0:0/7:0:0:0/block/sdc'
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x253fbf0 filled with db file data
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1' /lib/udev/rules.d/60-persistent-storage.rules:99
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1' /lib/udev/rules.d/60-persistent-storage.rules:104
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'disk/by-id/wwn-0x50014ee157145b04-part1' /lib/udev/rules.d/60-persistent-storage.rules:114
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1' /lib/udev/rules.d/60-persistent-storage.rules:120
Oct 11 11:10:47 thoth udevd-work[31149]: IMPORT '/sbin/blkid -o udev -p /dev/sdc1' /lib/udev/rules.d/60-persistent-storage.rules:137
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid -o udev -p /dev/sdc1' started
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_LABEL=backup'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_LABEL_ENC=backup'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_UUID=f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_UUID_ENC=f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_SEC_TYPE=ext2'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_VERSION=1.0'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_TYPE=ext3'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_USAGE=filesystem'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid -o udev -p /dev/sdc1' returned with exitcode 0
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297' /lib/udev/rules.d/60-persistent-storage.rules:144
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'disk/by-label/backup' /lib/udev/rules.d/60-persistent-storage.rules:146
Oct 11 11:10:47 thoth udevd-work[31149]: IMPORT 'fstab_import sdc1 block/8:33 disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1 disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1 disk/by-id/wwn-0x50014ee157145b04-part1 disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1 disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297 disk/by-label/backup mapper/' /lib/udev/rules.d/79-fstab_import.rules:1
Oct 11 11:10:47 thoth udevd-work[31149]: 'fstab_import sdc1 block/8:33 disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1 disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1 disk/by-id/wwn-0x50014ee157145b04-part1 disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1 disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297 disk/by-label/backup mapper/' started
Oct 11 11:10:47 thoth fstab_id[32150]: custom logging function 0x148a010 registered
Oct 11 11:10:47 thoth fstab_id[32150]: found 'proc'@'/proc'
Oct 11 11:10:47 thoth fstab_id[32150]: found '/dev/mapper/thoth-root'@'/'
Oct 11 11:10:47 thoth fstab_id[32150]: found '/dev/md0'@'/boot'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'md0' == 'sdc1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'md0' == 'block/8:33'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'md0' == 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'md0' == 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'md0' == 'disk/by-id/wwn-0x50014ee157145b04-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'md0' == 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'md0' == 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'md0' == 'disk/by-label/backup'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'md0' == 'mapper/'
Oct 11 11:10:47 thoth fstab_id[32150]: found '/dev/mapper/thoth-home'@'/home'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-home' == 'sdc1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-home' == 'block/8:33'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-home' == 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-home' == 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-home' == 'disk/by-id/wwn-0x50014ee157145b04-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-home' == 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-home' == 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-home' == 'disk/by-label/backup'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-home' == 'mapper/'
Oct 11 11:10:47 thoth fstab_id[32150]: found '/dev/mapper/thoth-var'@'/var'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-var' == 'sdc1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-var' == 'block/8:33'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-var' == 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-var' == 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-var' == 'disk/by-id/wwn-0x50014ee157145b04-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-var' == 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-var' == 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-var' == 'disk/by-label/backup'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-var' == 'mapper/'
Oct 11 11:10:47 thoth fstab_id[32150]: found '/dev/mapper/thoth-repos'@'/srv/repos'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-repos' == 'sdc1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-repos' == 'block/8:33'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-repos' == 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-repos' == 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-repos' == 'disk/by-id/wwn-0x50014ee157145b04-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-repos' == 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-repos' == 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-repos' == 'disk/by-label/backup'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-repos' == 'mapper/'
Oct 11 11:10:47 thoth fstab_id[32150]: found '/dev/mapper/thoth-buildslave'@'/var/local/lib/buildslave'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-buildslave' == 'sdc1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-buildslave' == 'block/8:33'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-buildslave' == 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-buildslave' == 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-buildslave' == 'disk/by-id/wwn-0x50014ee157145b04-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-buildslave' == 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-buildslave' == 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-buildslave' == 'disk/by-label/backup'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-buildslave' == 'mapper/'
Oct 11 11:10:47 thoth fstab_id[32150]: found '/dev/thoth/build'@'/srv/build'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'thoth/build' == 'sdc1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'thoth/build' == 'block/8:33'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'thoth/build' == 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'thoth/build' == 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'thoth/build' == 'disk/by-id/wwn-0x50014ee157145b04-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'thoth/build' == 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'thoth/build' == 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'thoth/build' == 'disk/by-label/backup'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'thoth/build' == 'mapper/'
Oct 11 11:10:47 thoth fstab_id[32150]: found '/dev/thoth/buildresult'@'/srv/buildresult'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'thoth/buildresult' == 'sdc1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'thoth/buildresult' == 'block/8:33'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'thoth/buildresult' == 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'thoth/buildresult' == 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'thoth/buildresult' == 'disk/by-id/wwn-0x50014ee157145b04-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'thoth/buildresult' == 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'thoth/buildresult' == 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'thoth/buildresult' == 'disk/by-label/backup'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'thoth/buildresult' == 'mapper/'
Oct 11 11:10:47 thoth fstab_id[32150]: found '/dev/mapper/thoth-swap'@'none'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-swap' == 'sdc1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-swap' == 'block/8:33'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-swap' == 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-swap' == 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-swap' == 'disk/by-id/wwn-0x50014ee157145b04-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-swap' == 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-swap' == 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-swap' == 'disk/by-label/backup'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'mapper/thoth-swap' == 'mapper/'
Oct 11 11:10:47 thoth fstab_id[32150]: found '/srv/tftp/ontpre/cd080802.iso'@'/srv/tftp/ontpre/cd080802'
Oct 11 11:10:47 thoth fstab_id[32150]: found 'LABEL=backup'@'/media/backup'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'backup' == 'sdc1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'backup' == 'block/8:33'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'backup' == 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'backup' == 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'backup' == 'disk/by-id/wwn-0x50014ee157145b04-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'backup' == 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'backup' == 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'backup' == 'disk/by-label/backup'
Oct 11 11:10:47 thoth fstab_id[32150]: compare 'backup' == 'mapper/'
Oct 11 11:10:47 thoth udevd-work[31149]: 'fstab_import sdc1 block/8:33 disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1 disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1 disk/by-id/wwn-0x50014ee157145b04-part1 disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1 disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297 disk/by-label/backup mapper/' returned with exitcode 1
Oct 11 11:10:47 thoth udevd-work[31149]: GROUP 6 /lib/udev/rules.d/91-permissions.rules:4
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x2531c40 has devpath '/devices/pci0000:00/0000:00:1f.2/host7/target7:0:0/7:0:0:0'
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x2531f60 has devpath '/devices/pci0000:00/0000:00:1f.2/host7/target7:0:0'
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x2532250 has devpath '/devices/pci0000:00/0000:00:1f.2/host7'
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x2532530 has devpath '/devices/pci0000:00/0000:00:1f.2'
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x2532800 has devpath '/devices/pci0000:00'
Oct 11 11:10:47 thoth udevd-work[31149]: no node name set, will use kernel supplied name 'sdc1'
Oct 11 11:10:47 thoth udevd-work[31149]: created db file for '/devices/pci0000:00/0000:00:1f.2/host7/target7:0:0/7:0:0:0/block/sdc/sdc1' in '/dev/.udev/db/block:sdc1'
Oct 11 11:10:47 thoth udevd-work[31149]: creating device node '/dev/sdc1', devnum=8:33, mode=0660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd-work[31149]: preserve file '/dev/sdc1', because it has correct dev_t
Oct 11 11:10:47 thoth udevd-work[31149]: preserve permissions /dev/sdc1, 060660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd-work[31149]: preserve already existing symlink '/dev/block/8:33' to '../sdc1'
Oct 11 11:10:47 thoth udevd-work[31149]: found 'b8:33' claiming '/dev/.udev/links/disk\x2fby-id\x2fscsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1' to '/dev/sdc1'
Oct 11 11:10:47 thoth udevd-work[31149]: preserve already existing symlink '/dev/disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1' to '../../sdc1'
Oct 11 11:10:47 thoth udevd-work[31149]: found 'b8:33' claiming '/dev/.udev/links/disk\x2fby-id\x2fata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1' to '/dev/sdc1'
Oct 11 11:10:47 thoth udevd-work[31149]: preserve already existing symlink '/dev/disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1' to '../../sdc1'
Oct 11 11:10:47 thoth udevd-work[31149]: found 'b8:33' claiming '/dev/.udev/links/disk\x2fby-id\x2fwwn-0x50014ee157145b04-part1'
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/disk/by-id/wwn-0x50014ee157145b04-part1' to '/dev/sdc1'
Oct 11 11:10:47 thoth udevd-work[31149]: preserve already existing symlink '/dev/disk/by-id/wwn-0x50014ee157145b04-part1' to '../../sdc1'
Oct 11 11:10:47 thoth udevd-work[31149]: found 'b8:33' claiming '/dev/.udev/links/disk\x2fby-path\x2fpci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1' to '/dev/sdc1'
Oct 11 11:10:47 thoth udevd-work[31149]: preserve already existing symlink '/dev/disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1' to '../../sdc1'
Oct 11 11:10:47 thoth udevd-work[31149]: found 'b8:33' claiming '/dev/.udev/links/disk\x2fby-uuid\x2ff1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297' to '/dev/sdc1'
Oct 11 11:10:47 thoth udevd-work[31149]: preserve already existing symlink '/dev/disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297' to '../../sdc1'
Oct 11 11:10:47 thoth udevd-work[31149]: found 'b8:33' claiming '/dev/.udev/links/disk\x2fby-label\x2fbackup'
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/disk/by-label/backup' to '/dev/sdc1'
Oct 11 11:10:47 thoth udevd-work[31149]: preserve already existing symlink '/dev/disk/by-label/backup' to '../../sdc1'
Oct 11 11:10:47 thoth udevd-work[31149]: adding watch on '/dev/sdc1'
Oct 11 11:10:47 thoth udevd-work[31149]: created db file for '/devices/pci0000:00/0000:00:1f.2/host7/target7:0:0/7:0:0:0/block/sdc/sdc1' in '/dev/.udev/db/block:sdc1'
Oct 11 11:10:47 thoth udevd-work[31149]: passed -1 bytes to netlink monitor 0x253a8c0
Oct 11 11:10:47 thoth udevd-work[31149]: seq 2068 processed with 0
Oct 11 11:10:47 thoth udevd[642]: seq 2068 done with 0
Oct 11 11:10:47 thoth udevd[642]: seq 2069 queued, 'add' 'block'
Oct 11 11:10:47 thoth udevd[642]: passed 170 bytes to netlink monitor 0x252e1d0
Oct 11 11:10:47 thoth udevd[642]: seq 2070 queued, 'add' 'bdi'
Oct 11 11:10:47 thoth udevd[642]: passed 123 bytes to netlink monitor 0x252e1d0
Oct 11 11:10:47 thoth udevd-work[31149]: seq 2069 running
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x253d730 has devpath '/devices/virtual/block/dm-8'
Oct 11 11:10:47 thoth udevd-work[31150]: seq 2070 running
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'block/253:8' /lib/udev/rules.d/50-udev-default.rules:1
Oct 11 11:10:47 thoth udevd-work[31150]: device 0x252e2d0 has devpath '/devices/virtual/bdi/253:8'
Oct 11 11:10:47 thoth udevd-work[31149]: GROUP 6 /lib/udev/rules.d/91-permissions.rules:4
Oct 11 11:10:47 thoth udevd-work[31150]: passed -1 bytes to netlink monitor 0x253aef0
Oct 11 11:10:47 thoth udevd-work[31150]: seq 2070 processed with 0
Oct 11 11:10:47 thoth udevd-work[31149]: no node name set, will use kernel supplied name 'dm-8'
Oct 11 11:10:47 thoth udevd-work[31149]: created db link (dm-8 block/253:8)
Oct 11 11:10:47 thoth udevd-work[31149]: creating device node '/dev/dm-8', devnum=253:8, mode=0660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd-work[31149]: preserve file '/dev/dm-8', because it has correct dev_t
Oct 11 11:10:47 thoth udevd-work[31149]: preserve permissions /dev/dm-8, 060660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd-work[31149]: creating symlink '/dev/block/253:8' to '../dm-8'
Oct 11 11:10:47 thoth udevd[642]: seq 2070 done with 0
Oct 11 11:10:47 thoth udevd-work[31149]: passed -1 bytes to netlink monitor 0x253a8c0
Oct 11 11:10:47 thoth udevd-work[31149]: seq 2069 processed with 0
Oct 11 11:10:47 thoth udevd[642]: seq 2069 done with 0
Oct 11 11:10:47 thoth udevd[642]: seq 2071 queued, 'change' 'block'
Oct 11 11:10:47 thoth udevd[642]: passed 191 bytes to netlink monitor 0x252e1d0
Oct 11 11:10:47 thoth udevd-work[31149]: seq 2071 running
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x253fbf0 has devpath '/devices/virtual/block/dm-8'
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x253fbf0 filled with db symlink data '/dev/dm-8'
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'block/253:8' /lib/udev/rules.d/50-udev-default.rules:1
Oct 11 11:10:47 thoth udevd-work[31149]: IMPORT '/sbin/dmsetup udevflags 4234187' /lib/udev/rules.d/55-dm.rules:20
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup udevflags 4234187' started
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup' (stdout) 'DM_UDEV_PRIMARY_SOURCE_FLAG='1''
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup udevflags 4234187' returned with exitcode 0
Oct 11 11:10:47 thoth udevd-work[31149]: RUN '/sbin/dmsetup udevcomplete $env{DM_COOKIE}' /lib/udev/rules.d/55-dm.rules:21
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'mapper/thoth-blah' /lib/udev/rules.d/55-dm.rules:78
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'disk/by-id/dm-name-thoth-blah' /lib/udev/rules.d/60-persistent-storage-dm.rules:9
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv' /lib/udev/rules.d/60-persistent-storage-dm.rules:10
Oct 11 11:10:47 thoth udevd-work[31149]: IMPORT '/sbin/blkid -o udev -p /dev/dm-8' /lib/udev/rules.d/60-persistent-storage-dm.rules:14
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid -o udev -p /dev/dm-8' started
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_TYPE=DM_snapshot_cow'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_USAGE=other'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid -o udev -p /dev/dm-8' returned with exitcode 0
Oct 11 11:10:47 thoth udevd-work[31149]: IMPORT 'fstab_import dm-8 block/253:8 mapper/thoth-blah disk/by-id/dm-name-thoth-blah disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv mapper/thoth-blah' /lib/udev/rules.d/79-fstab_import.rules:1
Oct 11 11:10:47 thoth udevd-work[31149]: 'fstab_import dm-8 block/253:8 mapper/thoth-blah disk/by-id/dm-name-thoth-blah disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv mapper/thoth-blah' started
Oct 11 11:10:47 thoth fstab_id[32154]: custom logging function 0x1feb010 registered
Oct 11 11:10:47 thoth fstab_id[32154]: found 'proc'@'/proc'
Oct 11 11:10:47 thoth fstab_id[32154]: found '/dev/mapper/thoth-root'@'/'
Oct 11 11:10:47 thoth fstab_id[32154]: found '/dev/md0'@'/boot'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'md0' == 'dm-8'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'md0' == 'block/253:8'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'md0' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'md0' == 'disk/by-id/dm-name-thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'md0' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'md0' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: found '/dev/mapper/thoth-home'@'/home'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-home' == 'dm-8'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-home' == 'block/253:8'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-home' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-home' == 'disk/by-id/dm-name-thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-home' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-home' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: found '/dev/mapper/thoth-var'@'/var'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-var' == 'dm-8'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-var' == 'block/253:8'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-var' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-var' == 'disk/by-id/dm-name-thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-var' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-var' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: found '/dev/mapper/thoth-repos'@'/srv/repos'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-repos' == 'dm-8'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-repos' == 'block/253:8'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-repos' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-repos' == 'disk/by-id/dm-name-thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-repos' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-repos' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: found '/dev/mapper/thoth-buildslave'@'/var/local/lib/buildslave'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-buildslave' == 'dm-8'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-buildslave' == 'block/253:8'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-buildslave' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-buildslave' == 'disk/by-id/dm-name-thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-buildslave' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-buildslave' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: found '/dev/thoth/build'@'/srv/build'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'thoth/build' == 'dm-8'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'thoth/build' == 'block/253:8'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'thoth/build' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'thoth/build' == 'disk/by-id/dm-name-thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'thoth/build' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'thoth/build' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: found '/dev/thoth/buildresult'@'/srv/buildresult'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'thoth/buildresult' == 'dm-8'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'thoth/buildresult' == 'block/253:8'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'thoth/buildresult' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'thoth/buildresult' == 'disk/by-id/dm-name-thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'thoth/buildresult' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'thoth/buildresult' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: found '/dev/mapper/thoth-swap'@'none'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-swap' == 'dm-8'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-swap' == 'block/253:8'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-swap' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-swap' == 'disk/by-id/dm-name-thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-swap' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'mapper/thoth-swap' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: found '/srv/tftp/ontpre/cd080802.iso'@'/srv/tftp/ontpre/cd080802'
Oct 11 11:10:47 thoth fstab_id[32154]: found 'LABEL=backup'@'/media/backup'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'backup' == 'dm-8'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'backup' == 'block/253:8'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'backup' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'backup' == 'disk/by-id/dm-name-thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'backup' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:10:47 thoth fstab_id[32154]: compare 'backup' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth udevd-work[31149]: 'fstab_import dm-8 block/253:8 mapper/thoth-blah disk/by-id/dm-name-thoth-blah disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv mapper/thoth-blah' returned with exitcode 1
Oct 11 11:10:47 thoth udevd-work[31149]: GROUP 6 /lib/udev/rules.d/91-permissions.rules:4
Oct 11 11:10:47 thoth udevd-work[31149]: no node name set, will use kernel supplied name 'dm-8'
Oct 11 11:10:47 thoth udevd-work[31149]: created db file for '/devices/virtual/block/dm-8' in '/dev/.udev/db/block:dm-8'
Oct 11 11:10:47 thoth udevd-work[31149]: creating device node '/dev/dm-8', devnum=253:8, mode=0660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd-work[31149]: preserve file '/dev/dm-8', because it has correct dev_t
Oct 11 11:10:47 thoth udevd-work[31149]: preserve permissions /dev/dm-8, 060660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd-work[31149]: preserve already existing symlink '/dev/block/253:8' to '../dm-8'
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/mapper/thoth-blah' to '/dev/dm-8'
Oct 11 11:10:47 thoth udevd-work[31149]: found existing node instead of symlink '/dev/mapper/thoth-blah'
Oct 11 11:10:47 thoth udevd-work[31149]: replace device node '/dev/mapper/thoth-blah' with symlink to our node '/dev/dm-8'
Oct 11 11:10:47 thoth udevd-work[31149]: atomically replace '/dev/mapper/thoth-blah'
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/disk/by-id/dm-name-thoth-blah' to '/dev/dm-8'
Oct 11 11:10:47 thoth udevd-work[31149]: creating symlink '/dev/disk/by-id/dm-name-thoth-blah' to '../../dm-8'
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv' to '/dev/dm-8'
Oct 11 11:10:47 thoth udevd-work[31149]: creating symlink '/dev/disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv' to '../../dm-8'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup udevcomplete 4234187' started
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup udevcomplete 4234187' returned with exitcode 0
Oct 11 11:10:47 thoth udevd-work[31149]: passed -1 bytes to netlink monitor 0x253a8c0
Oct 11 11:10:47 thoth udevd-work[31149]: seq 2071 processed with 0
Oct 11 11:10:47 thoth udevd[642]: seq 2071 done with 0
Oct 11 11:10:47 thoth udevd[642]: seq 2072 queued, 'add' 'block'
Oct 11 11:10:47 thoth udevd[642]: passed 170 bytes to netlink monitor 0x252e1d0
Oct 11 11:10:47 thoth udevd[642]: seq 2073 queued, 'add' 'bdi'
Oct 11 11:10:47 thoth udevd-work[31149]: seq 2072 running
Oct 11 11:10:47 thoth udevd[642]: passed 123 bytes to netlink monitor 0x252e1d0
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x2542f90 has devpath '/devices/virtual/block/dm-9'
Oct 11 11:10:47 thoth udevd-work[31150]: seq 2073 running
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'block/253:9' /lib/udev/rules.d/50-udev-default.rules:1
Oct 11 11:10:47 thoth udevd-work[31150]: device 0x252e2d0 has devpath '/devices/virtual/bdi/253:9'
Oct 11 11:10:47 thoth udevd-work[31149]: GROUP 6 /lib/udev/rules.d/91-permissions.rules:4
Oct 11 11:10:47 thoth udevd-work[31150]: passed -1 bytes to netlink monitor 0x253aef0
Oct 11 11:10:47 thoth udevd-work[31150]: seq 2073 processed with 0
Oct 11 11:10:47 thoth udevd-work[31149]: no node name set, will use kernel supplied name 'dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: created db link (dm-9 block/253:9)
Oct 11 11:10:47 thoth udevd-work[31149]: creating device node '/dev/dm-9', devnum=253:9, mode=0660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd-work[31149]: preserve file '/dev/dm-9', because it has correct dev_t
Oct 11 11:10:47 thoth udevd-work[31149]: preserve permissions /dev/dm-9, 060660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd[642]: seq 2073 done with 0
Oct 11 11:10:47 thoth udevd-work[31149]: creating symlink '/dev/block/253:9' to '../dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: passed -1 bytes to netlink monitor 0x253a8c0
Oct 11 11:10:47 thoth udevd-work[31149]: seq 2072 processed with 0
Oct 11 11:10:47 thoth udevd[642]: seq 2072 done with 0
Oct 11 11:10:47 thoth udevd[642]: seq 2074 queued, 'change' 'block'
Oct 11 11:10:47 thoth udevd[642]: passed 191 bytes to netlink monitor 0x252e1d0
Oct 11 11:10:47 thoth udevd-work[31149]: seq 2074 running
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x253fbf0 has devpath '/devices/virtual/block/dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x253fbf0 filled with db symlink data '/dev/dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'block/253:9' /lib/udev/rules.d/50-udev-default.rules:1
Oct 11 11:10:47 thoth udevd-work[31149]: IMPORT '/sbin/dmsetup udevflags 4252065' /lib/udev/rules.d/55-dm.rules:20
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup udevflags 4252065' started
Oct 11 11:10:47 thoth udevd[642]: seq 2075 queued, 'add' 'block'
Oct 11 11:10:47 thoth udevd[642]: passed 173 bytes to netlink monitor 0x252e1d0
Oct 11 11:10:47 thoth udevd[642]: seq 2076 queued, 'add' 'bdi'
Oct 11 11:10:47 thoth udevd-work[31150]: seq 2075 running
Oct 11 11:10:47 thoth udevd-work[31150]: device 0x252e450 has devpath '/devices/virtual/block/dm-10'
Oct 11 11:10:47 thoth udevd[642]: seq 2076 forked new worker [32159]
Oct 11 11:10:47 thoth udevd-work[31150]: LINK 'block/253:10' /lib/udev/rules.d/50-udev-default.rules:1
Oct 11 11:10:47 thoth udevd-work[31150]: GROUP 6 /lib/udev/rules.d/91-permissions.rules:4
Oct 11 11:10:47 thoth udevd-work[32159]: seq 2076 running
Oct 11 11:10:47 thoth udevd-work[31150]: no node name set, will use kernel supplied name 'dm-10'
Oct 11 11:10:47 thoth udevd-work[31150]: created db link (dm-10 block/253:10)
Oct 11 11:10:47 thoth udevd-work[32159]: device 0x253a760 has devpath '/devices/virtual/bdi/253:10'
Oct 11 11:10:47 thoth udevd-work[31150]: creating device node '/dev/dm-10', devnum=253:10, mode=0660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd-work[31150]: preserve file '/dev/dm-10', because it has correct dev_t
Oct 11 11:10:47 thoth udevd-work[31150]: preserve permissions /dev/dm-10, 060660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd-work[31150]: creating symlink '/dev/block/253:10' to '../dm-10'
Oct 11 11:10:47 thoth udevd-work[31150]: passed -1 bytes to netlink monitor 0x253aef0
Oct 11 11:10:47 thoth udevd-work[31150]: seq 2075 processed with 0
Oct 11 11:10:47 thoth udevd[642]: seq 2075 done with 0
Oct 11 11:10:47 thoth udevd-work[32159]: passed -1 bytes to netlink monitor 0x253a5e0
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup' (stdout) 'DM_UDEV_PRIMARY_SOURCE_FLAG='1''
Oct 11 11:10:47 thoth udevd-work[32159]: seq 2076 processed with 0
Oct 11 11:10:47 thoth udevd[642]: seq 2077 queued, 'change' 'block'
Oct 11 11:10:47 thoth udevd[642]: passed 194 bytes to netlink monitor 0x252e1d0
Oct 11 11:10:47 thoth udevd[642]: seq 2076 done with 0
Oct 11 11:10:47 thoth udevd-work[31150]: seq 2077 running
Oct 11 11:10:47 thoth udevd-work[31150]: device 0x252e450 has devpath '/devices/virtual/block/dm-10'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup udevflags 4252065' returned with exitcode 0
Oct 11 11:10:47 thoth udevd-work[31150]: device 0x252e450 filled with db symlink data '/dev/dm-10'
Oct 11 11:10:47 thoth udevd-work[31150]: LINK 'block/253:10' /lib/udev/rules.d/50-udev-default.rules:1
Oct 11 11:10:47 thoth udevd-work[31149]: RUN '/sbin/dmsetup udevcomplete $env{DM_COOKIE}' /lib/udev/rules.d/55-dm.rules:21
Oct 11 11:10:47 thoth udevd-work[31150]: IMPORT '/sbin/dmsetup udevflags 4252065' /lib/udev/rules.d/55-dm.rules:20
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/dmsetup udevflags 4252065' started
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'mapper/thoth-home-real' /lib/udev/rules.d/55-dm.rules:78
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'disk/by-id/dm-name-thoth-home-real' /lib/udev/rules.d/60-persistent-storage-dm.rules:9
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real' /lib/udev/rules.d/60-persistent-storage-dm.rules:10
Oct 11 11:10:47 thoth udevd-work[31149]: IMPORT '/sbin/blkid -o udev -p /dev/dm-9' /lib/udev/rules.d/60-persistent-storage-dm.rules:14
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid -o udev -p /dev/dm-9' started
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/dmsetup' (stdout) 'DM_UDEV_PRIMARY_SOURCE_FLAG='1''
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/dmsetup udevflags 4252065' returned with exitcode 0
Oct 11 11:10:47 thoth udevd-work[31150]: RUN '/sbin/dmsetup udevcomplete $env{DM_COOKIE}' /lib/udev/rules.d/55-dm.rules:21
Oct 11 11:10:47 thoth udevd-work[31150]: LINK 'mapper/thoth-blah-cow' /lib/udev/rules.d/55-dm.rules:78
Oct 11 11:10:47 thoth udevd-work[31150]: LINK 'disk/by-id/dm-name-thoth-blah-cow' /lib/udev/rules.d/60-persistent-storage-dm.rules:9
Oct 11 11:10:47 thoth udevd-work[31150]: LINK 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv-cow' /lib/udev/rules.d/60-persistent-storage-dm.rules:10
Oct 11 11:10:47 thoth udevd-work[31150]: IMPORT '/sbin/blkid -o udev -p /dev/dm-10' /lib/udev/rules.d/60-persistent-storage-dm.rules:14
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/blkid -o udev -p /dev/dm-10' started
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/blkid -o udev -p /dev/dm-10' returned with exitcode 2
Oct 11 11:10:47 thoth udevd-work[31150]: GROUP 6 /lib/udev/rules.d/91-permissions.rules:4
Oct 11 11:10:47 thoth udevd-work[31150]: no node name set, will use kernel supplied name 'dm-10'
Oct 11 11:10:47 thoth udevd-work[31150]: created db file for '/devices/virtual/block/dm-10' in '/dev/.udev/db/block:dm-10'
Oct 11 11:10:47 thoth udevd-work[31150]: creating device node '/dev/dm-10', devnum=253:10, mode=0660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd-work[31150]: preserve file '/dev/dm-10', because it has correct dev_t
Oct 11 11:10:47 thoth udevd-work[31150]: preserve permissions /dev/dm-10, 060660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd-work[31150]: preserve already existing symlink '/dev/block/253:10' to '../dm-10'
Oct 11 11:10:47 thoth udevd-work[31150]: creating link '/dev/mapper/thoth-blah-cow' to '/dev/dm-10'
Oct 11 11:10:47 thoth udevd-work[31150]: creating symlink '/dev/mapper/thoth-blah-cow' to '../dm-10'
Oct 11 11:10:47 thoth udevd-work[31150]: creating link '/dev/disk/by-id/dm-name-thoth-blah-cow' to '/dev/dm-10'
Oct 11 11:10:47 thoth udevd-work[31150]: creating symlink '/dev/disk/by-id/dm-name-thoth-blah-cow' to '../../dm-10'
Oct 11 11:10:47 thoth udevd-work[31150]: creating link '/dev/disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv-cow' to '/dev/dm-10'
Oct 11 11:10:47 thoth udevd-work[31150]: creating symlink '/dev/disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv-cow' to '../../dm-10'
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/dmsetup udevcomplete 4252065' started
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/dmsetup udevcomplete 4252065' returned with exitcode 0
Oct 11 11:10:47 thoth udevd-work[31150]: passed -1 bytes to netlink monitor 0x253aef0
Oct 11 11:10:47 thoth udevd-work[31150]: seq 2077 processed with 0
Oct 11 11:10:47 thoth udevd[642]: seq 2077 done with 0
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_UUID=cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_UUID_ENC=cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_VERSION=1.0'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_TYPE=ext3'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_USAGE=filesystem'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid -o udev -p /dev/dm-9' returned with exitcode 0
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55' /lib/udev/rules.d/60-persistent-storage-dm.rules:15
Oct 11 11:10:47 thoth udevd-work[31149]: IMPORT 'fstab_import dm-9 block/253:9 mapper/thoth-home-real disk/by-id/dm-name-thoth-home-real disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55 mapper/thoth-home-real' /lib/udev/rules.d/79-fstab_import.rules:1
Oct 11 11:10:47 thoth udevd-work[31149]: 'fstab_import dm-9 block/253:9 mapper/thoth-home-real disk/by-id/dm-name-thoth-home-real disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55 mapper/thoth-home-real' started
Oct 11 11:10:47 thoth fstab_id[32166]: custom logging function 0xa23010 registered
Oct 11 11:10:47 thoth fstab_id[32166]: found 'proc'@'/proc'
Oct 11 11:10:47 thoth fstab_id[32166]: found '/dev/mapper/thoth-root'@'/'
Oct 11 11:10:47 thoth fstab_id[32166]: found '/dev/md0'@'/boot'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'md0' == 'dm-9'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'md0' == 'block/253:9'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'md0' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'md0' == 'disk/by-id/dm-name-thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'md0' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'md0' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'md0' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: found '/dev/mapper/thoth-home'@'/home'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-home' == 'dm-9'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-home' == 'block/253:9'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-home' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-home' == 'disk/by-id/dm-name-thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-home' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-home' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-home' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: found '/dev/mapper/thoth-var'@'/var'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-var' == 'dm-9'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-var' == 'block/253:9'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-var' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-var' == 'disk/by-id/dm-name-thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-var' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-var' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-var' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: found '/dev/mapper/thoth-repos'@'/srv/repos'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-repos' == 'dm-9'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-repos' == 'block/253:9'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-repos' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-repos' == 'disk/by-id/dm-name-thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-repos' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-repos' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-repos' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: found '/dev/mapper/thoth-buildslave'@'/var/local/lib/buildslave'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-buildslave' == 'dm-9'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-buildslave' == 'block/253:9'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-buildslave' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-buildslave' == 'disk/by-id/dm-name-thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-buildslave' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-buildslave' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-buildslave' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: found '/dev/thoth/build'@'/srv/build'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'thoth/build' == 'dm-9'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'thoth/build' == 'block/253:9'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'thoth/build' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'thoth/build' == 'disk/by-id/dm-name-thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'thoth/build' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'thoth/build' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'thoth/build' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: found '/dev/thoth/buildresult'@'/srv/buildresult'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'thoth/buildresult' == 'dm-9'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'thoth/buildresult' == 'block/253:9'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'thoth/buildresult' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'thoth/buildresult' == 'disk/by-id/dm-name-thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'thoth/buildresult' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'thoth/buildresult' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'thoth/buildresult' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: found '/dev/mapper/thoth-swap'@'none'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-swap' == 'dm-9'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-swap' == 'block/253:9'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-swap' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-swap' == 'disk/by-id/dm-name-thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-swap' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-swap' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'mapper/thoth-swap' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: found '/srv/tftp/ontpre/cd080802.iso'@'/srv/tftp/ontpre/cd080802'
Oct 11 11:10:47 thoth fstab_id[32166]: found 'LABEL=backup'@'/media/backup'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'backup' == 'dm-9'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'backup' == 'block/253:9'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'backup' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'backup' == 'disk/by-id/dm-name-thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'backup' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'backup' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32166]: compare 'backup' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth udevd-work[31149]: 'fstab_import dm-9 block/253:9 mapper/thoth-home-real disk/by-id/dm-name-thoth-home-real disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55 mapper/thoth-home-real' returned with exitcode 1
Oct 11 11:10:47 thoth udevd-work[31149]: GROUP 6 /lib/udev/rules.d/91-permissions.rules:4
Oct 11 11:10:47 thoth udevd-work[31149]: no node name set, will use kernel supplied name 'dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: created db file for '/devices/virtual/block/dm-9' in '/dev/.udev/db/block:dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: creating device node '/dev/dm-9', devnum=253:9, mode=0660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd-work[31149]: preserve file '/dev/dm-9', because it has correct dev_t
Oct 11 11:10:47 thoth udevd-work[31149]: preserve permissions /dev/dm-9, 060660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd-work[31149]: preserve already existing symlink '/dev/block/253:9' to '../dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/mapper/thoth-home-real' to '/dev/dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: creating symlink '/dev/mapper/thoth-home-real' to '../dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/disk/by-id/dm-name-thoth-home-real' to '/dev/dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: creating symlink '/dev/disk/by-id/dm-name-thoth-home-real' to '../../dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real' to '/dev/dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: creating symlink '/dev/disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real' to '../../dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: found 'b253:1' claiming '/dev/.udev/links/disk\x2fby-uuid\x2fcc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x252e640 has devpath '/devices/virtual/block/dm-1'
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x252e640 filled with db file data
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55' to '/dev/dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: atomically replace '/dev/disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup udevcomplete 4252065' started
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup udevcomplete 4252065' returned with exitcode 0
Oct 11 11:10:47 thoth udevd-work[31149]: passed -1 bytes to netlink monitor 0x253a8c0
Oct 11 11:10:47 thoth udevd-work[31149]: seq 2074 processed with 0
Oct 11 11:10:47 thoth udevd[642]: seq 2074 done with 0
Oct 11 11:10:47 thoth udevd[642]: seq 2078 queued, 'change' 'block'
Oct 11 11:10:47 thoth udevd[642]: passed 191 bytes to netlink monitor 0x252e1d0
Oct 11 11:10:47 thoth udevd[642]: seq 2079 queued, 'change' 'block'
Oct 11 11:10:47 thoth udevd[642]: passed 191 bytes to netlink monitor 0x252e1d0
Oct 11 11:10:47 thoth udevd-work[31150]: seq 2079 running
Oct 11 11:10:47 thoth udevd-work[31149]: seq 2078 running
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x253d920 has devpath '/devices/virtual/block/dm-9'
Oct 11 11:10:47 thoth udevd-work[31150]: device 0x253c5a0 has devpath '/devices/virtual/block/dm-8'
Oct 11 11:10:47 thoth udevd-work[31150]: device 0x253c5a0 filled with db file data
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x253d920 filled with db file data
Oct 11 11:10:47 thoth udevd-work[31150]: LINK 'block/253:8' /lib/udev/rules.d/50-udev-default.rules:1
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'block/253:9' /lib/udev/rules.d/50-udev-default.rules:1
Oct 11 11:10:47 thoth udevd-work[31150]: IMPORT '/sbin/dmsetup udevflags 4224025' /lib/udev/rules.d/55-dm.rules:20
Oct 11 11:10:47 thoth udevd-work[31149]: IMPORT '/sbin/dmsetup udevflags 4224025' /lib/udev/rules.d/55-dm.rules:20
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/dmsetup udevflags 4224025' started
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup udevflags 4224025' started
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/dmsetup' (stdout) 'DM_UDEV_PRIMARY_SOURCE_FLAG='1''
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup' (stdout) 'DM_UDEV_PRIMARY_SOURCE_FLAG='1''
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/dmsetup udevflags 4224025' returned with exitcode 0
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup udevflags 4224025' returned with exitcode 0
Oct 11 11:10:47 thoth udevd-work[31150]: RUN '/sbin/dmsetup udevcomplete $env{DM_COOKIE}' /lib/udev/rules.d/55-dm.rules:21
Oct 11 11:10:47 thoth udevd-work[31149]: RUN '/sbin/dmsetup udevcomplete $env{DM_COOKIE}' /lib/udev/rules.d/55-dm.rules:21
Oct 11 11:10:47 thoth udevd-work[31150]: LINK 'mapper/thoth-blah' /lib/udev/rules.d/55-dm.rules:78
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'mapper/thoth-home-real' /lib/udev/rules.d/55-dm.rules:78
Oct 11 11:10:47 thoth udevd-work[31150]: LINK 'disk/by-id/dm-name-thoth-blah' /lib/udev/rules.d/60-persistent-storage-dm.rules:9
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'disk/by-id/dm-name-thoth-home-real' /lib/udev/rules.d/60-persistent-storage-dm.rules:9
Oct 11 11:10:47 thoth udevd-work[31150]: LINK 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv' /lib/udev/rules.d/60-persistent-storage-dm.rules:10
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real' /lib/udev/rules.d/60-persistent-storage-dm.rules:10
Oct 11 11:10:47 thoth udevd-work[31150]: IMPORT '/sbin/blkid -o udev -p /dev/dm-8' /lib/udev/rules.d/60-persistent-storage-dm.rules:14
Oct 11 11:10:47 thoth udevd-work[31149]: IMPORT '/sbin/blkid -o udev -p /dev/dm-9' /lib/udev/rules.d/60-persistent-storage-dm.rules:14
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/blkid -o udev -p /dev/dm-8' started
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid -o udev -p /dev/dm-9' started
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_UUID=cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_UUID_ENC=cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_VERSION=1.0'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_TYPE=ext3'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_USAGE=filesystem'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid -o udev -p /dev/dm-9' returned with exitcode 0
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55' /lib/udev/rules.d/60-persistent-storage-dm.rules:15
Oct 11 11:10:47 thoth udevd-work[31149]: IMPORT 'fstab_import dm-9 block/253:9 mapper/thoth-home-real disk/by-id/dm-name-thoth-home-real disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55 mapper/thoth-home-real' /lib/udev/rules.d/79-fstab_import.rules:1
Oct 11 11:10:47 thoth udevd-work[31149]: 'fstab_import dm-9 block/253:9 mapper/thoth-home-real disk/by-id/dm-name-thoth-home-real disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55 mapper/thoth-home-real' started
Oct 11 11:10:47 thoth fstab_id[32172]: custom logging function 0x1caf010 registered
Oct 11 11:10:47 thoth fstab_id[32172]: found 'proc'@'/proc'
Oct 11 11:10:47 thoth fstab_id[32172]: found '/dev/mapper/thoth-root'@'/'
Oct 11 11:10:47 thoth fstab_id[32172]: found '/dev/md0'@'/boot'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'md0' == 'dm-9'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'md0' == 'block/253:9'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'md0' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'md0' == 'disk/by-id/dm-name-thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'md0' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'md0' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'md0' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: found '/dev/mapper/thoth-home'@'/home'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-home' == 'dm-9'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-home' == 'block/253:9'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-home' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-home' == 'disk/by-id/dm-name-thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-home' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-home' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-home' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: found '/dev/mapper/thoth-var'@'/var'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-var' == 'dm-9'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-var' == 'block/253:9'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-var' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-var' == 'disk/by-id/dm-name-thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-var' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-var' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-var' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: found '/dev/mapper/thoth-repos'@'/srv/repos'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-repos' == 'dm-9'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-repos' == 'block/253:9'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-repos' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-repos' == 'disk/by-id/dm-name-thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-repos' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-repos' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-repos' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: found '/dev/mapper/thoth-buildslave'@'/var/local/lib/buildslave'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-buildslave' == 'dm-9'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-buildslave' == 'block/253:9'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-buildslave' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-buildslave' == 'disk/by-id/dm-name-thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-buildslave' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-buildslave' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-buildslave' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: found '/dev/thoth/build'@'/srv/build'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'thoth/build' == 'dm-9'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'thoth/build' == 'block/253:9'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'thoth/build' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'thoth/build' == 'disk/by-id/dm-name-thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'thoth/build' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'thoth/build' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'thoth/build' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: found '/dev/thoth/buildresult'@'/srv/buildresult'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'thoth/buildresult' == 'dm-9'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'thoth/buildresult' == 'block/253:9'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'thoth/buildresult' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'thoth/buildresult' == 'disk/by-id/dm-name-thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'thoth/buildresult' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'thoth/buildresult' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'thoth/buildresult' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: found '/dev/mapper/thoth-swap'@'none'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-swap' == 'dm-9'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-swap' == 'block/253:9'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-swap' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-swap' == 'disk/by-id/dm-name-thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-swap' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-swap' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'mapper/thoth-swap' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: found '/srv/tftp/ontpre/cd080802.iso'@'/srv/tftp/ontpre/cd080802'
Oct 11 11:10:47 thoth fstab_id[32172]: found 'LABEL=backup'@'/media/backup'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'backup' == 'dm-9'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'backup' == 'block/253:9'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'backup' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'backup' == 'disk/by-id/dm-name-thoth-home-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'backup' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'backup' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32172]: compare 'backup' == 'mapper/thoth-home-real'
Oct 11 11:10:47 thoth udevd-work[31149]: 'fstab_import dm-9 block/253:9 mapper/thoth-home-real disk/by-id/dm-name-thoth-home-real disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55 mapper/thoth-home-real' returned with exitcode 1
Oct 11 11:10:47 thoth udevd-work[31149]: GROUP 6 /lib/udev/rules.d/91-permissions.rules:4
Oct 11 11:10:47 thoth udevd-work[31149]: no node name set, will use kernel supplied name 'dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: created db file for '/devices/virtual/block/dm-9' in '/dev/.udev/db/block:dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: creating device node '/dev/dm-9', devnum=253:9, mode=0660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd-work[31149]: preserve file '/dev/dm-9', because it has correct dev_t
Oct 11 11:10:47 thoth udevd-work[31149]: preserve permissions /dev/dm-9, 060660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd-work[31149]: preserve already existing symlink '/dev/block/253:9' to '../dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: found 'b253:9' claiming '/dev/.udev/links/mapper\x2fthoth-home-real'
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/mapper/thoth-home-real' to '/dev/dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: preserve already existing symlink '/dev/mapper/thoth-home-real' to '../dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: found 'b253:9' claiming '/dev/.udev/links/disk\x2fby-id\x2fdm-name-thoth-home-real'
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/disk/by-id/dm-name-thoth-home-real' to '/dev/dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: preserve already existing symlink '/dev/disk/by-id/dm-name-thoth-home-real' to '../../dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: found 'b253:9' claiming '/dev/.udev/links/disk\x2fby-id\x2fdm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real' to '/dev/dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: preserve already existing symlink '/dev/disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real' to '../../dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: found 'b253:9' claiming '/dev/.udev/links/disk\x2fby-uuid\x2fcc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth udevd-work[31149]: found 'b253:1' claiming '/dev/.udev/links/disk\x2fby-uuid\x2fcc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x25339e0 has devpath '/devices/virtual/block/dm-1'
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x25339e0 filled with db file data
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55' to '/dev/dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: preserve already existing symlink '/dev/disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55' to '../../dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup udevcomplete 4224025' started
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup udevcomplete 4224025' returned with exitcode 0
Oct 11 11:10:47 thoth udevd-work[31149]: passed -1 bytes to netlink monitor 0x253a8c0
Oct 11 11:10:47 thoth udevd-work[31149]: seq 2078 processed with 0
Oct 11 11:10:47 thoth udevd[642]: seq 2078 done with 0
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/blkid' (stdout) 'ID_FS_UUID=cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/blkid' (stdout) 'ID_FS_UUID_ENC=cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/blkid' (stdout) 'ID_FS_SEC_TYPE=ext2'
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/blkid' (stdout) 'ID_FS_VERSION=1.0'
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/blkid' (stdout) 'ID_FS_TYPE=ext3'
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/blkid' (stdout) 'ID_FS_USAGE=filesystem'
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/blkid -o udev -p /dev/dm-8' returned with exitcode 0
Oct 11 11:10:47 thoth udevd-work[31150]: LINK 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55' /lib/udev/rules.d/60-persistent-storage-dm.rules:15
Oct 11 11:10:47 thoth udevd-work[31150]: IMPORT 'fstab_import dm-8 block/253:8 mapper/thoth-blah disk/by-id/dm-name-thoth-blah disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55 mapper/thoth-blah' /lib/udev/rules.d/79-fstab_import.rules:1
Oct 11 11:10:47 thoth udevd-work[31150]: 'fstab_import dm-8 block/253:8 mapper/thoth-blah disk/by-id/dm-name-thoth-blah disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55 mapper/thoth-blah' started
Oct 11 11:10:47 thoth fstab_id[32174]: custom logging function 0x8c0010 registered
Oct 11 11:10:47 thoth fstab_id[32174]: found 'proc'@'/proc'
Oct 11 11:10:47 thoth fstab_id[32174]: found '/dev/mapper/thoth-root'@'/'
Oct 11 11:10:47 thoth fstab_id[32174]: found '/dev/md0'@'/boot'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'md0' == 'dm-8'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'md0' == 'block/253:8'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'md0' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'md0' == 'disk/by-id/dm-name-thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'md0' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'md0' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'md0' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: found '/dev/mapper/thoth-home'@'/home'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-home' == 'dm-8'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-home' == 'block/253:8'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-home' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-home' == 'disk/by-id/dm-name-thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-home' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-home' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-home' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: found '/dev/mapper/thoth-var'@'/var'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-var' == 'dm-8'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-var' == 'block/253:8'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-var' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-var' == 'disk/by-id/dm-name-thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-var' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-var' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-var' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: found '/dev/mapper/thoth-repos'@'/srv/repos'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-repos' == 'dm-8'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-repos' == 'block/253:8'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-repos' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-repos' == 'disk/by-id/dm-name-thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-repos' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-repos' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-repos' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: found '/dev/mapper/thoth-buildslave'@'/var/local/lib/buildslave'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-buildslave' == 'dm-8'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-buildslave' == 'block/253:8'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-buildslave' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-buildslave' == 'disk/by-id/dm-name-thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-buildslave' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-buildslave' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-buildslave' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: found '/dev/thoth/build'@'/srv/build'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'thoth/build' == 'dm-8'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'thoth/build' == 'block/253:8'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'thoth/build' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'thoth/build' == 'disk/by-id/dm-name-thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'thoth/build' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'thoth/build' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'thoth/build' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: found '/dev/thoth/buildresult'@'/srv/buildresult'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'thoth/buildresult' == 'dm-8'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'thoth/buildresult' == 'block/253:8'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'thoth/buildresult' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'thoth/buildresult' == 'disk/by-id/dm-name-thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'thoth/buildresult' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'thoth/buildresult' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'thoth/buildresult' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: found '/dev/mapper/thoth-swap'@'none'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-swap' == 'dm-8'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-swap' == 'block/253:8'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-swap' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-swap' == 'disk/by-id/dm-name-thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-swap' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-swap' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'mapper/thoth-swap' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: found '/srv/tftp/ontpre/cd080802.iso'@'/srv/tftp/ontpre/cd080802'
Oct 11 11:10:47 thoth fstab_id[32174]: found 'LABEL=backup'@'/media/backup'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'backup' == 'dm-8'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'backup' == 'block/253:8'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'backup' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'backup' == 'disk/by-id/dm-name-thoth-blah'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'backup' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'backup' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32174]: compare 'backup' == 'mapper/thoth-blah'
Oct 11 11:10:47 thoth udevd-work[31150]: 'fstab_import dm-8 block/253:8 mapper/thoth-blah disk/by-id/dm-name-thoth-blah disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55 mapper/thoth-blah' returned with exitcode 1
Oct 11 11:10:47 thoth udevd-work[31150]: GROUP 6 /lib/udev/rules.d/91-permissions.rules:4
Oct 11 11:10:47 thoth udevd-work[31150]: no node name set, will use kernel supplied name 'dm-8'
Oct 11 11:10:47 thoth udevd-work[31150]: created db file for '/devices/virtual/block/dm-8' in '/dev/.udev/db/block:dm-8'
Oct 11 11:10:47 thoth udevd-work[31150]: creating device node '/dev/dm-8', devnum=253:8, mode=0660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd-work[31150]: preserve file '/dev/dm-8', because it has correct dev_t
Oct 11 11:10:47 thoth udevd-work[31150]: preserve permissions /dev/dm-8, 060660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd-work[31150]: preserve already existing symlink '/dev/block/253:8' to '../dm-8'
Oct 11 11:10:47 thoth udevd-work[31150]: found 'b253:8' claiming '/dev/.udev/links/mapper\x2fthoth-blah'
Oct 11 11:10:47 thoth udevd-work[31150]: creating link '/dev/mapper/thoth-blah' to '/dev/dm-8'
Oct 11 11:10:47 thoth udevd-work[31150]: preserve already existing symlink '/dev/mapper/thoth-blah' to '../dm-8'
Oct 11 11:10:47 thoth udevd-work[31150]: found 'b253:8' claiming '/dev/.udev/links/disk\x2fby-id\x2fdm-name-thoth-blah'
Oct 11 11:10:47 thoth udevd-work[31150]: creating link '/dev/disk/by-id/dm-name-thoth-blah' to '/dev/dm-8'
Oct 11 11:10:47 thoth udevd-work[31150]: preserve already existing symlink '/dev/disk/by-id/dm-name-thoth-blah' to '../../dm-8'
Oct 11 11:10:47 thoth udevd-work[31150]: found 'b253:8' claiming '/dev/.udev/links/disk\x2fby-id\x2fdm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:10:47 thoth udevd-work[31150]: creating link '/dev/disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv' to '/dev/dm-8'
Oct 11 11:10:47 thoth udevd-work[31150]: preserve already existing symlink '/dev/disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv' to '../../dm-8'
Oct 11 11:10:47 thoth udevd-work[31150]: found 'b253:9' claiming '/dev/.udev/links/disk\x2fby-uuid\x2fcc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth udevd-work[31150]: device 0x253d240 has devpath '/devices/virtual/block/dm-9'
Oct 11 11:10:47 thoth udevd-work[31150]: device 0x253d240 filled with db file data
Oct 11 11:10:47 thoth udevd-work[31150]: found 'b253:1' claiming '/dev/.udev/links/disk\x2fby-uuid\x2fcc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth udevd-work[31150]: device 0x253d240 has devpath '/devices/virtual/block/dm-1'
Oct 11 11:10:47 thoth udevd-work[31150]: device 0x253d240 filled with db file data
Oct 11 11:10:47 thoth udevd-work[31150]: creating link '/dev/disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55' to '/dev/dm-8'
Oct 11 11:10:47 thoth udevd-work[31150]: atomically replace '/dev/disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/dmsetup udevcomplete 4224025' started
Oct 11 11:10:47 thoth udevd-work[31150]: '/sbin/dmsetup udevcomplete 4224025' returned with exitcode 0
Oct 11 11:10:47 thoth udevd-work[31150]: passed -1 bytes to netlink monitor 0x253aef0
Oct 11 11:10:47 thoth udevd-work[31150]: seq 2079 processed with 0
Oct 11 11:10:47 thoth udevd[642]: seq 2079 done with 0
Oct 11 11:10:47 thoth udevd[642]: seq 2080 queued, 'change' 'block'
Oct 11 11:10:47 thoth udevd[642]: passed 191 bytes to netlink monitor 0x252e1d0
Oct 11 11:10:47 thoth udevd-work[31149]: seq 2080 running
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x252e290 has devpath '/devices/virtual/block/dm-1'
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x252e290 filled with db file data
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'block/253:1' /lib/udev/rules.d/50-udev-default.rules:1
Oct 11 11:10:47 thoth udevd-work[31149]: IMPORT '/sbin/dmsetup udevflags 4224025' /lib/udev/rules.d/55-dm.rules:20
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup udevflags 4224025' started
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup' (stdout) 'DM_UDEV_PRIMARY_SOURCE_FLAG='1''
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup udevflags 4224025' returned with exitcode 0
Oct 11 11:10:47 thoth udevd-work[31149]: RUN '/sbin/dmsetup udevcomplete $env{DM_COOKIE}' /lib/udev/rules.d/55-dm.rules:21
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'mapper/thoth-home' /lib/udev/rules.d/55-dm.rules:78
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'disk/by-id/dm-name-thoth-home' /lib/udev/rules.d/60-persistent-storage-dm.rules:9
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV' /lib/udev/rules.d/60-persistent-storage-dm.rules:10
Oct 11 11:10:47 thoth udevd-work[31149]: IMPORT '/sbin/blkid -o udev -p /dev/dm-1' /lib/udev/rules.d/60-persistent-storage-dm.rules:14
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid -o udev -p /dev/dm-1' started
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_UUID=cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_UUID_ENC=cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_VERSION=1.0'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_TYPE=ext3'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid' (stdout) 'ID_FS_USAGE=filesystem'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/blkid -o udev -p /dev/dm-1' returned with exitcode 0
Oct 11 11:10:47 thoth udevd-work[31149]: LINK 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55' /lib/udev/rules.d/60-persistent-storage-dm.rules:15
Oct 11 11:10:47 thoth udevd-work[31149]: IMPORT 'fstab_import dm-1 block/253:1 mapper/thoth-home disk/by-id/dm-name-thoth-home disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55 mapper/thoth-home' /lib/udev/rules.d/79-fstab_import.rules:1
Oct 11 11:10:47 thoth udevd-work[31149]: 'fstab_import dm-1 block/253:1 mapper/thoth-home disk/by-id/dm-name-thoth-home disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55 mapper/thoth-home' started
Oct 11 11:10:47 thoth fstab_id[32178]: custom logging function 0x10ca010 registered
Oct 11 11:10:47 thoth fstab_id[32178]: found 'proc'@'/proc'
Oct 11 11:10:47 thoth fstab_id[32178]: found '/dev/mapper/thoth-root'@'/'
Oct 11 11:10:47 thoth fstab_id[32178]: found '/dev/md0'@'/boot'
Oct 11 11:10:47 thoth fstab_id[32178]: compare 'md0' == 'dm-1'
Oct 11 11:10:47 thoth fstab_id[32178]: compare 'md0' == 'block/253:1'
Oct 11 11:10:47 thoth fstab_id[32178]: compare 'md0' == 'mapper/thoth-home'
Oct 11 11:10:47 thoth fstab_id[32178]: compare 'md0' == 'disk/by-id/dm-name-thoth-home'
Oct 11 11:10:47 thoth fstab_id[32178]: compare 'md0' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV'
Oct 11 11:10:47 thoth fstab_id[32178]: compare 'md0' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth fstab_id[32178]: compare 'md0' == 'mapper/thoth-home'
Oct 11 11:10:47 thoth fstab_id[32178]: found '/dev/mapper/thoth-home'@'/home'
Oct 11 11:10:47 thoth fstab_id[32178]: compare 'mapper/thoth-home' == 'dm-1'
Oct 11 11:10:47 thoth fstab_id[32178]: compare 'mapper/thoth-home' == 'block/253:1'
Oct 11 11:10:47 thoth fstab_id[32178]: compare 'mapper/thoth-home' == 'mapper/thoth-home'
Oct 11 11:10:47 thoth udevd-work[31149]: '/lib/udev/fstab_import' (stdout) 'FSTAB_NAME=/dev/mapper/thoth-home'
Oct 11 11:10:47 thoth udevd-work[31149]: '/lib/udev/fstab_import' (stdout) 'FSTAB_DIR=/home'
Oct 11 11:10:47 thoth udevd-work[31149]: '/lib/udev/fstab_import' (stdout) 'FSTAB_TYPE=ext3'
Oct 11 11:10:47 thoth udevd-work[31149]: '/lib/udev/fstab_import' (stdout) 'FSTAB_OPTS=defaults,acl,errors=remount-ro,barrier=1'
Oct 11 11:10:47 thoth udevd-work[31149]: '/lib/udev/fstab_import' (stdout) 'FSTAB_FREQ=0'
Oct 11 11:10:47 thoth udevd-work[31149]: '/lib/udev/fstab_import' (stdout) 'FSTAB_PASSNO=2'
Oct 11 11:10:47 thoth udevd-work[31149]: 'fstab_import dm-1 block/253:1 mapper/thoth-home disk/by-id/dm-name-thoth-home disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55 mapper/thoth-home' returned with exitcode 0
Oct 11 11:10:47 thoth udevd-work[31149]: GROUP 6 /lib/udev/rules.d/91-permissions.rules:4
Oct 11 11:10:47 thoth udevd-work[31149]: no node name set, will use kernel supplied name 'dm-1'
Oct 11 11:10:47 thoth udevd-work[31149]: created db file for '/devices/virtual/block/dm-1' in '/dev/.udev/db/block:dm-1'
Oct 11 11:10:47 thoth udevd-work[31149]: creating device node '/dev/dm-1', devnum=253:1, mode=0660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd-work[31149]: preserve file '/dev/dm-1', because it has correct dev_t
Oct 11 11:10:47 thoth udevd-work[31149]: preserve permissions /dev/dm-1, 060660, uid=0, gid=6
Oct 11 11:10:47 thoth udevd-work[31149]: preserve already existing symlink '/dev/block/253:1' to '../dm-1'
Oct 11 11:10:47 thoth udevd-work[31149]: found 'b253:1' claiming '/dev/.udev/links/mapper\x2fthoth-home'
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/mapper/thoth-home' to '/dev/dm-1'
Oct 11 11:10:47 thoth udevd-work[31149]: preserve already existing symlink '/dev/mapper/thoth-home' to '../dm-1'
Oct 11 11:10:47 thoth udevd-work[31149]: found 'b253:1' claiming '/dev/.udev/links/disk\x2fby-id\x2fdm-name-thoth-home'
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/disk/by-id/dm-name-thoth-home' to '/dev/dm-1'
Oct 11 11:10:47 thoth udevd-work[31149]: preserve already existing symlink '/dev/disk/by-id/dm-name-thoth-home' to '../../dm-1'
Oct 11 11:10:47 thoth udevd-work[31149]: found 'b253:1' claiming '/dev/.udev/links/disk\x2fby-id\x2fdm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV'
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV' to '/dev/dm-1'
Oct 11 11:10:47 thoth udevd-work[31149]: preserve already existing symlink '/dev/disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV' to '../../dm-1'
Oct 11 11:10:47 thoth udevd-work[31149]: found 'b253:8' claiming '/dev/.udev/links/disk\x2fby-uuid\x2fcc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x253c450 has devpath '/devices/virtual/block/dm-8'
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x253c450 filled with db file data
Oct 11 11:10:47 thoth udevd-work[31149]: found 'b253:9' claiming '/dev/.udev/links/disk\x2fby-uuid\x2fcc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x253c450 has devpath '/devices/virtual/block/dm-9'
Oct 11 11:10:47 thoth udevd-work[31149]: device 0x253c450 filled with db file data
Oct 11 11:10:47 thoth udevd-work[31149]: found 'b253:1' claiming '/dev/.udev/links/disk\x2fby-uuid\x2fcc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth udevd-work[31149]: creating link '/dev/disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55' to '/dev/dm-1'
Oct 11 11:10:47 thoth udevd-work[31149]: atomically replace '/dev/disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup udevcomplete 4224025' started
Oct 11 11:10:47 thoth udevd-work[31149]: '/sbin/dmsetup udevcomplete 4224025' returned with exitcode 0
Oct 11 11:10:47 thoth udevd-work[31149]: passed -1 bytes to netlink monitor 0x253a8c0
Oct 11 11:10:47 thoth udevd-work[31149]: seq 2080 processed with 0
Oct 11 11:10:47 thoth udevd[642]: seq 2080 done with 0
Oct 11 11:10:50 thoth udevd[642]: worker [31149] exit
Oct 11 11:10:50 thoth udevd[642]: worker [31149] cleaned up

# dmsetup udevcookies
cookie       semid      value      last_semop_time
0xd4d9bcb    3964928    1          Mon Oct 11 11:10:47 2010
0xd4de1a1    3997697    1          Mon Oct 11 11:10:47 2010
0xd4d7419    4030466    1          Mon Oct 11 11:10:47 2010

# lvremove thoth/blah

Oct 11 11:11:01 thoth udevd[642]: device 0x253a6f0 has devpath '/devices/pci0000:00/0000:00:1f.2/host7/target7:0:0/7:0:0:0/block/sdc/sdc1'
Oct 11 11:11:01 thoth udevd[642]: device 0x253a6f0 filled with db file data
Oct 11 11:11:01 thoth udevd[642]: inotify event: 8 for /dev/sdc1
Oct 11 11:11:01 thoth udevd[642]: device /dev/sdc1 closed, synthesising 'change'
Oct 11 11:11:01 thoth udevd[642]: seq 2081 queued, 'change' 'block'
Oct 11 11:11:01 thoth udevd[642]: passed 223 bytes to netlink monitor 0x252e1d0
Oct 11 11:11:01 thoth udevd-work[31150]: seq 2081 running
Oct 11 11:11:01 thoth udevd-work[31150]: device 0x252e2a0 has devpath '/devices/pci0000:00/0000:00:1f.2/host7/target7:0:0/7:0:0:0/block/sdc/sdc1'
Oct 11 11:11:01 thoth udevd-work[31150]: device 0x252e2a0 filled with db file data
Oct 11 11:11:01 thoth udevd-work[31150]: removing watch on '/dev/sdc1'
Oct 11 11:11:01 thoth udevd-work[31150]: LINK 'block/8:33' /lib/udev/rules.d/50-udev-default.rules:1
Oct 11 11:11:01 thoth udevd-work[31150]: device 0x253aab0 has devpath '/devices/pci0000:00/0000:00:1f.2/host7/target7:0:0/7:0:0:0/block/sdc'
Oct 11 11:11:01 thoth udevd-work[31150]: device 0x253aab0 filled with db file data
Oct 11 11:11:01 thoth udevd-work[31150]: LINK 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1' /lib/udev/rules.d/60-persistent-storage.rules:99
Oct 11 11:11:01 thoth udevd-work[31150]: LINK 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1' /lib/udev/rules.d/60-persistent-storage.rules:104
Oct 11 11:11:01 thoth udevd-work[31150]: LINK 'disk/by-id/wwn-0x50014ee157145b04-part1' /lib/udev/rules.d/60-persistent-storage.rules:114
Oct 11 11:11:01 thoth udevd-work[31150]: LINK 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1' /lib/udev/rules.d/60-persistent-storage.rules:120
Oct 11 11:11:01 thoth udevd-work[31150]: IMPORT '/sbin/blkid -o udev -p /dev/sdc1' /lib/udev/rules.d/60-persistent-storage.rules:137
Oct 11 11:11:01 thoth udevd-work[31150]: '/sbin/blkid -o udev -p /dev/sdc1' started
Oct 11 11:11:01 thoth udevd-work[31150]: '/sbin/blkid' (stdout) 'ID_FS_LABEL=backup'
Oct 11 11:11:01 thoth udevd-work[31150]: '/sbin/blkid' (stdout) 'ID_FS_LABEL_ENC=backup'
Oct 11 11:11:01 thoth udevd-work[31150]: '/sbin/blkid' (stdout) 'ID_FS_UUID=f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:11:01 thoth udevd-work[31150]: '/sbin/blkid' (stdout) 'ID_FS_UUID_ENC=f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:11:01 thoth udevd-work[31150]: '/sbin/blkid' (stdout) 'ID_FS_SEC_TYPE=ext2'
Oct 11 11:11:01 thoth udevd-work[31150]: '/sbin/blkid' (stdout) 'ID_FS_VERSION=1.0'
Oct 11 11:11:01 thoth udevd-work[31150]: '/sbin/blkid' (stdout) 'ID_FS_TYPE=ext3'
Oct 11 11:11:01 thoth udevd-work[31150]: '/sbin/blkid' (stdout) 'ID_FS_USAGE=filesystem'
Oct 11 11:11:01 thoth udevd-work[31150]: '/sbin/blkid -o udev -p /dev/sdc1' returned with exitcode 0
Oct 11 11:11:01 thoth udevd-work[31150]: LINK 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297' /lib/udev/rules.d/60-persistent-storage.rules:144
Oct 11 11:11:01 thoth udevd-work[31150]: LINK 'disk/by-label/backup' /lib/udev/rules.d/60-persistent-storage.rules:146
Oct 11 11:11:01 thoth udevd-work[31150]: IMPORT 'fstab_import sdc1 block/8:33 disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1 disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1 disk/by-id/wwn-0x50014ee157145b04-part1 disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1 disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297 disk/by-label/backup mapper/' /lib/udev/rules.d/79-fstab_import.rules:1
Oct 11 11:11:01 thoth udevd-work[31150]: 'fstab_import sdc1 block/8:33 disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1 disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1 disk/by-id/wwn-0x50014ee157145b04-part1 disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1 disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297 disk/by-label/backup mapper/' started
Oct 11 11:11:01 thoth fstab_id[32205]: custom logging function 0xef9010 registered
Oct 11 11:11:01 thoth fstab_id[32205]: found 'proc'@'/proc'
Oct 11 11:11:01 thoth fstab_id[32205]: found '/dev/mapper/thoth-root'@'/'
Oct 11 11:11:01 thoth fstab_id[32205]: found '/dev/md0'@'/boot'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'md0' == 'sdc1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'md0' == 'block/8:33'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'md0' == 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'md0' == 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'md0' == 'disk/by-id/wwn-0x50014ee157145b04-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'md0' == 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'md0' == 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'md0' == 'disk/by-label/backup'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'md0' == 'mapper/'
Oct 11 11:11:01 thoth fstab_id[32205]: found '/dev/mapper/thoth-home'@'/home'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-home' == 'sdc1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-home' == 'block/8:33'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-home' == 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-home' == 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-home' == 'disk/by-id/wwn-0x50014ee157145b04-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-home' == 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-home' == 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-home' == 'disk/by-label/backup'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-home' == 'mapper/'
Oct 11 11:11:01 thoth fstab_id[32205]: found '/dev/mapper/thoth-var'@'/var'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-var' == 'sdc1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-var' == 'block/8:33'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-var' == 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-var' == 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-var' == 'disk/by-id/wwn-0x50014ee157145b04-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-var' == 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-var' == 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-var' == 'disk/by-label/backup'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-var' == 'mapper/'
Oct 11 11:11:01 thoth fstab_id[32205]: found '/dev/mapper/thoth-repos'@'/srv/repos'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-repos' == 'sdc1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-repos' == 'block/8:33'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-repos' == 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-repos' == 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-repos' == 'disk/by-id/wwn-0x50014ee157145b04-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-repos' == 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-repos' == 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-repos' == 'disk/by-label/backup'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-repos' == 'mapper/'
Oct 11 11:11:01 thoth fstab_id[32205]: found '/dev/mapper/thoth-buildslave'@'/var/local/lib/buildslave'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-buildslave' == 'sdc1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-buildslave' == 'block/8:33'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-buildslave' == 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-buildslave' == 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-buildslave' == 'disk/by-id/wwn-0x50014ee157145b04-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-buildslave' == 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-buildslave' == 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-buildslave' == 'disk/by-label/backup'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-buildslave' == 'mapper/'
Oct 11 11:11:01 thoth fstab_id[32205]: found '/dev/thoth/build'@'/srv/build'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'thoth/build' == 'sdc1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'thoth/build' == 'block/8:33'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'thoth/build' == 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'thoth/build' == 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'thoth/build' == 'disk/by-id/wwn-0x50014ee157145b04-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'thoth/build' == 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'thoth/build' == 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'thoth/build' == 'disk/by-label/backup'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'thoth/build' == 'mapper/'
Oct 11 11:11:01 thoth fstab_id[32205]: found '/dev/thoth/buildresult'@'/srv/buildresult'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'thoth/buildresult' == 'sdc1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'thoth/buildresult' == 'block/8:33'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'thoth/buildresult' == 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'thoth/buildresult' == 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'thoth/buildresult' == 'disk/by-id/wwn-0x50014ee157145b04-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'thoth/buildresult' == 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'thoth/buildresult' == 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'thoth/buildresult' == 'disk/by-label/backup'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'thoth/buildresult' == 'mapper/'
Oct 11 11:11:01 thoth fstab_id[32205]: found '/dev/mapper/thoth-swap'@'none'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-swap' == 'sdc1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-swap' == 'block/8:33'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-swap' == 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-swap' == 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-swap' == 'disk/by-id/wwn-0x50014ee157145b04-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-swap' == 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-swap' == 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-swap' == 'disk/by-label/backup'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'mapper/thoth-swap' == 'mapper/'
Oct 11 11:11:01 thoth fstab_id[32205]: found '/srv/tftp/ontpre/cd080802.iso'@'/srv/tftp/ontpre/cd080802'
Oct 11 11:11:01 thoth fstab_id[32205]: found 'LABEL=backup'@'/media/backup'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'backup' == 'sdc1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'backup' == 'block/8:33'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'backup' == 'disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'backup' == 'disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'backup' == 'disk/by-id/wwn-0x50014ee157145b04-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'backup' == 'disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'backup' == 'disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'backup' == 'disk/by-label/backup'
Oct 11 11:11:01 thoth fstab_id[32205]: compare 'backup' == 'mapper/'
Oct 11 11:11:01 thoth udevd-work[31150]: 'fstab_import sdc1 block/8:33 disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1 disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1 disk/by-id/wwn-0x50014ee157145b04-part1 disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1 disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297 disk/by-label/backup mapper/' returned with exitcode 1
Oct 11 11:11:01 thoth udevd-work[31150]: GROUP 6 /lib/udev/rules.d/91-permissions.rules:4
Oct 11 11:11:01 thoth udevd-work[31150]: device 0x2532460 has devpath '/devices/pci0000:00/0000:00:1f.2/host7/target7:0:0/7:0:0:0'
Oct 11 11:11:01 thoth udevd-work[31150]: device 0x2532770 has devpath '/devices/pci0000:00/0000:00:1f.2/host7/target7:0:0'
Oct 11 11:11:01 thoth udevd-work[31150]: device 0x2532a60 has devpath '/devices/pci0000:00/0000:00:1f.2/host7'
Oct 11 11:11:01 thoth udevd-work[31150]: device 0x2532d40 has devpath '/devices/pci0000:00/0000:00:1f.2'
Oct 11 11:11:01 thoth udevd-work[31150]: device 0x2533010 has devpath '/devices/pci0000:00'
Oct 11 11:11:01 thoth udevd-work[31150]: no node name set, will use kernel supplied name 'sdc1'
Oct 11 11:11:01 thoth udevd-work[31150]: created db file for '/devices/pci0000:00/0000:00:1f.2/host7/target7:0:0/7:0:0:0/block/sdc/sdc1' in '/dev/.udev/db/block:sdc1'
Oct 11 11:11:01 thoth udevd-work[31150]: creating device node '/dev/sdc1', devnum=8:33, mode=0660, uid=0, gid=6
Oct 11 11:11:01 thoth udevd-work[31150]: preserve file '/dev/sdc1', because it has correct dev_t
Oct 11 11:11:01 thoth udevd-work[31150]: preserve permissions /dev/sdc1, 060660, uid=0, gid=6
Oct 11 11:11:01 thoth udevd-work[31150]: preserve already existing symlink '/dev/block/8:33' to '../sdc1'
Oct 11 11:11:01 thoth udevd-work[31150]: found 'b8:33' claiming '/dev/.udev/links/disk\x2fby-id\x2fscsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth udevd-work[31150]: creating link '/dev/disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1' to '/dev/sdc1'
Oct 11 11:11:01 thoth udevd-work[31150]: preserve already existing symlink '/dev/disk/by-id/scsi-SATA_WDC_WD10EADS-00_WD-WCAU4A095533-part1' to '../../sdc1'
Oct 11 11:11:01 thoth udevd-work[31150]: found 'b8:33' claiming '/dev/.udev/links/disk\x2fby-id\x2fata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1'
Oct 11 11:11:01 thoth udevd-work[31150]: creating link '/dev/disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1' to '/dev/sdc1'
Oct 11 11:11:01 thoth udevd-work[31150]: preserve already existing symlink '/dev/disk/by-id/ata-WDC_WD10EADS-00L5B1_WD-WCAU4A095533-part1' to '../../sdc1'
Oct 11 11:11:01 thoth udevd-work[31150]: found 'b8:33' claiming '/dev/.udev/links/disk\x2fby-id\x2fwwn-0x50014ee157145b04-part1'
Oct 11 11:11:01 thoth udevd-work[31150]: creating link '/dev/disk/by-id/wwn-0x50014ee157145b04-part1' to '/dev/sdc1'
Oct 11 11:11:01 thoth udevd-work[31150]: preserve already existing symlink '/dev/disk/by-id/wwn-0x50014ee157145b04-part1' to '../../sdc1'
Oct 11 11:11:01 thoth udevd-work[31150]: found 'b8:33' claiming '/dev/.udev/links/disk\x2fby-path\x2fpci-0000:00:1f.2-scsi-5:0:0:0-part1'
Oct 11 11:11:01 thoth udevd-work[31150]: creating link '/dev/disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1' to '/dev/sdc1'
Oct 11 11:11:01 thoth udevd-work[31150]: preserve already existing symlink '/dev/disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0-part1' to '../../sdc1'
Oct 11 11:11:01 thoth udevd-work[31150]: found 'b8:33' claiming '/dev/.udev/links/disk\x2fby-uuid\x2ff1780a18-5131-4e1f-bbfa-53451a52a297'
Oct 11 11:11:01 thoth udevd-work[31150]: creating link '/dev/disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297' to '/dev/sdc1'
Oct 11 11:11:01 thoth udevd-work[31150]: preserve already existing symlink '/dev/disk/by-uuid/f1780a18-5131-4e1f-bbfa-53451a52a297' to '../../sdc1'
Oct 11 11:11:01 thoth udevd-work[31150]: found 'b8:33' claiming '/dev/.udev/links/disk\x2fby-label\x2fbackup'
Oct 11 11:11:01 thoth udevd-work[31150]: creating link '/dev/disk/by-label/backup' to '/dev/sdc1'
Oct 11 11:11:01 thoth udevd-work[31150]: preserve already existing symlink '/dev/disk/by-label/backup' to '../../sdc1'
Oct 11 11:11:01 thoth udevd-work[31150]: adding watch on '/dev/sdc1'
Oct 11 11:11:01 thoth udevd-work[31150]: created db file for '/devices/pci0000:00/0000:00:1f.2/host7/target7:0:0/7:0:0:0/block/sdc/sdc1' in '/dev/.udev/db/block:sdc1'
Oct 11 11:11:01 thoth udevd-work[31150]: passed -1 bytes to netlink monitor 0x253aef0
Oct 11 11:11:01 thoth udevd-work[31150]: seq 2081 processed with 0
Oct 11 11:11:01 thoth udevd[642]: seq 2081 done with 0
Oct 11 11:11:02 thoth udevd[642]: seq 2082 queued, 'remove' 'block'
Oct 11 11:11:02 thoth udevd[642]: passed 191 bytes to netlink monitor 0x252e1d0
Oct 11 11:11:02 thoth udevd-work[31150]: seq 2082 running
Oct 11 11:11:02 thoth udevd-work[31150]: device 0x2533010 filled with db file data
Oct 11 11:11:02 thoth udevd-work[31150]: IMPORT '/sbin/dmsetup udevflags 4197258' /lib/udev/rules.d/55-dm.rules:20
Oct 11 11:11:02 thoth udevd-work[31150]: '/sbin/dmsetup udevflags 4197258' started
Oct 11 11:11:02 thoth udevd-work[31150]: '/sbin/dmsetup' (stdout) 'DM_UDEV_PRIMARY_SOURCE_FLAG='1''
Oct 11 11:11:02 thoth udevd-work[31150]: '/sbin/dmsetup udevflags 4197258' returned with exitcode 0
Oct 11 11:11:02 thoth udevd-work[31150]: RUN '/sbin/dmsetup udevcomplete $env{DM_COOKIE}' /lib/udev/rules.d/55-dm.rules:21
Oct 11 11:11:02 thoth udevd-work[31150]: IMPORT '/sbin/blkid -o udev -p /dev/dm-8' /lib/udev/rules.d/60-persistent-storage-dm.rules:14
Oct 11 11:11:02 thoth udevd-work[31150]: '/sbin/blkid -o udev -p /dev/dm-8' started
Oct 11 11:11:02 thoth udevd-work[31150]: '/sbin/blkid' (stderr) 'error: /dev/dm-8: No such device or address'
Oct 11 11:11:02 thoth udevd-work[31150]: '/sbin/blkid -o udev -p /dev/dm-8' returned with exitcode 2
Oct 11 11:11:02 thoth udevd-work[31150]: no reference left, remove '/dev/block/253:8'
Oct 11 11:11:02 thoth udevd-work[31150]: no reference left, remove '/dev/mapper/thoth-blah'
Oct 11 11:11:02 thoth udevd-work[31150]: no reference left, remove '/dev/disk/by-id/dm-name-thoth-blah'
Oct 11 11:11:02 thoth udevd-work[31150]: no reference left, remove '/dev/disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv'
Oct 11 11:11:02 thoth udevd-work[31150]: found 'b253:9' claiming '/dev/.udev/links/disk\x2fby-uuid\x2fcc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:11:02 thoth udevd-work[31150]: device 0x2534130 has devpath '/devices/virtual/block/dm-9'
Oct 11 11:11:02 thoth udevd-work[31150]: device 0x2534130 filled with db file data
Oct 11 11:11:02 thoth udevd-work[31150]: '/sys/devices/virtual/block/dm-9' claims priority -100 for '/dev/.udev/links/disk\x2fby-uuid\x2fcc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:11:02 thoth udevd-work[31150]: found 'b253:1' claiming '/dev/.udev/links/disk\x2fby-uuid\x2fcc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:11:02 thoth udevd-work[31150]: device 0x2534130 has devpath '/devices/virtual/block/dm-1'
Oct 11 11:11:02 thoth udevd-work[31150]: device 0x2534130 filled with db file data
Oct 11 11:11:02 thoth udevd-work[31150]: creating link '/dev/disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55' to '/dev/dm-9'
Oct 11 11:11:02 thoth udevd-work[31150]: atomically replace '/dev/disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:11:02 thoth udevd-work[31150]: device 0x2534130 has devpath '/devices/virtual/block/dm-8'
Oct 11 11:11:02 thoth udevd-work[31150]: keeping device node of existing device'/dev/dm-8'
Oct 11 11:11:02 thoth udevd-work[31150]: '/sbin/dmsetup udevcomplete 4197258' started
Oct 11 11:11:02 thoth udevd-work[31150]: '/sbin/dmsetup udevcomplete 4197258' returned with exitcode 0
Oct 11 11:11:02 thoth udevd-work[31150]: passed -1 bytes to netlink monitor 0x253aef0
Oct 11 11:11:02 thoth udevd-work[31150]: seq 2082 processed with 0
Oct 11 11:11:02 thoth udevd[642]: seq 2082 done with 0
Oct 11 11:11:02 thoth udevd[642]: seq 2083 queued, 'remove' 'bdi'
Oct 11 11:11:02 thoth udevd[642]: passed 126 bytes to netlink monitor 0x252e1d0
Oct 11 11:11:02 thoth udevd[642]: seq 2084 queued, 'remove' 'block'
Oct 11 11:11:02 thoth udevd[642]: passed 173 bytes to netlink monitor 0x252e1d0
Oct 11 11:11:02 thoth udevd-work[31150]: seq 2083 running
Oct 11 11:11:02 thoth udevd-work[32159]: seq 2084 running
Oct 11 11:11:02 thoth udevd-work[31150]: passed -1 bytes to netlink monitor 0x253aef0
Oct 11 11:11:02 thoth udevd-work[32159]: passed -1 bytes to netlink monitor 0x253a5e0
Oct 11 11:11:02 thoth udevd-work[31150]: seq 2083 processed with 0
Oct 11 11:11:02 thoth udevd-work[32159]: seq 2084 processed with 0
Oct 11 11:11:02 thoth udevd[642]: seq 2083 done with 0
Oct 11 11:11:02 thoth udevd[642]: seq 2084 done with 0
Oct 11 11:11:02 thoth udevd[642]: seq 2085 queued, 'remove' 'block'
Oct 11 11:11:02 thoth udevd[642]: passed 194 bytes to netlink monitor 0x252e1d0
Oct 11 11:11:02 thoth udevd-work[31150]: seq 2085 running
Oct 11 11:11:02 thoth udevd-work[31150]: device 0x253fbe0 filled with db file data
Oct 11 11:11:02 thoth udevd-work[31150]: IMPORT '/sbin/dmsetup udevflags 4197258' /lib/udev/rules.d/55-dm.rules:20
Oct 11 11:11:02 thoth udevd-work[31150]: '/sbin/dmsetup udevflags 4197258' started
Oct 11 11:11:02 thoth udevd-work[31150]: '/sbin/dmsetup' (stdout) 'DM_UDEV_PRIMARY_SOURCE_FLAG='1''
Oct 11 11:11:02 thoth udevd-work[31150]: '/sbin/dmsetup udevflags 4197258' returned with exitcode 0
Oct 11 11:11:02 thoth udevd-work[31150]: RUN '/sbin/dmsetup udevcomplete $env{DM_COOKIE}' /lib/udev/rules.d/55-dm.rules:21
Oct 11 11:11:02 thoth udevd-work[31150]: IMPORT '/sbin/blkid -o udev -p /dev/dm-10' /lib/udev/rules.d/60-persistent-storage-dm.rules:14
Oct 11 11:11:02 thoth udevd-work[31150]: '/sbin/blkid -o udev -p /dev/dm-10' started
Oct 11 11:11:02 thoth udevd-work[31150]: '/sbin/blkid' (stderr) 'error: /dev/dm-10: No such device or address'
Oct 11 11:11:02 thoth udevd-work[31150]: '/sbin/blkid -o udev -p /dev/dm-10' returned with exitcode 2
Oct 11 11:11:02 thoth udevd-work[31150]: no reference left, remove '/dev/block/253:10'
Oct 11 11:11:02 thoth udevd-work[31150]: no reference left, remove '/dev/mapper/thoth-blah-cow'
Oct 11 11:11:02 thoth udevd-work[31150]: no reference left, remove '/dev/disk/by-id/dm-name-thoth-blah-cow'
Oct 11 11:11:02 thoth udevd-work[31150]: no reference left, remove '/dev/disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmt7friE9Xvb0r1WAE4B0JdrrJolC72Tbv-cow'
Oct 11 11:11:02 thoth udevd-work[31150]: device 0x253c990 has devpath '/devices/virtual/block/dm-10'
Oct 11 11:11:02 thoth udevd-work[31150]: keeping device node of existing device'/dev/dm-10'
Oct 11 11:11:02 thoth udevd-work[31150]: '/sbin/dmsetup udevcomplete 4197258' started
Oct 11 11:11:02 thoth udevd-work[31150]: '/sbin/dmsetup udevcomplete 4197258' returned with exitcode 0
Oct 11 11:11:02 thoth udevd-work[31150]: passed -1 bytes to netlink monitor 0x253aef0
Oct 11 11:11:02 thoth udevd[642]: seq 2085 done with 0
Oct 11 11:11:02 thoth udevd-work[31150]: seq 2085 processed with 0
Oct 11 11:11:02 thoth udevd[642]: seq 2086 queued, 'remove' 'bdi'
Oct 11 11:11:02 thoth udevd[642]: passed 127 bytes to netlink monitor 0x252e1d0
Oct 11 11:11:02 thoth udevd-work[31150]: seq 2086 running
Oct 11 11:11:02 thoth udevd-work[31150]: passed -1 bytes to netlink monitor 0x253aef0
Oct 11 11:11:02 thoth udevd-work[31150]: seq 2086 processed with 0
Oct 11 11:11:02 thoth udevd[642]: seq 2087 queued, 'remove' 'block'
Oct 11 11:11:02 thoth udevd[642]: passed 176 bytes to netlink monitor 0x252e1d0
Oct 11 11:11:02 thoth udevd[642]: seq 2086 done with 0
Oct 11 11:11:02 thoth udevd-work[32159]: seq 2087 running
Oct 11 11:11:02 thoth udevd-work[32159]: passed -1 bytes to netlink monitor 0x253a5e0
Oct 11 11:11:02 thoth udevd-work[32159]: seq 2087 processed with 0
Oct 11 11:11:02 thoth udevd[642]: seq 2087 done with 0
Oct 11 11:11:03 thoth udevd[642]: seq 2088 queued, 'change' 'block'
Oct 11 11:11:03 thoth udevd[642]: passed 191 bytes to netlink monitor 0x252e1d0
Oct 11 11:11:03 thoth udevd-work[31150]: seq 2088 running
Oct 11 11:11:03 thoth udevd-work[31150]: device 0x253fb10 has devpath '/devices/virtual/block/dm-9'
Oct 11 11:11:03 thoth udevd-work[31150]: device 0x253fb10 filled with db file data
Oct 11 11:11:03 thoth udevd-work[31150]: LINK 'block/253:9' /lib/udev/rules.d/50-udev-default.rules:1
Oct 11 11:11:03 thoth udevd-work[31150]: IMPORT '/sbin/dmsetup udevflags 4208225' /lib/udev/rules.d/55-dm.rules:20
Oct 11 11:11:03 thoth udevd-work[31150]: '/sbin/dmsetup udevflags 4208225' started
Oct 11 11:11:03 thoth udevd[642]: seq 2089 queued, 'change' 'block'
Oct 11 11:11:03 thoth udevd[642]: passed 191 bytes to netlink monitor 0x252e1d0
Oct 11 11:11:03 thoth udevd-work[32159]: seq 2089 running
Oct 11 11:11:03 thoth udevd-work[32159]: device 0x253fc30 has devpath '/devices/virtual/block/dm-1'
Oct 11 11:11:03 thoth udevd-work[32159]: device 0x253fc30 filled with db file data
Oct 11 11:11:03 thoth udevd-work[32159]: LINK 'block/253:1' /lib/udev/rules.d/50-udev-default.rules:1
Oct 11 11:11:03 thoth udevd-work[32159]: IMPORT '/sbin/dmsetup udevflags 4208225' /lib/udev/rules.d/55-dm.rules:20
Oct 11 11:11:03 thoth udevd-work[32159]: '/sbin/dmsetup udevflags 4208225' started
Oct 11 11:11:03 thoth udevd-work[31150]: '/sbin/dmsetup' (stdout) 'DM_UDEV_PRIMARY_SOURCE_FLAG='1''
Oct 11 11:11:03 thoth udevd-work[31150]: '/sbin/dmsetup udevflags 4208225' returned with exitcode 0
Oct 11 11:11:03 thoth udevd-work[31150]: RUN '/sbin/dmsetup udevcomplete $env{DM_COOKIE}' /lib/udev/rules.d/55-dm.rules:21
Oct 11 11:11:03 thoth udevd-work[31150]: LINK 'mapper/thoth-home-real' /lib/udev/rules.d/55-dm.rules:78
Oct 11 11:11:03 thoth udevd-work[31150]: LINK 'disk/by-id/dm-name-thoth-home-real' /lib/udev/rules.d/60-persistent-storage-dm.rules:9
Oct 11 11:11:03 thoth udevd-work[31150]: LINK 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real' /lib/udev/rules.d/60-persistent-storage-dm.rules:10
Oct 11 11:11:03 thoth udevd-work[31150]: IMPORT '/sbin/blkid -o udev -p /dev/dm-9' /lib/udev/rules.d/60-persistent-storage-dm.rules:14
Oct 11 11:11:03 thoth udevd-work[31150]: '/sbin/blkid -o udev -p /dev/dm-9' started
Oct 11 11:11:03 thoth udevd-work[32159]: '/sbin/dmsetup' (stdout) 'DM_UDEV_PRIMARY_SOURCE_FLAG='1''
Oct 11 11:11:03 thoth udevd-work[32159]: '/sbin/dmsetup udevflags 4208225' returned with exitcode 0
Oct 11 11:11:03 thoth udevd-work[32159]: RUN '/sbin/dmsetup udevcomplete $env{DM_COOKIE}' /lib/udev/rules.d/55-dm.rules:21
Oct 11 11:11:03 thoth udevd-work[32159]: LINK 'mapper/thoth-home' /lib/udev/rules.d/55-dm.rules:78
Oct 11 11:11:03 thoth udevd-work[32159]: LINK 'disk/by-id/dm-name-thoth-home' /lib/udev/rules.d/60-persistent-storage-dm.rules:9
Oct 11 11:11:03 thoth udevd-work[32159]: LINK 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV' /lib/udev/rules.d/60-persistent-storage-dm.rules:10
Oct 11 11:11:03 thoth udevd-work[32159]: IMPORT '/sbin/blkid -o udev -p /dev/dm-1' /lib/udev/rules.d/60-persistent-storage-dm.rules:14
Oct 11 11:11:03 thoth udevd[642]: seq 2090 queued, 'remove' 'block'
Oct 11 11:11:03 thoth udevd-work[32159]: '/sbin/blkid -o udev -p /dev/dm-1' started
Oct 11 11:11:03 thoth udevd-work[31150]: '/sbin/blkid' (stderr) 'error: /dev/dm-9: No such device or address'
Oct 11 11:11:03 thoth udevd-work[31150]: '/sbin/blkid -o udev -p /dev/dm-9' returned with exitcode 2
Oct 11 11:11:03 thoth udevd-work[31150]: GROUP 6 /lib/udev/rules.d/91-permissions.rules:4
Oct 11 11:11:03 thoth udevd-work[31150]: no node name set, will use kernel supplied name 'dm-9'
Oct 11 11:11:03 thoth udevd-work[31150]: created db file for '/devices/virtual/block/dm-9' in '/dev/.udev/db/block:dm-9'
Oct 11 11:11:03 thoth udevd-work[31150]: update old name, '/dev/disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55' no longer belonging to '/devices/virtual/block/dm-9'
Oct 11 11:11:03 thoth udevd-work[31150]: found 'b253:1' claiming '/dev/.udev/links/disk\x2fby-uuid\x2fcc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:11:03 thoth udevd-work[31150]: device 0x253cb10 has devpath '/devices/virtual/block/dm-1'
Oct 11 11:11:03 thoth udevd-work[31150]: device 0x253cb10 filled with db file data
Oct 11 11:11:03 thoth udevd-work[31150]: '/sys/devices/virtual/block/dm-1' claims priority -100 for '/dev/.udev/links/disk\x2fby-uuid\x2fcc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:11:03 thoth udevd-work[31150]: creating link '/dev/disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55' to '/dev/dm-1'
Oct 11 11:11:03 thoth udevd-work[31150]: atomically replace '/dev/disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:11:03 thoth udevd-work[32159]: '/sbin/blkid' (stdout) 'ID_FS_UUID=cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:11:03 thoth udevd-work[32159]: '/sbin/blkid' (stdout) 'ID_FS_UUID_ENC=cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:11:03 thoth udevd-work[31150]: creating device node '/dev/dm-9', devnum=253:9, mode=0660, uid=0, gid=6
Oct 11 11:11:03 thoth udevd-work[32159]: '/sbin/blkid' (stdout) 'ID_FS_VERSION=1.0'
Oct 11 11:11:03 thoth udevd-work[32159]: '/sbin/blkid' (stdout) 'ID_FS_TYPE=ext3'
Oct 11 11:11:03 thoth udevd-work[31150]: preserve file '/dev/dm-9', because it has correct dev_t
Oct 11 11:11:03 thoth udevd-work[32159]: '/sbin/blkid' (stdout) 'ID_FS_USAGE=filesystem'
Oct 11 11:11:03 thoth udevd-work[31150]: preserve permissions /dev/dm-9, 060660, uid=0, gid=6
Oct 11 11:11:03 thoth udevd-work[31150]: preserve already existing symlink '/dev/block/253:9' to '../dm-9'
Oct 11 11:11:03 thoth udevd-work[31150]: found 'b253:9' claiming '/dev/.udev/links/mapper\x2fthoth-home-real'
Oct 11 11:11:03 thoth udevd-work[31150]: creating link '/dev/mapper/thoth-home-real' to '/dev/dm-9'
Oct 11 11:11:03 thoth udevd-work[31150]: preserve already existing symlink '/dev/mapper/thoth-home-real' to '../dm-9'
Oct 11 11:11:03 thoth udevd-work[31150]: found 'b253:9' claiming '/dev/.udev/links/disk\x2fby-id\x2fdm-name-thoth-home-real'
Oct 11 11:11:03 thoth udevd-work[31150]: creating link '/dev/disk/by-id/dm-name-thoth-home-real' to '/dev/dm-9'
Oct 11 11:11:03 thoth udevd-work[31150]: preserve already existing symlink '/dev/disk/by-id/dm-name-thoth-home-real' to '../../dm-9'
Oct 11 11:11:03 thoth udevd-work[32159]: '/sbin/blkid -o udev -p /dev/dm-1' returned with exitcode 0
Oct 11 11:11:03 thoth udevd-work[31150]: found 'b253:9' claiming '/dev/.udev/links/disk\x2fby-id\x2fdm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:11:03 thoth udevd-work[31150]: creating link '/dev/disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real' to '/dev/dm-9'
Oct 11 11:11:03 thoth udevd-work[32159]: LINK 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55' /lib/udev/rules.d/60-persistent-storage-dm.rules:15
Oct 11 11:11:03 thoth udevd-work[31150]: preserve already existing symlink '/dev/disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real' to '../../dm-9'
Oct 11 11:11:03 thoth udevd-work[32159]: IMPORT 'fstab_import dm-1 block/253:1 mapper/thoth-home disk/by-id/dm-name-thoth-home disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55 mapper/thoth-home' /lib/udev/rules.d/79-fstab_import.rules:1
Oct 11 11:11:03 thoth udevd-work[31150]: '/sbin/dmsetup udevcomplete 4208225' started
Oct 11 11:11:03 thoth udevd-work[32159]: 'fstab_import dm-1 block/253:1 mapper/thoth-home disk/by-id/dm-name-thoth-home disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55 mapper/thoth-home' started
Oct 11 11:11:03 thoth udevd-work[31150]: '/sbin/dmsetup udevcomplete 4208225' returned with exitcode 0
Oct 11 11:11:03 thoth udevd-work[31150]: passed -1 bytes to netlink monitor 0x253aef0
Oct 11 11:11:03 thoth udevd-work[31150]: seq 2088 processed with 0
Oct 11 11:11:03 thoth udevd[642]: seq 2088 done with 0
Oct 11 11:11:03 thoth udevd[642]: passed 191 bytes to netlink monitor 0x252e1d0
Oct 11 11:11:03 thoth udevd-work[31150]: seq 2090 running
Oct 11 11:11:03 thoth udevd-work[31150]: device 0x253a9d0 filled with db file data
Oct 11 11:11:03 thoth udevd-work[31150]: IMPORT '/sbin/dmsetup udevflags 4225768' /lib/udev/rules.d/55-dm.rules:20
Oct 11 11:11:03 thoth udevd-work[31150]: '/sbin/dmsetup udevflags 4225768' started
Oct 11 11:11:03 thoth fstab_id[32217]: custom logging function 0x1b33010 registered
Oct 11 11:11:03 thoth fstab_id[32217]: found 'proc'@'/proc'
Oct 11 11:11:03 thoth fstab_id[32217]: found '/dev/mapper/thoth-root'@'/'
Oct 11 11:11:03 thoth fstab_id[32217]: found '/dev/md0'@'/boot'
Oct 11 11:11:03 thoth fstab_id[32217]: compare 'md0' == 'dm-1'
Oct 11 11:11:03 thoth fstab_id[32217]: compare 'md0' == 'block/253:1'
Oct 11 11:11:03 thoth fstab_id[32217]: compare 'md0' == 'mapper/thoth-home'
Oct 11 11:11:03 thoth fstab_id[32217]: compare 'md0' == 'disk/by-id/dm-name-thoth-home'
Oct 11 11:11:03 thoth fstab_id[32217]: compare 'md0' == 'disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV'
Oct 11 11:11:03 thoth fstab_id[32217]: compare 'md0' == 'disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:11:03 thoth fstab_id[32217]: compare 'md0' == 'mapper/thoth-home'
Oct 11 11:11:03 thoth fstab_id[32217]: found '/dev/mapper/thoth-home'@'/home'
Oct 11 11:11:03 thoth fstab_id[32217]: compare 'mapper/thoth-home' == 'dm-1'
Oct 11 11:11:03 thoth fstab_id[32217]: compare 'mapper/thoth-home' == 'block/253:1'
Oct 11 11:11:03 thoth fstab_id[32217]: compare 'mapper/thoth-home' == 'mapper/thoth-home'
Oct 11 11:11:03 thoth udevd-work[32159]: '/lib/udev/fstab_import' (stdout) 'FSTAB_NAME=/dev/mapper/thoth-home'
Oct 11 11:11:03 thoth udevd-work[32159]: '/lib/udev/fstab_import' (stdout) 'FSTAB_DIR=/home'
Oct 11 11:11:03 thoth udevd-work[32159]: '/lib/udev/fstab_import' (stdout) 'FSTAB_TYPE=ext3'
Oct 11 11:11:03 thoth udevd-work[32159]: '/lib/udev/fstab_import' (stdout) 'FSTAB_OPTS=defaults,acl,errors=remount-ro,barrier=1'
Oct 11 11:11:03 thoth udevd-work[32159]: '/lib/udev/fstab_import' (stdout) 'FSTAB_FREQ=0'
Oct 11 11:11:03 thoth udevd-work[32159]: '/lib/udev/fstab_import' (stdout) 'FSTAB_PASSNO=2'
Oct 11 11:11:03 thoth udevd-work[32159]: 'fstab_import dm-1 block/253:1 mapper/thoth-home disk/by-id/dm-name-thoth-home disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55 mapper/thoth-home' returned with exitcode 0
Oct 11 11:11:03 thoth udevd-work[32159]: GROUP 6 /lib/udev/rules.d/91-permissions.rules:4
Oct 11 11:11:03 thoth udevd-work[32159]: no node name set, will use kernel supplied name 'dm-1'
Oct 11 11:11:03 thoth udevd-work[32159]: created db file for '/devices/virtual/block/dm-1' in '/dev/.udev/db/block:dm-1'
Oct 11 11:11:03 thoth udevd-work[32159]: creating device node '/dev/dm-1', devnum=253:1, mode=0660, uid=0, gid=6
Oct 11 11:11:03 thoth udevd-work[32159]: preserve file '/dev/dm-1', because it has correct dev_t
Oct 11 11:11:03 thoth udevd-work[32159]: preserve permissions /dev/dm-1, 060660, uid=0, gid=6
Oct 11 11:11:03 thoth udevd-work[32159]: preserve already existing symlink '/dev/block/253:1' to '../dm-1'
Oct 11 11:11:03 thoth udevd-work[32159]: found 'b253:1' claiming '/dev/.udev/links/mapper\x2fthoth-home'
Oct 11 11:11:03 thoth udevd-work[32159]: creating link '/dev/mapper/thoth-home' to '/dev/dm-1'
Oct 11 11:11:03 thoth udevd-work[32159]: preserve already existing symlink '/dev/mapper/thoth-home' to '../dm-1'
Oct 11 11:11:03 thoth udevd-work[32159]: found 'b253:1' claiming '/dev/.udev/links/disk\x2fby-id\x2fdm-name-thoth-home'
Oct 11 11:11:03 thoth udevd-work[32159]: creating link '/dev/disk/by-id/dm-name-thoth-home' to '/dev/dm-1'
Oct 11 11:11:03 thoth udevd-work[32159]: preserve already existing symlink '/dev/disk/by-id/dm-name-thoth-home' to '../../dm-1'
Oct 11 11:11:03 thoth udevd-work[32159]: found 'b253:1' claiming '/dev/.udev/links/disk\x2fby-id\x2fdm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV'
Oct 11 11:11:03 thoth udevd-work[32159]: creating link '/dev/disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV' to '/dev/dm-1'
Oct 11 11:11:03 thoth udevd-work[32159]: preserve already existing symlink '/dev/disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV' to '../../dm-1'
Oct 11 11:11:03 thoth udevd-work[32159]: found 'b253:1' claiming '/dev/.udev/links/disk\x2fby-uuid\x2fcc816811-15c1-4a2c-8703-1a4dff5a7d55'
Oct 11 11:11:03 thoth udevd-work[32159]: creating link '/dev/disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55' to '/dev/dm-1'
Oct 11 11:11:03 thoth udevd-work[32159]: preserve already existing symlink '/dev/disk/by-uuid/cc816811-15c1-4a2c-8703-1a4dff5a7d55' to '../../dm-1'
Oct 11 11:11:03 thoth udevd-work[32159]: '/sbin/dmsetup udevcomplete 4208225' started
Oct 11 11:11:03 thoth udevd-work[31150]: '/sbin/dmsetup' (stdout) 'DM_UDEV_PRIMARY_SOURCE_FLAG='1''
Oct 11 11:11:03 thoth udevd-work[31150]: '/sbin/dmsetup udevflags 4225768' returned with exitcode 0
Oct 11 11:11:03 thoth udevd-work[31150]: RUN '/sbin/dmsetup udevcomplete $env{DM_COOKIE}' /lib/udev/rules.d/55-dm.rules:21
Oct 11 11:11:03 thoth udevd-work[31150]: IMPORT '/sbin/blkid -o udev -p /dev/dm-9' /lib/udev/rules.d/60-persistent-storage-dm.rules:14
Oct 11 11:11:03 thoth udevd-work[31150]: '/sbin/blkid -o udev -p /dev/dm-9' started
Oct 11 11:11:03 thoth udevd-work[31150]: '/sbin/blkid' (stderr) 'error: /dev/dm-9: No such device or address'
Oct 11 11:11:03 thoth udevd-work[31150]: '/sbin/blkid -o udev -p /dev/dm-9' returned with exitcode 2
Oct 11 11:11:03 thoth udevd-work[31150]: no reference left, remove '/dev/block/253:9'
Oct 11 11:11:03 thoth udevd-work[31150]: no reference left, remove '/dev/mapper/thoth-home-real'
Oct 11 11:11:03 thoth udevd-work[31150]: no reference left, remove '/dev/disk/by-id/dm-name-thoth-home-real'
Oct 11 11:11:03 thoth udevd-work[31150]: no reference left, remove '/dev/disk/by-id/dm-uuid-LVM-tawcESo4BAgx9LjgjAVbMOTv5KPZSINmQc3gsOs9SYFGM0xHgDHLMIzHZJaUWTSV-real'
Oct 11 11:11:03 thoth udevd-work[31150]: device 0x253ce30 has devpath '/devices/virtual/block/dm-9'
Oct 11 11:11:03 thoth udevd-work[31150]: keeping device node of existing device'/dev/dm-9'
Oct 11 11:11:03 thoth udevd-work[31150]: '/sbin/dmsetup udevcomplete 4225768' started
Oct 11 11:11:03 thoth udevd-work[32159]: '/sbin/dmsetup udevcomplete 4208225' returned with exitcode 0
Oct 11 11:11:03 thoth udevd-work[32159]: passed -1 bytes to netlink monitor 0x253a5e0
Oct 11 11:11:03 thoth udevd-work[32159]: seq 2089 processed with 0
Oct 11 11:11:03 thoth udevd[642]: seq 2089 done with 0
Oct 11 11:11:03 thoth udevd-work[31150]: '/sbin/dmsetup udevcomplete 4225768' returned with exitcode 0
Oct 11 11:11:03 thoth udevd-work[31150]: passed -1 bytes to netlink monitor 0x253aef0
Oct 11 11:11:03 thoth udevd-work[31150]: seq 2090 processed with 0
Oct 11 11:11:03 thoth udevd[642]: seq 2090 done with 0
Oct 11 11:11:03 thoth udevd[642]: seq 2091 queued, 'remove' 'bdi'
Oct 11 11:11:03 thoth udevd[642]: passed 126 bytes to netlink monitor 0x252e1d0
Oct 11 11:11:03 thoth udevd[642]: seq 2092 queued, 'remove' 'block'
Oct 11 11:11:03 thoth udevd[642]: passed 173 bytes to netlink monitor 0x252e1d0
Oct 11 11:11:03 thoth udevd-work[31150]: seq 2091 running
Oct 11 11:11:03 thoth udevd-work[32159]: seq 2092 running
Oct 11 11:11:03 thoth udevd-work[31150]: passed -1 bytes to netlink monitor 0x253aef0
Oct 11 11:11:03 thoth udevd-work[31150]: seq 2091 processed with 0
Oct 11 11:11:03 thoth udevd-work[32159]: passed -1 bytes to netlink monitor 0x253a5e0
Oct 11 11:11:03 thoth udevd[642]: seq 2091 done with 0
Oct 11 11:11:03 thoth udevd-work[32159]: seq 2092 processed with 0
Oct 11 11:11:03 thoth udevd[642]: seq 2092 done with 0

# dmsetup udevcookies
cookie       semid      value      last_semop_time
0xd4d9bcb    3964928    1          Mon Oct 11 11:10:47 2010
0xd4de1a1    3997697    1          Mon Oct 11 11:10:47 2010
0xd4d7419    4030466    1          Mon Oct 11 11:10:47 2010
0xd4d0b8a    4063235    1          Mon Oct 11 11:11:02 2010
0xd4d3661    4096004    1          Mon Oct 11 11:11:03 2010
0xd4d7ae8    4128773    1          Mon Oct 11 11:11:03 2010



More information about the pkg-lvm-maintainers mailing list