]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/librados: explicitly mention that the C++ API is not stable
authorJason Dillaman <dillaman@redhat.com>
Tue, 12 Feb 2019 14:07:16 +0000 (09:07 -0500)
committerJason Dillaman <dillaman@redhat.com>
Thu, 21 Feb 2019 13:28:43 +0000 (08:28 -0500)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
doc/rados/api/libradospp.rst

index 27d3fa74aac7bda744dfbf442d16a0b3673a22f3..b99be6bcd5ae3ebf882b75330cd2110e658b17a2 100644 (file)
@@ -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!