Loading
scripts/sync_dev_uevents: Adjust termination of the udevadm
This is needed for newer Bash where $! becomes the PID of the udevadm instead of being its child. Not killing udevadm properly in this case may be problematic in case the script was run from the ssh session - depending on the setup, if not all children of said session are dead, ssh may block forever waiting for them to terminate (which won't happen as udevadm gets attached to 1 process instead of being reaped). Signed-off-by:Michal Berger <michal.berger@intel.com> Change-Id: I3248d0937e9dd919c054a97473f9bb998aa8ca63 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15147 Reviewed-by:
Pawel Piatek <pawelx.piatek@intel.com> Reviewed-by:
Kamil Godzwon <kamilx.godzwon@intel.com> Reviewed-by:
Karol Latecki <karol.latecki@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>