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
589ed7d4
Commit
589ed7d4
authored
Aug 25, 2014
by
Leigh B Stoller
Browse files
Set the ready/released bits on the new images.
parent
3027b03f
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/phases/boss/images
View file @
589ed7d4
...
...
@@ -103,8 +103,10 @@ sub Install($$$)
# XXX the metadata file may not contain any or all of the newer
# DB state. So we update the metadata using imagevalidate.
#
Phase "${imagename}_validate", "Validating DB info for image.",
sub {
Phase "${imagename}_validate", "Validating DB info for image.",sub {
my $iname = TBOPSPID() . "/" . $imagename;
ExecQuietFatal("$SUDO -u $PROTOUSER ".
"$PREFIX/sbin/imagerelease -f -m $iname");
ExecQuietFatal("$SUDO -u $PROTOUSER ".
"$PREFIX/sbin/imagevalidate -uq $iname");
};
...
...
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