summaryrefslogtreecommitdiffstats
path: root/remote/modules/run-virt/data/opt/openslx/scripts/includes
diff options
context:
space:
mode:
authorJonathan Bauer2016-07-15 13:33:31 +0200
committerJonathan Bauer2016-07-15 13:33:31 +0200
commite95317dc5caf6907f1b8d8a900320480dc3ab17e (patch)
tree3e865f54c5a34724bd1a79fd8b1d062c48f5999d /remote/modules/run-virt/data/opt/openslx/scripts/includes
parent[dnbd3] fix missing dependency on fusermount for dnbd3-fuse (diff)
parentUpdate several calls to slxlog with --delete instead of having sleep + rm fol... (diff)
downloadtm-scripts-e95317dc5caf6907f1b8d8a900320480dc3ab17e.tar.gz
tm-scripts-e95317dc5caf6907f1b8d8a900320480dc3ab17e.tar.xz
tm-scripts-e95317dc5caf6907f1b8d8a900320480dc3ab17e.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/run-virt/data/opt/openslx/scripts/includes')
-rw-r--r--remote/modules/run-virt/data/opt/openslx/scripts/includes/setup_image_access.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/remote/modules/run-virt/data/opt/openslx/scripts/includes/setup_image_access.inc b/remote/modules/run-virt/data/opt/openslx/scripts/includes/setup_image_access.inc
index 337562dc..3c4ed330 100644
--- a/remote/modules/run-virt/data/opt/openslx/scripts/includes/setup_image_access.inc
+++ b/remote/modules/run-virt/data/opt/openslx/scripts/includes/setup_image_access.inc
@@ -29,8 +29,6 @@ else
writelog "dnbd3-fuse stopped working (Exit code $RET)"
slxlog "virt-dnbd3-fuse" "dnbd3-fuse stopped/refused serving '${imgrelpath}' from '${SLX_DNBD3_SERVERS}' with error code: $RET" "${dnbd3_tmplog}"
fi
- sleep 2
- rm -f -- "$dnbd3_tmplog" "$dnbd3_exitflag"
) &
# give it a bit of time
usleep 250000