]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.c
added --path <path_id> to give the information on the 'path-id' of removed device
authorPrzemyslaw Czarnowski <przemyslaw.hawrylewicz.czarnowski@intel.com>
Mon, 22 Nov 2010 09:58:06 +0000 (20:58 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 22 Nov 2010 09:58:06 +0000 (20:58 +1100)
commit950bc34477adcaa8788f09255d2fcfa19c052b0f
tree28d88468e6ffc917411b53a019c3db284d301605
parent157e6e24b9790940918597e8a07020ca56ce6011
added --path <path_id> to give the information on the 'path-id' of removed device

<path-id> allows to identify the port to which given device is plugged
in.  In case of hot-removal, udev can pass this information for future
use (eg. write this name as 'cookie' allowing to detect the fact of
reinserting device to the same port).

--path <path-id> parameter has been added to device removal handle
(and char *path has been added to IncrementalRemove() to pass this
value) in order to pass path-id to this handler.

Signed-off-by: Przemyslaw Czarnowski <przemyslaw.hawrylewicz.czarnowski@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Incremental.c
ReadMe.c
mdadm.c
mdadm.h
udev-md-raid.rules