Robin H. Johnson
Robin H. Johnson
Hi, Great to see progress on this. All of the docs and coding seem to be oriented around being able to clone a repo and re-serve it as a bundle....
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,...
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:...
One of the Ruby 1.9->Ruby 2 upstream changes was that the handling of file descriptors on exec calls had two changes in defaults: - All non-primary FDs are closed by...
https://github.com/WayneD/rsync/pull/514
This patch from the mailing list has been ignored for a long time: https://lists.samba.org/archive/rsync/2015-November/030455.html
The `packagecloud_repo` repo only pulls the GPG key during deployment; and does not detect in any way that the key might have been rotated. To properly solve this, the resource...
Add new option --ignore-non-existing-directory, that is a variant of --ignore-non-existing, but applies ONLY to directories. This was previously proposed in bug #8366, but I independently had a use case for...
PR#1851 introduced accidental breakage for custom metrics on resources with an empty empty, e.g. Node. Fix it, and add tests to catch the next breakage. Reference: https://github.com/kubernetes/kube-state-metrics/pull/1851 Reference: https://github.com/kubernetes/kube-state-metrics/issues/2434 Signed-off-by:...