K 10 svn:author V 5 gibbs K 8 svn:date V 27 2012-05-30T00:14:13.142502Z K 7 svn:log V 640 Fix a race condition between the notification of a ZFS vdev's removal and the removal being visible in the pool's configuration. sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c: sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c: Defer the generation of a vdev removal event until the spa's async remove task has run and updated the in-core state for the vdev being removed. This ensures that a userspace agent responding to this event can refresh its copy of the pool configuration and see that the device has been removed. Submitted by: Alan Somers (Spectra Logic Corporation) Sponsored by: Spectra Logic Corporation END