grootfs/0.15.0
You can find the source of this version on GitHub at cloudfoundry/grootfs-release. It was created based on the commit c973458
.
Release Notes¶
- Do not leak corrupted volumes when GrootFS is killed half-way during a
grootfs create
. - Uses a more user-friendly error in
grootfs delete
when the image is not found. - Apply a consistent configuration file options naming convention.
- Remove the need of passing
--xfs-progs
togrootfs stats
in theoverlay-xfs
driver. - Allow newer layers to overwrite existing files with symlinks.
- Always create the whiteout device when using the
overlay-xfs
driver. - Set correct owner/permissions in the store path.
- Remove unnecessary dependencies to speed up compilation time.
- Use the ephemeral disk size as a default for the store size.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "grootfs" version: "0.15.0" url: "https://bosh.io/d/github.com/cloudfoundry/grootfs-release?v=0.15.0" sha1: "387e079b66048bcb1885e639eace46666cdc2927"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 387e079b66048bcb1885e639eace46666cdc2927 \ "https://bosh.io/d/github.com/cloudfoundry/grootfs-release?v=0.15.0"