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
3cfa7603
Commit
3cfa7603
authored
Jun 25, 2015
by
Leigh B Stoller
Browse files
Minor bug fix, some extra debugging.
parent
68d48acf
Changes
1
Hide whitespace changes
Inline
Side-by-side
apt/create_instance.in
View file @
3cfa7603
...
...
@@ -620,7 +620,7 @@ if (! defined($slice_id)) {
$slice_id
=
$safe_uid
.
"
-QV
"
.
TBGetUniqueIndex
('
next_quickvm
',
1
);
}
my
$slice_urn
=
GeniHRN::
Generate
("
${OURDOMAIN}
:
${pid}
",
"
slice
",
$slice_id
);
my
$slice_hrn
=
"
${PGENIDOMAIN}
.
${slice_id}
";
my
$slice_hrn
=
"
${PGENIDOMAIN}
.
${
pid}
.
${
slice_id}
";
my
$SERVER_NAME
=
(
exists
(
$ENV
{"
SERVER_NAME
"})
?
$ENV
{"
SERVER_NAME
"}
:
"");
#
...
...
@@ -1440,6 +1440,9 @@ sub fatal($) {
$instance
->SetStatus("failed")
if (defined(
$instance
));
print STDERR Dumper(
$xmlparse
)
if (defined(
$xmlparse
));
print STDERR "*** $0:
\n
".
"
$mesg
\n
";
exit(-1);
...
...
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