Hello everyone,

As part of nvmeof monitor PR, a new dependency of grpc/C++ was introduced to the ceph codebase. 

No issues with centos9, however on Ubuntu we stumbled upon an unexpected issue, declared  grrpc as ceph .deb package build deps under debian/control , however Ubuntu grpc packages do not include cmake files, , see https://github.com/grpc/grpc/issues/29977 

For instance, make check are failing on "CMake Error at src/CMakeLists.txt:900 (find_package): gRPC" . This issue renders Ubuntu packages as unusable. 

Could anyone assist with fixing the Ubuntu grpc packages?

Thank you,
~baum