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
18655c69
Commit
18655c69
authored
Aug 07, 2014
by
Leigh B Stoller
Browse files
Disable provenance for all geni projects until we can export deltas.
parent
206f98b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/clone_image.in
View file @
18655c69
...
...
@@ -52,6 +52,7 @@ sub usage()
"
-g 0,1 Override base image global setting
\n
"
.
"
-s Create descriptor but do not snapshot
\n
"
.
"
-n Impotent mode
\n
"
.
"
-F Create a full image even if deltas are on
\n
"
.
"
-w Wait for image to be created
\n
");
exit
(
-
1
);
}
...
...
@@ -184,7 +185,11 @@ if (! (defined($base_osinfo) && defined($base_image))) {
print
"
$node_id
is running
$base_osinfo
,
$base_image
\n
"
if
(
$debug
);
# Feature override.
# Temporary override for all geni projects until we can export deltas.
$doprovenance
=
0
if
(
$project
->
IsNonLocal
());
# But allow feature override.
$doprovenance
=
EmulabFeatures
->
FeatureEnabled
("
ImageProvenance
",
$this_user
,
$project
);
...
...
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