Skip to content

grootfs/0.24.0

You can find the source of this version on GitHub at cloudfoundry/grootfs-release. It was created based on the commit cd787f7.

Release Notes

This release was meant to be v0.22.0 but due to Github and subsequent CI issues we had to jump some release numbers.

This releaseā€¦

  • Uses SHA256 checksums in the BOSH release.
  • Removes unnecessary cache flushing from grootfs stats. This should improve general file system performance in Grooted Diego cells.
  • Includes some more work on the rootless use case for Overlay-XFS:
    • Local tar-balls can be used with disk quotas.
    • Metrics can be obtained.

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "grootfs"
  version: "0.24.0"
  url: "https://bosh.io/d/github.com/cloudfoundry/grootfs-release?v=0.24.0"
  sha1: "b342db5da3a7bd7bb2e81c2f6456d75cf38e9e0c"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 b342db5da3a7bd7bb2e81c2f6456d75cf38e9e0c \
  "https://bosh.io/d/github.com/cloudfoundry/grootfs-release?v=0.24.0"

Jobs

Packages