]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: note on 'ceph tell <pgid> ...'
authorSage Weil <sage@inktank.com>
Fri, 26 Jul 2013 23:21:09 +0000 (16:21 -0700)
committerSage Weil <sage@inktank.com>
Fri, 26 Jul 2013 23:21:09 +0000 (16:21 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
PendingReleaseNotes

index bed4cc4c91c5385330e63a81a8389d85076d5653..b1c141492f60d9e21ab4a6a27e23f84c774cf7ed 100644 (file)
@@ -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.