mirror of
https://github.com/ceph/ceph
synced 2024-12-18 09:25:49 +00:00
a03f85a8e7
Add release note New librados interface New pg_nls_response_t over the wire protocol Ignore internal namespace (.ceph_internal) Enhance ObjListCtx to keep independent IoCtxImpl so nspace won't change out from under listing code Add ListObject with private implementation ListObjectImpl to return from iterator Add EINVAL error for old librados interface when LIBRADOS_ALL_NSPACES set Add throw to old librados c++ interface when all_nspaces set Fixes: #9031 Signed-off-by: David Zafman <dzafman@redhat.com>
13 lines
327 B
Plaintext
13 lines
327 B
Plaintext
v0.86
|
|
-----
|
|
|
|
* New ability to list all objects from all namespaces can fail or return
|
|
incomplete results when not all OSDs have been upgraded. Features
|
|
rados --all ls, rados cppool, rados export, rados cache-flush-evict-all
|
|
and rados cache-try-flush-evict-all can also fail or return incomplete
|
|
results.
|
|
|
|
|
|
v0.87
|
|
-----
|