Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
a0822540
Commit
a0822540
authored
Nov 02, 2016
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore a bit of accidental magic that allowed MFSs to be used in
NS files. Modernized, with a comment.
parent
cffffcab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
tbsetup/libvtop_test.pm.in
tbsetup/libvtop_test.pm.in
+3
-2
No files found.
tbsetup/libvtop_test.pm.in
View file @
a0822540
...
@@ -2479,9 +2479,10 @@ sub GenVirtNodes($)
...
@@ -2479,9 +2479,10 @@ sub GenVirtNodes($)
['', 1.000000];
['', 1.000000];
}
}
}
}
els
e
{
els
if (!$osinfo->mfs())
{
#
#
# Regarding path; we no longer have oskit kernels.
# Regarding path; we no longer have oskit kernels, but we
# have some special cases where we specify an MFS (APT).
#
#
if (!defined($posinfo)) {
if (!defined($posinfo)) {
$desires->{"OS-" . $osinfo->osid()} = ['', 1.000000];
$desires->{"OS-" . $osinfo->osid()} = ['', 1.000000];
...
...
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