Skip to content
Snippets Groups Projects
  • Carlos Tripiana Montes's avatar
    21d9cc1c
    job_container/tmpfs: Fix bug in _create_ns · 21d9cc1c
    Carlos Tripiana Montes authored
    It can happen that child proc fails at some point, and returns some exit
    code different from 0. But parent didn't check this properly, and
    finished returning w/o error.
    
    Now, if child fails, parent too. This spanws back the error and we know
    this job will have a problem.
    
    Bug 11093
    21d9cc1c
    History
    job_container/tmpfs: Fix bug in _create_ns
    Carlos Tripiana Montes authored
    It can happen that child proc fails at some point, and returns some exit
    code different from 0. But parent didn't check this properly, and
    finished returning w/o error.
    
    Now, if child fails, parent too. This spanws back the error and we know
    this job will have a problem.
    
    Bug 11093