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
c260a7da
Commit
c260a7da
authored
Jul 14, 2005
by
Leigh B. Stoller
Browse files
Turn on DB retry to avoid transient error.
parent
c57c1fd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/node_reboot.in
View file @
c260a7da
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# Copyright (c) 2000-200
5
University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
...
...
@@ -63,6 +63,9 @@ delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
# Turn off line buffering on output
$|
=
1
;
# Be careful not to exit on transient error
$
libdb::
DBQUERY_MAXTRIES
=
30
;
#
# We don't want to run this script unless its the real version.
#
...
...
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