From 3322798a36d02ee7738e61a4a82a1f06375d7cbb Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Tue, 12 Feb 2019 09:07:16 -0500 Subject: [PATCH] doc/librados: explicitly mention that the C++ API is not stable Signed-off-by: Jason Dillaman --- doc/rados/api/libradospp.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/rados/api/libradospp.rst b/doc/rados/api/libradospp.rst index 27d3fa74aac..b99be6bcd5a 100644 --- a/doc/rados/api/libradospp.rst +++ b/doc/rados/api/libradospp.rst @@ -2,4 +2,8 @@ LibradosPP (C++) ================== +.. note:: The librados C++ API is not guarenteed to be API+ABI stable + between major releases. All applications using the librados C++ API must + be recompiled and relinked against a specific Ceph release. + .. todo:: write me! -- 2.39.5