Re: [PATCH 007 of 7] md: Get name for block device in sysfs

2007-12-15 Thread Kay Sievers
On Dec 14, 2007 7:26 AM, NeilBrown [EMAIL PROTECTED] wrote: Given an fd on a block device, returns a string like /block/sda/sda1 which can be used to find related information in /sys. Ideally we should have an ioctl that works on char devices as well, but that seems far from

Re: [PATCH 001 of 6] md: Send online/offline uevents when an md array starts/stops.

2006-11-08 Thread Kay Sievers
On Mon, 2006-11-06 at 11:18 +1100, Neil Brown wrote: On Friday November 3, [EMAIL PROTECTED] wrote: The persistent naming rules for /dev/disk/by-* are causing this. Md devices will probably just get their own rules file, which will handle this and which can be packaged and installed along

Re: [PATCH 001 of 6] md: Send online/offline uevents when an md array starts/stops.

2006-11-03 Thread Kay Sievers
On Fri, 2006-11-03 at 17:57 +1100, Neil Brown wrote: On Thursday November 2, [EMAIL PROTECTED] wrote: On Thu, 2006-11-02 at 23:32 +1100, Neil Brown wrote: We couldn't think of any use of an offline event. So we removed the event when the device-mapper device is suspended. Should

Re: [PATCH 001 of 6] md: Send online/offline uevents when an md array starts/stops.

2006-11-02 Thread Kay Sievers
On 10/31/06, Greg KH [EMAIL PROTECTED] wrote: On Tue, Oct 31, 2006 at 05:00:46PM +1100, NeilBrown wrote: This allows udev to do something intelligent when an array becomes available. cc: [EMAIL PROTECTED] Signed-off-by: Neil Brown [EMAIL PROTECTED] Acked-by: Greg Kroah-Hartman [EMAIL

Re: [PATCH 001 of 6] md: Send online/offline uevents when an md array starts/stops.

2006-11-02 Thread Kay Sievers
On Thu, 2006-11-02 at 23:32 +1100, Neil Brown wrote: On Thursday November 2, [EMAIL PROTECTED] wrote: On 10/31/06, Greg KH [EMAIL PROTECTED] wrote: On Tue, Oct 31, 2006 at 05:00:46PM +1100, NeilBrown wrote: This allows udev to do something intelligent when an array becomes available.