On Fri, Sep 24, 2021 at 3:49 AM Cat Felts <cat.felts@xxxxxxxxxxx> wrote: > > Hello, > > I have cloned the Ceph repo, checked out the Pacific branch, and am trying to add some custom logging to rgw or radosgw code, specifically the bucket delete path. > I opened a ticket for a potential ceph bug found when deleting buckets with large objects (1.4tb or larger). > Bug #52711. > From my understanding, I don't need to build the whole project and may be able to just build rgw and radosgw libs. > > Does anyone have any insight on adding some additional logging? hi Cat, after running cmake to configure the Ceph building system, to build RGW you might want to $ make radosgw # for building the shared library $ make radosgw # for building the daemon $ make radosgw-admin # for building the cli admin client please replace "make" with ninja. if you prefer ninja over make and pass `-GNinja` to cmake. > > Thanks, > Cat > > -- > Cat Felts > Senior Software Engineer > OSNEXUS Corporation > > cat.felts@xxxxxxxxxxx | 1.360.633.6247 > http://www.osnexus.com > > _______________________________________________ > Dev mailing list -- dev@xxxxxxx > To unsubscribe send an email to dev-leave@xxxxxxx -- Regards Kefu Chai _______________________________________________ Dev mailing list -- dev@xxxxxxx To unsubscribe send an email to dev-leave@xxxxxxx