[SOLVED] Debian source repository for Proxmox Ceph packages

We were able to build patched Debian packages from the Proxmox Ceph git repository.
It works roughly like this (installation of build dependencies not included):
Bash:
git clone git://git.proxmox.com/git/ceph.git
cd ceph
curl -s https://github.com/ceph/ceph/commit/c0ed0895dd89dddb66f80086791f373ac0cd3fdb.patch > patches/0099-mon-avoid-exception-when-setting-require-osd-release.patch
echo "0099-mon-avoid-exception-when-setting-require-osd-release.patch" >> patches/series
make ceph-17.2.6 patches
make deb -j48
 
  • Like
Reactions: fabian