ceph-chef icon indicating copy to clipboard operation
ceph-chef copied to clipboard

Chef cookbooks for managing a Ceph cluster

Results 10 ceph-chef issues
Sort by recently updated
recently updated
newest added

For ease of discover-ability, could you please tag the cookbook versions for the repo? ``` git tag v1.1.28 ae05d2f7105c6210d6d7ed82ad8ce5f9f462e883 git tag v1.1.27 9acdda41741efca3daa71f9ec4a021dda77aff94 git tag v1.1.26 d8518d5d49fc850043c7bcf85bd7ad516372241a git tag v1.1.25...

With chefdk 2.6, chef fails to compile this cookbook: ``` ================================================================================ Recipe Compile Error in /tmp/kitchen/cache/cookbooks/ceph-chef/providers/README.md ================================================================================ SyntaxError ----------- /tmp/kitchen/cache/cookbooks/ceph-chef/providers/README.md:3: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '('...

Any comments on keeping Hammer support? If removed it will clean the recipes up.

1. Readme says 'device' is the key for OSD data device but codes are actually using 'data'. 2. bash testing operator should be executed inside of bash resource rather than...

Compare: https://github.com/ceph/ceph-chef/blob/master/recipes/radosgw_federated.rb#L39 https://github.com/ceph/ceph-chef/blob/master/templates/default/ceph.conf.erb#L229 The logic used to decide if the keyring should be at "/etc/ceph/#{node['ceph']['cluster']}.client.radosgw.#{inst['region']}-#{inst['name']}.keyring" OR "/etc/ceph/#{node['ceph']['cluster']}.client.radosgw.keyring" Is reversed on one of them. I'm not certain which one is wrong,...

There are several cases where Ceph commands require a secret as input. For example, when populating the monitor daemon with the monitor map and keyring in the mon recipe, it...

The cookbook uses the same client name for running `radosgw-admin` as `radosgw` itself uses. If `radosgw` is already running, this makes the `radosgw-admin` call FAIL. ``` STDERR: warning: line 38:...

In the osd.rb recipe, devices are specified by the following node attribute: > devices = node['ceph']['osd']['devices'] As long as each node that this recipe runs on has the exact same...

In group 'unit' without version and in general with version '~> 2.0.10'