summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-07-26 16:21:09 -0700
committerSage Weil <sage@inktank.com>2013-07-26 16:21:09 -0700
commit6faf8b680d1474b0f47fc87cde8e406ce985d60f (patch)
tree387c85605786cc752b3ef90b50c3069585b000e4
parent0757c60b666cf923ce9a29502dfc2e47c57d1e29 (diff)
downloadceph-6faf8b680d1474b0f47fc87cde8e406ce985d60f.tar.gz
PendingReleaseNotes: note on 'ceph tell <pgid> ...'
Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r--PendingReleaseNotes7
1 files changed, 7 insertions, 0 deletions
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 <pgid> ...' commands (like 'ceph pg <pgid> query') are
+ deprecated in favor of 'ceph tell <pgid> ...'. This makes the
+ distinction between 'ceph pg <command> <pgid>' and 'ceph pg <pgid>
+ <command>' less awkward by making it clearer that the 'tell'
+ commands are talking to the OSD serving the placement group, not the
+ monitor.