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
8385aef3
Commit
8385aef3
authored
Sep 03, 2014
by
Leigh B Stoller
Browse files
Fix to previous revision.
parent
23dbc85b
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/create_image.in
View file @
8385aef3
...
...
@@ -1271,8 +1271,11 @@ if ($isglobal && $usepath) {
$tbopsmsg
=
"
Did not update DB state for global image
$cname
\n
"
.
"
since image was written to '
$filename
' instead of
$TB
/images.
\n
"
.
"
Please run imagerelease when ready for release:
\n
"
.
"
imagerelease -q
$cname
\n
";
(
$doprovenance
?
"
Please run imagerelease when ready for release:
\n
"
.
"
imagerelease -q
$cname
\n
"
:
"
Move image into place and run:
\n
"
.
"
$imagevalidate
-uq
$cname
\n
");
}
elsif
(
system
("
$imagevalidate
-uq
$cname
")
!=
0
)
{
$tbopsmsg
=
...
...
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