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
b1a3f09e
Commit
b1a3f09e
authored
Nov 17, 2010
by
Mike Hibler
Browse files
Allow node-specific diskloadmfs_osid to override node-type-specific value.
parent
55cd655c
Changes
1
Show whitespace changes
Inline
Side-by-side
db/libdb.pm.in
View file @
b1a3f09e
...
...
@@ -1408,8 +1408,10 @@ sub TBNodeDiskloadOSID($)
my $mfs;
if ($node->NodeAttribute("diskloadmfs_osid", \$mfs) || !defined($mfs)) {
return 0
if ($node->NodeTypeAttribute("diskloadmfs_osid", \$mfs) != 0);
}
$mfs = TB_OSID_FREEBSD_MFS()
if (!defined($mfs));
...
...
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