cookbook 's3fs-fuse', '= 0.1.0', :supermarket
s3fs-fuse (4) Versions 0.1.0 Follow6
Installs/Configures s3fs-fuse
cookbook 's3fs-fuse', '= 0.1.0'
knife supermarket install s3fs-fuse
knife supermarket download s3fs-fuse
S3FS-FUSE
Provides S3FS-FUSE with optional mount monitoring via bluepill.
Usage
override_attributes(
's3fs-fuse' => {
:s3_key => 'key',
:s3_secret => 'secret',
:mounts => [
{:bucket => 'my-bucket', :path => '/mount/path', :tmp_store => '/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
rc_mon >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.