#!/bin/sh
for i in $(multipath -l -v1); do
if $(dmsetup table $i | sed -n '/.*queue_if_no_path.*/q1') ; then
need_shutdown
break
fi
done
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| module-setup.sh | File | 3.38 KB | 0755 |
|
| multipath-shutdown.sh | File | 172 B | 0755 |
|
| multipathd-configure.service | File | 648 B | 0644 |
|
| multipathd-needshutdown.sh | File | 162 B | 0755 |
|
| multipathd-stop.sh | File | 237 B | 0755 |
|
| multipathd.service | File | 785 B | 0644 |
|
| multipathd.sh | File | 420 B | 0755 |
|