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
4d7b6db0
Commit
4d7b6db0
authored
Feb 15, 2017
by
Leigh B Stoller
Browse files
Minor fix, need to set the default osid for the XEN-STD image
now that openvz is fully flushed.
parent
9e3beb50
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/phases/boss/xen
View file @
4d7b6db0
...
...
@@ -64,6 +64,9 @@ sub Install($$$)
if (!defined($diskload_osinfo));
Phase "pcvm", "Updating the PCVM node type", sub {
$pcvm->SetAttribute("default_osid", $osinfo->osid()) == 0
or PhaseFail("Could not update the pcvm node type");
$pcvm->SetAttribute("diskloadmfs_osid",
$diskload_osinfo->osid()) == 0
or PhaseFail("Could not update the pcvm node type");
...
...
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