diff --git a/PendingReleaseNotes b/PendingReleaseNotes index bed4cc4c91c53..b1c141492f60d 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -31,3 +31,10 @@ v0.67 in order to accomodate the new write back throttle system. upstart now sets the fd limit to 32k. sysvinit will set it to 32k by default (still overrideable via max_open_files). + +* The 'ceph pg ...' commands (like 'ceph pg query') are + deprecated in favor of 'ceph tell ...'. This makes the + distinction between 'ceph pg ' and 'ceph pg + ' less awkward by making it clearer that the 'tell' + commands are talking to the OSD serving the placement group, not the + monitor.