Skip to content
GitLab
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
ac57efea
Commit
ac57efea
authored
Jun 26, 2012
by
Leigh B Stoller
Browse files
Remove some debugging code that was causing swapmod problems.
parent
8d638d61
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/tbswap.in
View file @
ac57efea
...
...
@@ -904,6 +904,12 @@ sub doSwapout($) {
#
if
(
$type
>=
CLEANUP
)
{
print
STDERR
"
Resetting DB.
\n
";
if
(
0
&&
$type
==
CLEANUP
)
{
$experiment
->
ClearBackupState
();
$experiment
->
BackupPhysicalState
();
$experiment
->
SaveBackupState
();
$experiment
->
ClearBackupState
();
}
# Add purge flag.
$experiment
->
RemovePhysicalState
(
1
);
# Special.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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