Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
truenas-rk3588
truenas
Commits
055c6c79
Commit
055c6c79
authored
3 years ago
by
pkgdemon
Browse files
Options
Download
Email Patches
Plain Diff
Revert "Try to resolve race condition between commit and checkin"
This reverts commit
c91cfc25
.
parent
d41f1f72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cluster-tests/init_cluster.py
+0
-2
cluster-tests/init_cluster.py
with
0 additions
and
2 deletions
+0
-2
cluster-tests/init_cluster.py
View file @
055c6c79
...
...
@@ -158,8 +158,6 @@ def setup_network(ip):
if
ans
.
status_code
!=
200
:
result
[
'ERROR'
]
=
f
'Failed to commit static IP information for
{
ip
}
:
{
ans
.
text
}
'
return
result
time
.
sleep
(
1
)
# checkin the changes (finalize them)
print
(
f
'Checkin network changes on
{
ip
}
'
)
...
...
This diff is collapsed.
Click to expand it.
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