grootfs/0.19.0
You can find the source of this version on GitHub at cloudfoundry/grootfs-release. It was created based on the commit 53831be
.
Release Notes¶
…this release
- Enhances
grootfs create
logs with tar-ball location. - Adds feature flags for XFS mount options and support of XFS external log device.
- Significantly improves the locking strategy for parallel create and clean operations. Story.
- Uses
noatime
andnobarrier
XFS mount options by default when used with theoverlay-xfs
driver.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "grootfs" version: "0.19.0" url: "https://bosh.io/d/github.com/cloudfoundry/grootfs-release?v=0.19.0" sha1: "70ced717efddaf2df865124c5208aa5e25d97819"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 70ced717efddaf2df865124c5208aa5e25d97819 \ "https://bosh.io/d/github.com/cloudfoundry/grootfs-release?v=0.19.0"