Revision 44038aae

b/snf-image-host/create
167 167
if [ $rc -ne 0 ]; then
168 168
    if [ $rc -eq 124 ];  then
169 169
        log_error "Helper VM was terminated. Did not finish on time."
170
    if [ $rc -eq 137 ]; then # (128 + SIGKILL)
170
    elif [ $rc -eq 137 ]; then # (128 + SIGKILL)
171 171
        log_error "Helper VM was killed. Did not finish on time."
172 172
    elif [ $rc -eq 141 ]; then # (128 + SIGPIPE)
173 173
        log_error "Helper was killed by a SIGPIPE signal."

Also available in: Unified diff