Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
98c9e525
Commit
98c9e525
authored
Sep 18, 2013
by
Leigh B Stoller
Browse files
Add sleep after kpartx run. Seems to help with odd error.
parent
d1e97f0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/linux/xen/libvnode_xen.pm
View file @
98c9e525
...
...
@@ -3713,6 +3713,7 @@ sub RunWithLock($$)
}
mysystem2
(
$command
);
my
$status
=
$?
;
sleep
(
1
);
TBScriptUnlock
(
$lockref
);
return
$status
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment