mirror of
https://github.com/ceph/ceph
synced 2025-01-19 01:21:49 +00:00
f528f173e4
Majority of radosgw is contained in libradosgw.so. (/usr)/bin/radosgw is now a few lines that calls radosgw_Main() in libradosgw.so. The "zipper" work to modularize storage back-ends that will require linking to the shared library to resolve the methods that they reference. Putting the bulk of the implementation in a shared lib also allows for unit testing to link with the shared lib for testing. radosgw_Main() is the C++ implementation. For C linkage, radosgw_main() is provided. Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
8 lines
171 B
Plaintext
8 lines
171 B
Plaintext
lib/systemd/system/ceph-radosgw*
|
|
lib/*/libradosgw.so*
|
|
usr/bin/radosgw
|
|
usr/bin/radosgw-es
|
|
usr/bin/radosgw-object-expirer
|
|
usr/bin/radosgw-token
|
|
usr/share/man/man8/radosgw.8
|