Skip to content
Snippets Groups Projects
Commit 16ccdca8 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Fix a race condition when mounting the img locally

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.
parent ce5bfc81
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment