Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Revert "Zero out ephemeral disk prior to snapshot"
Browse files Browse the repository at this point in the history
This reverts commit 5ab39dd.

[#113212847]
  • Loading branch information
davidwadden committed Feb 8, 2016
1 parent b2c39f4 commit d8ef740
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions images/micropcf.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@
"execute_command": "{{ .Vars }} sudo -E sh '{{ .Path }}'",
"inline": [
"dd if=/dev/zero of=/EMPTY bs=1M 2>/dev/null || true",
"dd if=/dev/zero of=/var/vcap/data/EMPTY bs=1M 2>/dev/null || true",
"rm -f /EMPTY /var/vcap/data/EMPTY"
"rm -f /EMPTY"
]
}
],
Expand Down

0 comments on commit d8ef740

Please sign in to comment.