Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
ea10a6fe
Commit
ea10a6fe
authored
Oct 17, 2001
by
Robert Ricci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fill out the reload_type field when 'sched_reload -f' is used.
parent
4d420b21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
tbsetup/reload_daemon.in
tbsetup/reload_daemon.in
+6
-0
No files found.
tbsetup/reload_daemon.in
View file @
ea10a6fe
...
...
@@ -202,6 +202,12 @@ while (1) {
print
"
$sched_reload
failed on
$node
. Waiting a bit.
\n
";
next
;
}
#
# XXX: Hardcoded the default reload type. Will need to
# be changed if/when this type changes.
#
$reload_type
=
"
netdisk
";
}
$stamp
=
DBDateTime
();
...
...
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