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
077d9284
Commit
077d9284
authored
Nov 29, 2012
by
Jonathon Duerig
Browse files
Fixes for blockstore mode.
parent
b1110703
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ptopgen.in
View file @
077d9284
...
...
@@ -784,7 +784,7 @@ if ($useshared) {
}
# In blockstore mode, allow allocated nodes who are storagehosts.
if
(
$use
sha
re
d
)
{
if
(
$use
blocksto
re
)
{
$free_condition
=
"
(
$free_condition
or
"
.
"
(b.node_id is not null && b.erole='storagehost' &&
"
.
"
np.eventstate='
"
.
TBDB_NODESTATE_ISUP
.
"
'))
";
...
...
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