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
0b73a52e
Commit
0b73a52e
authored
Nov 30, 2015
by
Mike Hibler
Browse files
Part 2 of fix for shared vnodes gratuitously creating an extra FS.
parent
63a4dbb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/common/libsetup.pm
View file @
0b73a52e
...
...
@@ -570,7 +570,7 @@ sub cleanup_node ($) {
print
STDOUT
"
Cleaning node; removing configuration files
\n
";
unlink
TMUSESFS
,
TMROLE
,
ISSIMTRAFGENPATH
,
ISDELAYNODEPATH
;
unlink
TMSTORAGEMAP
,
TMDISKINFO
,
TMEXTRAFS
;
unlink
TMSTORAGEMAP
,
TMDISKINFO
;
#
# If scrubbing, also remove the password/group files and DBs so
...
...
@@ -578,6 +578,8 @@ sub cleanup_node ($) {
#
if
(
$scrub
)
{
unlink
TMNICKNAME
;
# XXX !scrub allows this to be initialized from outside (libvnode)
unlink
TMEXTRAFS
;
}
}
...
...
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