Merge "[cinder-lvm] Resolve issue when there are multiple loop devices"

This commit is contained in:
Zuul 2020-04-24 12:29:07 +00:00 committed by Gerrit Code Review
commit e730fd780b
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ outputs:
losetup -f /var/lib/cinder/cinder-volumes --show
exit_code=2
else
echo ${existing_device}
echo ${existing_device%$'\n'*}
fi
exit ${exit_code}
args: