Eric Jackson

Results 19 comments of Eric Jackson

Then the admin would be in the same predicament that they currently have. The current situation is `rpm -ivh deepsea or zypper in deepsea` Run Stage 0 or maintenance.upgrade (but...

With the number of complaints that I have directly received, I dispute that users expect it. I wouldn't want an rpm install to pause from a downed minion, but backgrounding...

The related update would be /srv/salt/ceph/rgw/files/users.j2 where ``` realm: default: {% if salt['file.file_exists']('/srv/salt/ceph/rgw/users/system.user.yml') %} ``` would become ``` realm: {{ salt['rgw.default_realm']() }}: {% if salt['file.file_exists']('/srv/salt/ceph/rgw/users/system.user.yml') %} ``` and we need...

Hmm, I just ran this without issue. ``` # salt-run net.ping [WARNING ] Unable to find IPv6 record for "admin.ceph" causing a 10 second timeout when rendering grains. Set the...

Hello letonphat1988, If you need to target a different cluster, would the --ceph option work? That is, specify the ceph configuration file of the other cluster. If you do need...

A couple of issues. The lrbd.conf object is written to each pool. So, there is technically more than one object, but we should be able to watch just one. Lrbd...

It's already there. :) See https://github.com/swiftgist/lrbd/wiki#optional-settings or https://github.com/swiftgist/lrbd/blob/master/samples/2gateways%2B2images%2Bassigned_lun%2Bno_authentication.json Any image without a hardcoded LUN will still be assigned dynamically.

Sorry for the delay in responding. Yes, "lrbd --ceph /etc/ceph/DEV.conf ..." is not including "-c /etc/ceph/DEV.conf". Thanks for letting me know.

Considering that each service will likely have its own challenges on preventing client connections and terminating clients gracefully, is the first step to return a list of existing connections to...