Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Elijah Grubb
emulab-devel
Commits
3cfa7603
Commit
3cfa7603
authored
Jun 25, 2015
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fix, some extra debugging.
parent
68d48acf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
apt/create_instance.in
apt/create_instance.in
+4
-1
No files found.
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
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