Commit Graph

593 Commits

Author SHA1 Message Date
huangjun
e112664bf3 doc: change the osd_max_backfills default to 1
Fixes: http://tracker.ceph.com/issues/17701
  Signed-off-by: huangjun <hjwsm1989@gmail.com>
2016-10-26 16:55:53 +08:00
Sage Weil
d8105622fa Merge pull request #11546 from umullan/uday
doc: Fix broken link for caps
2016-10-19 08:58:34 -05:00
John Spray
6d40a8140f Merge pull request #11434 from batrick/mds-cmd-deprecated
Flag deprecated mds commands and omit deprecated mon commands in help output

Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
2016-10-19 12:23:34 +02:00
Uday Mullangi
b0ab0f9d98 doc: Fix broken link for caps
http://tracker.ceph.com/issues/17587
Signed-off-by: Uday udaymjl@gmail.com
2016-10-19 11:39:04 +05:30
Uday Mullangi
2393f9e4ba Fixes: #17587
doc: Fixing the broken link which was refactored for authentication as part of other PR
Signed-off-by: uday udaymjl@gmail.com
2016-10-18 11:51:58 +05:30
Uday Mullangi
6b78568980 Fixes: #17587
doc: Fixing the broken link which was refactored for authentication as part of other PR
Signed-off-by: uday udaymjl@gmail.com
2016-10-17 16:34:25 +05:30
Uday Mullangi
fe9b146ad7 Fixes: #17587
doc: Fixing the broken link which was refactored for authentication as part of other PR
Signed-off-by: uday udaymjl@gmail.com
2016-10-17 16:10:42 +05:30
Kefu Chai
754ad16eae Merge pull request #11276 from tchaikov/wip-17400
tools/ceph_monstore_tool: update pgmap_meta also when rebuilding store.db

Tested-by: Huawen Ren <ren.huanwen@zte.com.cn>
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2016-10-15 11:50:54 +08:00
Leo Zhang
f281f8d30e doc: fix dead link of "os-recommendations" in troubleshooting-osd
Signed-off-by: Leo Zhang <nguzcf@gmail.com>
2016-10-13 10:38:10 +08:00
Patrick Donnelly
4323d47122
mds: remove deprecated commands from docs
This mostly is just removing the commands from the man page ceph(1). I
left the legacy section in doc/cephfs/administration.rst as-is.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2016-10-12 10:58:38 -04:00
Kefu Chai
af8e211637 doc: fill keyring with caps before passing it to ceph-monstore-tool
to make sure the recovered monitor store is ready for use.

Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-10-10 18:43:40 +08:00
Leo Zhang
c387c87434 doc: fix dead link "Hardware Recommendations"
Signed-off-by: Leo Zhang <nguzcf@gmail.com>
2016-10-08 22:41:59 +08:00
Alexey Sheplyakov
5c291855ac doc: fix librados example programs
basically s/rados_wait_for_(safe|complete)/rados_aio_wait_for_\1/g

Signed-off-by: Alexey Sheplyakov <asheplyakov@mirantis.com>
2016-10-04 09:39:51 +03:00
Sage Weil
784fe23812 doc: remove old .libs reference
Signed-off-by: Sage Weil <sage@redhat.com>
2016-09-26 15:50:30 -04:00
Sage Weil
c621146001 Merge pull request #11172 from batrick/ceph-conf-metavar
doc: add $pid metavar conf doc

Reviewed-by: Sage Weil <sage@redhat.com>
2016-09-23 08:45:02 -05:00
Alfredo Deza
9bb7cf7211 doc/rados/troubleshooting: remove references to premium support from inktank.com
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2016-09-22 07:43:43 -04:00
Alfredo Deza
c8dc8d3998 doc/rados: remove references to premium support from inktank.com
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2016-09-22 07:43:43 -04:00
Patrick Donnelly
8d7d24e0a4
doc: add $pid metavar conf doc
$pid introduced in 2012 via cf2a0454.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2016-09-21 10:58:45 -04:00
Samuel Just
22053d057f Merge pull request #11063 from ceph/wip-doc-BZ#1368528
Removed reference about pool ownership based on BZ#1368528

Reviewed-by: Samuel Just <sjust@redhat.com>
2016-09-19 05:31:04 -07:00
Kefu Chai
79a9f29925 doc: add rados/operations/disaster-recovery.rst
document the process to recover from leveldb corruption.

Fixes: http://tracker.ceph.com/issues/17179
Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-09-15 17:56:35 +08:00
Barbora Ančincová
a9c0e7b789 Removed reference about pool ownership based on BZ#1368528
Signed-off-by: Bara Ancincova <bara@redhat.com>

https://bugzilla.redhat.com/show_bug.cgi?id=1368528

From email conversation with Sage and Sam:

I don't think it is used at all, and at a minimum it is
untested and undocumented and the implementation is alomst
certainly incomplete.

I definitely support removing any trace of it from the docs.

sage
2016-09-13 17:38:25 +05:30
Loic Dachary
8de8d7283f Merge pull request #9758 from SUSE/wip-btrfs-not-ideal
doc: remove btrfs contradiction

Reviewed-by: Loic Dachary <ldachary@redhat.com>
2016-09-04 19:58:19 +02:00
MinSheng Lin
7f4e147885 doc: remove the description of deleted options
Fixes: http://tracker.ceph.com/issues/17041

Signed-off-by: MinSheng Lin <minsheng.l@inwinstack.com>
2016-08-16 22:13:12 +08:00
Kefu Chai
f468c73b6b Merge pull request #10619 from chengweiv5/fix-doc
doc: fix rados/configuration/osd-config-ref.rst

Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-08-15 23:00:02 +08:00
Nathan Cutler
efc235895d doc: remove btrfs contradiction
btrfs is not "the ideal choice for Ceph clusters" because it isn't mature and
the promised features (like deduplication) have not materialized.

The "Filesystems -> Recommended" section of this very same document (several
paragraphs) above the paragraph being modified by this commit, has been
modified to say "We used to recommend btrfs for testing, development, and any
non-critical deployments. . . . However . . . ."

This PR removes this contradiction.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
2016-08-15 15:20:17 +02:00
Chengwei Yang
fed35dd37f doc: fix command format
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
2016-08-12 13:23:15 +08:00
Chengwei Yang
e3b4126c11 doc: fix typo maximum -> minimal
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
2016-08-12 13:20:16 +08:00
John Wilkins
5621a9ca4c Lowered third example to keep PG count lower.
Signed-off-by: John Wilkins <jowilkin@redhat.com>
2016-08-11 14:41:54 -07:00
Albert Tu
7fca0e5036 doc: fix broken link in SHEC erasure code plugin
Fixes: http://tracker.ceph.com/issues/16996

Signed-off-by: Albert Tu <albert.t@inwinstack.com>
2016-08-11 16:15:51 +08:00
Kefu Chai
89ba840a6c Merge pull request #10190 from ktdreyer/doc-delete-pool
doc: more details for pool deletion

Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-07-10 19:57:07 +08:00
Ken Dreyer
3c43185002 doc: more details for pool deletion
Prior to this change, the documention instructed administrators to
delete rulesets and users, but did not go into details regarding how to
do that.

Add example commands that admins may use to search for rulesets and
users that might reference the to-be-deleted pool.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2016-07-08 07:42:29 -06:00
Ken Dreyer
99e0ee1223 doc: rm SysV instructions, add systemd
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2016-07-07 11:59:18 -06:00
Kefu Chai
5de4a9cef6 Merge pull request #8086 from jaemyoun/wip-doc-rados-java-api
doc: adding JAVA Example in Step 4: Closing Sessions

Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-06-28 12:18:41 +08:00
Jaemyoun
319d3c8ac9 doc: add closing session in Java 2016-06-28 13:02:48 +09:00
Jiaying Ren
103375503f doc: update broken link for deploy ceph by Chef
Signed-off-by: Jiaying Ren <jiaying.ren@umcloud.com>
2016-05-31 10:42:41 +08:00
Sage Weil
2c32c413ff Merge pull request #8553 from yatinkumbhare/doc-fix
doc: fix broken link for bootstrapping monitors
2016-05-19 04:21:36 -04:00
Sage Weil
ef3a678911 Merge pull request #9135 from flaf/master
doc: improvement of the "tunables" part

Reviewed-by: Sage Weil <sage@redhat.com>
2016-05-16 03:48:48 -04:00
lafont
4cc820812c doc: improvement of the "tunables" part
* Some CRUSH_TUNABLES$N references were false.
* The explanations concerning the warning when tunables are
  non-optimal were false or confusing.
* Make the definition of the "default" profile clearer.

Signed-off-by: François Lafont <francois.lafont@ac-versailles.fr>
2016-05-16 05:15:06 +02:00
Sage Weil
7488c917af doc/rados: adjust example cache tiering settings
These are saner values.

Signed-off-by: Sage Weil <sage@redhat.com>
2016-05-13 10:58:50 -04:00
Sage Weil
fcd1d097b1 doc/rados: words of caution about cache tiering
Signed-off-by: Sage Weil <sage@redhat.com>
2016-05-13 10:58:50 -04:00
Sage Weil
6b6b38163b doc/rados: drop description of cache modes we don't recommend
Signed-off-by: Sage Weil <sage@redhat.com>
2016-05-11 08:15:53 -04:00
Etienne Menguy
6bab8cf362
adding test-reweight-by-utilization documentation
Signed-off-by: Etienne Menguy <etienne.menguy@corp.ovh.com>
2016-05-09 10:49:47 +02:00
Yatin Kumbhare
c480ffa49d doc: fix broken link for bootstrapping monitors
Signed-off-by: Yatin Kumbhare yatinkumbhare@gmail.com
2016-05-04 11:34:20 +05:30
ibravo
893b7a0069 Doc: Updated ceph-deploy osd to choose underlying file system
Included paragraph about --fs-type and --bluestore

Signed-off-by: Ignacio Bravo ibravo@hotmail.com
2016-04-24 20:28:35 -04:00
Sage Weil
553a2b91ae Merge pull request #8551 from scienceluo/patch-1
doc: Fixes Different font of the title

Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Reviewed-by: Yatin Kumbhare <yatinkumbhare@gmail.com>
2016-04-22 12:31:50 -04:00
Sage Weil
bbb6283efe Merge pull request #8581 from emenguy/pgnum_pools_documentation
doc: adding pg_num to pools documentation

Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
2016-04-22 12:16:00 -04:00
Sage Weil
73130b6ca6 Merge pull request #8674 from yatinkumbhare/doc-fix2
doc: fix broken link to monitor quorum

Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
2016-04-22 11:44:51 -04:00
Yatin Kumbhare
c244eb2d61 doc: fix broken link to monitor quorum
Link pointing in Monitor Quorum section to
ceph configuration file was broken.
Fixing it to point to configuration section.

Signed-off-by: Yatin Kumbhare yatinkumbhare@gmail.com
2016-04-21 11:42:39 +05:30
Etienne Menguy
fa32bd3cb9 adding pg_num to pools documentation
Signed-off-by: Etienne Menguy <etienne.menguy@corp.ovh.com>
2016-04-13 13:25:30 +02:00
Sage Weil
489324f113 doc/configuration/filesystem-recommendations: recommend against ext4
Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-12 13:24:56 -04:00