ceph-cookbook
ceph-cookbook copied to clipboard
Chef cookbooks for Ceph
Hi, I tried to install ceph pacific through cephadm on centos7. I got repo error. [root@cephmon01 ~]# **./cephadm install** Installing packages ['cephadm']... Non-zero exit code 1 from yum install -y...
Hi, I am having an issue of ceph health - health HEALTH_WARN 64 pgs incomplete; 64 pgs stuck inactive; 64 pgs stuck unclean Please suggest me what should I check....
With infernalis, ceph-disk-[prepare|activate] are gone and were just dumb wrappers anyway. Replace calls to them with appropriate calls to ceph-disk.
Hi, I want to Implement below scenario using Ceph Server: 1. Alice wants put a file (or Object) into Bucket 'A' 2. Ceph will authorize this request using my Api...
This is a simple RBD LWRP. Could you please have a look at it?
This PR is work-in-progress to make this cookbook support Ceph Jewel release. It is based on my earlier "cherry-picks" branch, so I don't expect it to merge cleanly to the...
This behavior has caused problems for me in a few ways. We have chef-client running every 30 minutes (daemonized). Every time it runs, it brings up all OSDs, even ones...
In a few instances, we found ceph_pool hanging. The timeout attribute would allow us to control how long we would like to wait before raising an exception.
Fix rubocop version in Gemfile
When using provider ceph_cephfs to mount a cephfs volume, there is no way to specify mount options. Wouldn't it be wise to enable some sort of options, for instance adding...