Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
criu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhul
criu
Commits
ee561764
Commit
ee561764
authored
Oct 27, 2016
by
Pavel Emelyanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cr_veth: More debug to EEXISTS failure on travis
parent
6bfb3950
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
cr_veth.hook
test/zdtm/static/cr_veth.hook
+5
-1
No files found.
test/zdtm/static/cr_veth.hook
View file @
ee561764
...
...
@@ -12,6 +12,9 @@ if [ "$1" == "--post-start" ]; then
ps xaf
echo
"->
$TPID
"
set
-x
ip l l
ip
link
add zdtmvthc0
type
veth peer name zdtmvthh0
ip
link set
zdtmvthc0 netns
$TPID
...
...
@@ -30,7 +33,8 @@ elif [ "$1" == "--post-restore" ]; then
echo
"Device OK"
elif
[
"
$1
"
==
"--pre-restore"
-o
"
$1
"
==
"--cleanup"
]
;
then
# Wait for the link to die
ip l l
while
ip l l zdtmvthh0
;
do
true
sleep
".5"
done
fi
Write
Preview
Markdown
is supported
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