ceph/PendingReleaseNotes
David Zafman a03f85a8e7 osd, osdc, librados, tools, rgw: Implement pgls of all namespaces
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>
2014-10-20 10:47:50 -07:00

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
-----