]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: make a note about librados flag changes
authorSage Weil <sage@redhat.com>
Tue, 13 Jan 2015 20:23:37 +0000 (12:23 -0800)
committerSage Weil <sage@redhat.com>
Tue, 13 Jan 2015 20:23:37 +0000 (12:23 -0800)
Signed-off-by: Sage Weil <sage@redhat.com>
PendingReleaseNotes

index 727c584f00fedd1ec52859ce6ac490e7f79503ef..982412dae99bc15fb5a99cc6a9d1812ba73b1783 100644 (file)
@@ -45,3 +45,16 @@ v0.92
   following to your ceph.conf::
 
     enable experimental unrecoverable data corrupting featuers = keyvaluestore
+
+* The following librados C API function calls take a 'flags' argument whose value
+  is now correctly interpreted:
+
+     rados_write_op_operate()
+     rados_aio_write_op_operate()
+     rados_read_op_operate()
+     rados_aio_read_op_operate()
+
+  The flags were not correctly being translated from the librados constants to the
+  internal values.  Now they are.  Any code that is passing flags to these methods
+  should be audited to ensure that they are using the correct LIBRADOS_OP_FLAG_*
+  constants.