Skip to content
Snippets Groups Projects
  • Nikos Skalkotos's avatar
    Fix a race condition when mounting the img locally · 16ccdca8
    Nikos Skalkotos authored
    As the documentation of libguestfs states, a separated thread should
    be started after mount_local has finished and before mount_local_run,
    which is a blocking command, gets started. Till now, we used to start
    the thread just before mount_local.
    16ccdca8