From: Sage Weil Date: Fri, 26 Jul 2013 23:21:09 +0000 (-0700) Subject: PendingReleaseNotes: note on 'ceph tell ...' X-Git-Tag: v0.67-rc3~38 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6faf8b680d1474b0f47fc87cde8e406ce985d60f;p=ceph.git PendingReleaseNotes: note on 'ceph tell ...' Signed-off-by: Sage Weil --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index bed4cc4c91c..b1c141492f6 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.