ceph-nvmeof
ceph-nvmeof copied to clipboard
ceph: improve building of dev images
- Set
NVMEOF_GWforvstartto work with nvmeof. - Help debug ceph.repo issues.
- Add new
CEPH_CLUSTER_CEPH_REPO_BASEURLalternative to settingCEPH_BRANCHandCEPH_SHA. - Fix setting
CEPH_CLUSTER_CEPH_REPO_BASEURLinMakefilenot to override value if externally set (via .env).
BTW, @baum this change broke support for ceph-devel and other use cases of this make + docker-compose. I was planning to fork this repo and revert that commit.
BTW, @baum this change broke support for
ceph-develand other use cases of this make + docker-compose. I was planning to fork this repo and revert that commit.
@epuertat up Makefile target no longer dispatches to docker-compose, due to requirement to send nvme gw create ceph monitor commands during gateway deployment. Any ideas on how to improve it? For ceph-devel README now recommends doing "docker-compose up nvmeof-devel" 😀 Please share your thoughts.