]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge PR #24494 into master
authorSage Weil <sage@redhat.com>
Sun, 14 Oct 2018 18:11:11 +0000 (13:11 -0500)
committerSage Weil <sage@redhat.com>
Sun, 14 Oct 2018 18:11:11 +0000 (13:11 -0500)
* refs/pull/24494/head:
ceph-kvstore-tool: rename repair -> destructive-repair

Reviewed-by: Neha Ojha <nojha@redhat.com>
1  2 
PendingReleaseNotes

index b1a97b5ada3ed4d1c2e261fe804ff36a36a10bc3,07fe31ada1cfab098cc570ede7db9c72474426dc..c51cd7736ca569dcf7679742cc5ebd1fd6324dfc
  
      ceph auth caps client.bad osd 'allow rwx pool foo'
  
+ * The ``ceph-kvstore-tool`` ``repair`` command has been renamed
+   ``destructive-repair`` since we have discovered it can corrupt an
+   otherwise healthy rocksdb database.  It should be used only as a last-ditch
+   attempt to recover data from an otherwise corrupted store.
  
  
 +* The default memory utilization for the mons has been increased
 +  somewhat.  Rocksdb now uses 512 MB of RAM by default, which should
 +  be sufficient for small to medium-sized clusters; large clusters
 +  should tune this up.  Also, the ``mon_osd_cache_size`` has been
 +  increase from 10 OSDMaps to 500, which will translate to an
 +  additional 500 MB to 1 GB of RAM for large clusters, and much less
 +  for small clusters.