syslog message repeated 3x

2013-05-09 Thread Toralf Förster
I'm just curious why the last of the following 3 commands : $ dd if=/dev/zero of=/mnt/ramdisk/disk1 bs=1M count=257 $ yes | /sbin/mkfs.btrfs /mnt/ramdisk/disk1 $ mount -o loop /mnt/ramdisk/disk1 /mnt/t gives 3x the same log message : 2013-05-09T11:23:00.230+02:00 n22 kernel: device fsid

Re: syslog message repeated 3x

2013-05-09 Thread Hugo Mills
On Thu, May 09, 2013 at 11:26:25AM +0200, Toralf Förster wrote: I'm just curious why the last of the following 3 commands : $ dd if=/dev/zero of=/mnt/ramdisk/disk1 bs=1M count=257 $ yes | /sbin/mkfs.btrfs /mnt/ramdisk/disk1 $ mount -o loop /mnt/ramdisk/disk1 /mnt/t gives 3x the same log

Re: syslog message repeated 3x

2013-05-09 Thread Toralf Förster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/09/2013 12:04 PM, Hugo Mills wrote: At a guess, two of those are probably from btrfs dev scan triggered by udev. Those messages do only appear for a btrfs, not if I choose ext4. - -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4

Re: syslog message repeated 3x

2013-05-09 Thread Hugo Mills
On Thu, May 09, 2013 at 12:37:38PM +0200, Toralf Förster wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/09/2013 12:04 PM, Hugo Mills wrote: At a guess, two of those are probably from btrfs dev scan triggered by udev. Those messages do only appear for a btrfs, not if I choose

Re: syslog message repeated 3x

2013-05-09 Thread Wang Shilong
Hi, I just try your steps, but only 1x log message. Anyway, i use the latest btrfs-progs. git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git Can you try this and see if it happens again? Thanks, Wang I'm just curious why the last of the following 3 commands : $ dd

Re: syslog message repeated 3x

2013-05-09 Thread Wang Shilong
Oh, My kernel version is btrfs-next. This message gets from kernel..so you can try this url: git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git Hi, I just try your steps, but only 1x log message. Anyway, i use the latest btrfs-progs.

Re: syslog message repeated 3x

2013-05-09 Thread Toralf Förster
On 05/09/2013 01:47 PM, Wang Shilong wrote: Anyway, i use the latest btrfs-progs. well, under Gentoo I used sys-fs/btrfs-progs- which points always to the latest git version : git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git My host kernel is stable 3.9.1 The mount

Re: syslog message repeated 3x

2013-05-09 Thread Hugo Mills
On Thu, May 09, 2013 at 02:45:00PM +0200, Toralf Förster wrote: On 05/09/2013 01:47 PM, Wang Shilong wrote: Anyway, i use the latest btrfs-progs. well, under Gentoo I used sys-fs/btrfs-progs- which points always to the latest git version :