Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

s3fs-fuse (4) Versions 0.0.7

Installs/Configures s3fs-fuse

Policyfile
Berkshelf
Knife
cookbook 's3fs-fuse', '= 0.0.7', :supermarket
cookbook 's3fs-fuse', '= 0.0.7'
knife supermarket install s3fs-fuse
knife supermarket download s3fs-fuse
README
Dependencies
Quality -%

S3FS-FUSE

Provides S3FS-FUSE with optional mount monitoring via bluepill.

Important note

Currently this cookbook is only working on Ubuntu installs. It
has a fix for the current Ubuntu LTS to work around a FUSE issue
that was fixed in LTS without the required version increment
that S3FS-FUSE depends on. More informtion:

http://code.google.com/p/s3fs/issues/detail?id=138
https://bugs.launchpad.net/ubuntu/lucid/+source/fuse/+bug/634554

Usage

override_attributes(
  's3fs-fuse' => {
    :s3_key => 'key',
    :s3_secret => 'secret',
    :mounts => [
      {:bucket => 'my-bucket', :path => '/mount/path', :tmp_dir => '/tmp/cache'}
    ],
    :bluepill => true,
    :maxmemory => 50
  }
)

Multiple buckets can be mounted (which is why the `:mounts` attribute is an Array
of Hashes). Bluepill monitoring is optional and the maxmemory allows bluepill
to kill off and remount any s3 mounts that misbehave.

Note: Bluepill should be considered for any s3fs built bucket that has large number
of entries within directories. Running an `ls` on these directories will cause the
mount's memory to balloon. Bluepill will happily watch for this (ballooning memory)
and remount the bucket.

Dependent cookbooks

bluepill >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found