diff options
author | Dan Mick <dan.mick@inktank.com> | 2013-07-15 18:27:15 -0700 |
---|---|---|
committer | Dan Mick <dan.mick@inktank.com> | 2013-07-16 13:09:21 -0700 |
commit | 3706dbbf9f56b68df046731218755517e434a514 (patch) | |
tree | ce4e88c3fd5d53d471a48fa89f2aa86a74cb3907 | |
parent | ad1392f68170b391d11df0ce5523c2d1fb57f60e (diff) | |
download | ceph-3706dbbf9f56b68df046731218755517e434a514.tar.gz |
PendingReleaseNotes: formatted ceph CLI output and ceph-rest-api
Signed-off-by: Dan Mick <dan.mick@inktank.com>
-rw-r--r-- | PendingReleaseNotes | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes index e5993ca52d0..a9880942b5a 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -8,3 +8,14 @@ v0.67 * The 'ceph pg dump_stuck [threshold]' command used to require a --threshold or -t prefix to the threshold argument, but now does not. + +* Many more ceph commands now output formatted information; select + with '--format=<format>', where <format> can be 'json', 'json-pretty', + 'xml', or 'xml-pretty'. + +* ceph-rest-api, a wrapper around ceph_rest_api.py, can be used to start + up a test single-threaded HTTP server that provides access to cluster + information and administration in very similar ways to the ceph + commandline tool. ceph_rest_api.py can be used as a WSGI application + for deployment in a more-capable web server. See ceph-rest-api.8 + for more. |