We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a27c3e commit e9ca8a0Copy full SHA for e9ca8a0
PendingReleaseNotes
@@ -47,6 +47,10 @@
47
fuse client for `fallocate` for the default case (i.e. mode == 0) since
48
CephFS does not support disk space reservation. The only flags supported are
49
`FALLOC_FL_KEEP_SIZE` and `FALLOC_FL_PUNCH_HOLE`.
50
+* pybind/rados: Fixes WriteOp.zero() in the original reversed order of arguments
51
+ `offset` and `length`. When pybind calls WriteOp.zero(), the argument passed
52
+ does not match rados_write_op_zero, and offset and length are swapped, which
53
+ results in an unexpected response.
54
55
>=19.0.0
56
0 commit comments