ceph / ceph-iscsi-config

NOTICE: moved to https://github.com/ceph/ceph-iscsi
GNU General Public License v3.0
22 stars 28 forks source link

rbd-target-gw socket.error: [errno 97] address family not supported by protocol #62

Closed deathowl closed 6 years ago

deathowl commented 6 years ago

when prometheus exporter is enabled, which it is by default iscsi-gw fails to start on systems with ipv6 disabled ''' app.run(host='::', port=settings.config.prometheus_port, debug=False, threaded=True) '''

This should be a relatively easy fix, by making prometheus host configurable. If it's required, i'd be more than willing to implement this solution

dillaman commented 6 years ago

@deathowl That would be great if you could submit a PR w/ an optional override.