mirror of
https://github.com/ceph/ceph
synced 2025-01-14 15:04:30 +00:00
6fbf98bb0c
Many errors in yaml configurations cause ValueError to get thrown with the message 'too many values to unpack.' A previously reverted change tried to handle all these situations and print an appropriate message. The current behavior of throwing the ValueError exception and exiting is probably what we still want in these cases. So instead of handling the error, the code now checks for the exception at the top-most call and displays appropriate messages in log.error and in the ctx.summary data itself. Fixes: 7510 Signed-off-by: Warren Usui <warren.usui@inktank.com> |
||
---|---|---|
.. | ||
locker | ||
orchestra | ||
task | ||
task_util | ||
test | ||
__init__.py | ||
beanstalk.py | ||
ceph.conf.template | ||
config.py | ||
contextutil.py | ||
coverage.py | ||
kill.py | ||
lock.py | ||
lockstatus.py | ||
misc.py | ||
nuke.py | ||
packaging.py | ||
parallel.py | ||
report.py | ||
results.py | ||
run_tasks.py | ||
run.py | ||
safepath.py | ||
schedule.py | ||
sentry.py | ||
suite.py | ||
worker.py |