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-stable
Commits
42bc4b9e
Commit
42bc4b9e
authored
Aug 29, 2003
by
Kirk Webb
Browse files
Omit final size report in create_image since NFS caching usually screws up
a correct final reading.
parent
f04ac49c
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/create_image.in
View file @
42bc4b9e
...
...
@@ -416,8 +416,8 @@ if ($cursize > $maximagesize) {
fatal
("
FAILED: Maximum image size (
$maximagesize
bytes) exceeded ...
\n
");
}
print
"
Image creation succeeded.
"
.
"
Final size:
"
.
(
stat
(
$filename
))[
7
]
.
"
bytes.
\n
";
print
"
Image creation succeeded.
\n
";
#
"Final size: " . (stat($filename))[7] . " bytes.\n";
SENDMAIL
("
$user_name
<
$user_email
>
",
"
Image Creation on
$node
Completed:
$pid
/
$imagename
",
...
...
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