It was missed in commit
5fe64fa806f3 ("qa: rbd_mirror.sh: change
parameters to cluster rather than daemon name").
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
status()
{
- local cluster daemon image_pool image_ns image
+ local cluster image_pool image_ns image
for cluster in ${CLUSTER1} ${CLUSTER2}
do
continue
fi
- echo "${daemon} rbd-mirror process in ps output:"
+ echo "${cluster} rbd-mirror process in ps output:"
if ps auxww |
awk -v pid=${pid} 'NR == 1 {print} $2 == pid {print; exit 1}'
then