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-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
9a4946bf
Commit
9a4946bf
authored
Mar 08, 2017
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for taking a snapshot of a node running an image alias.
parent
a8715637
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
apt/manage_instance.in
apt/manage_instance.in
+5
-2
No files found.
apt/manage_instance.in
View file @
9a4946bf
...
...
@@ -902,11 +902,14 @@ sub DoImageTrackerStuff($$$$$$)
}
}
#
# System Image? We use the URN we get back from Create
Sliver
().
# System Image? We use the URN we get back from Create
Image
().
# The cluster will be the origin for the new image.
#
return 0
if (
$blob
->{'issystem'});
if (exists(
$blob
->{'issystem'}) &&
$blob
->{'issystem'});
# Image aliases are also considered system images.
return 0
if (exists(
$blob
->{'isimagealias'}) &&
$blob
->{'isimagealias'});
my
$image_urn
=
$blob
->{'urn'};
my
$copyback_uuid
=
$blob
->{'version_uuid'};
...
...
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