Commit Graph

280 Commits

Author SHA1 Message Date
John Wilkins
2cc5805a14 doc: Removed underscore for consistency.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-10-14 10:31:51 -07:00
Loic Dachary
bf82ba90bc doc: disable cephx requires auth_supported = none
auth cluster required = none
    auth service required = none
    auth client required = none

is not enough to disable cephx if there is a

    auth_supported = cephx

line in the [global] section. It will produce the following error

    # ceph --id myself auth list
    2013-10-13 11:05:00.368638 7f812aea3700  0 librados: client.myself authentication error (1) Operation not permitted
    Error connecting to cluster: PermissionError

Changing the line to

    auth_supported = none

fixes the problem.

Signed-off-by: Loic Dachary <loic@dachary.org>
2013-10-13 11:18:27 +02:00
John Wilkins
f13cc684c6 doc: Fixed hyperlinks. Cleanup of old references to Chef.
fixes: #6493

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-10-11 14:04:36 -07:00
John Wilkins
cb9ebd6f36 doc: Minor correction.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-10-10 14:31:37 -07:00
John Wilkins
fa909ad6ed doc: Update from wip-doc-quickstart branch.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-10-10 11:47:56 -07:00
John Wilkins
4fe01b1f1d doc: changed journal aio default to true.
fixes: #6389

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-09-27 13:59:13 -07:00
John Wilkins
ac0faaa359 doc: Removed service ops language and added reference to operations.
fixes: #6374

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-09-24 15:26:35 -07:00
John Wilkins
a39de7b1f0 doc: Made sysvinit and service sections parallel to upstart for clarity.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-09-17 14:03:34 -07:00
John Wilkins
e55d59f826 doc: Updated usage.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-09-16 18:57:46 -07:00
John Wilkins
0be2c87a54 doc: Removed --fs-type option and text.
fixes: #6326

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-09-16 18:40:07 -07:00
Noah Watkins
b86c068669 hadoop: remove hadoop shim
The in-tree Hadoop shim was a combination of libcephfs wrapper, and the
bits to support Hadoop. This has been replaced by src/java that
implements generic libcephfs wrappers, and externally, the hadoop shim
(see docs).

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
2013-09-13 13:39:48 -07:00
John Wilkins
494aff6b52 doc: Syntax fixes to suppress gitbuilder warnings.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-09-09 15:27:57 -07:00
John Wilkins
95c0c6c915 doc: Syntax fixes to suppress gitbuilder warnings.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-09-09 15:27:36 -07:00
Sage Weil
8a65ae8e17 doc/rados/operations/pools: remove experimental note about pg splitting
Signed-off-by: Sage Weil <sage@inktank.com>
2013-08-30 15:41:02 -07:00
John Wilkins
3266862491 doc: Updated to accurately reflect that upstart applies to a single node.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-08-27 10:25:50 -07:00
John Wilkins
576dce03f0 doc: Clarified quorum requirements.
fixes: #5412

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-08-21 11:01:48 -07:00
Sage Weil
68c1c70e1f Merge remote-tracking branch 'gh/next' 2013-08-19 12:41:54 -07:00
Danny Al-Gaaf
090e4c4a31 filestore-config-ref.rst: mark some filestore keys as deprecated
Marked the following keys as deprecated since v0.65:
- filestore flusher
- filestore flusher max fds
- filestore sync flush

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2013-08-19 20:56:48 +02:00
Danny Al-Gaaf
a846294533 auth-config-ref.rst: fix signature keys
Fix names of cephx signature keys.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2013-08-19 10:33:37 +02:00
Sage Weil
ae7436ffb5 Merge pull request #479 from devoid/fix-5797
Document unstable nature of CephFS
2013-08-17 10:09:01 -07:00
John Wilkins
50cc2efccf doc: Removed old mkcephfs references.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-08-16 17:31:43 -07:00
John Wilkins
16f4bd51f0 doc: Updated APT script for dumpling.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-08-16 17:27:16 -07:00
John Wilkins
e97100db50 doc: Removed mkcephfs references. Did a bit of clean-up work.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-08-16 17:26:25 -07:00
Scott Devoid
9f1ad4db54 Document unstable nature of CephFS
- Add note to docs indicating that CephFS is not recommended for
  production datasets.
- Add note to docs indicating that running CephFS with multiple MDS
  servers is not currently recommended.

This fixes issue #5797 http://tracker.ceph.com/issues/5797

Signed-off-by: Scott Devoid <devoid@anl.gov>
2013-08-15 14:01:32 -05:00
John Wilkins
2e9c25f5ae doc: fixing reported bug in CRUSH map example.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-08-05 14:48:38 -07:00
Alfredo Deza
1cd6e2e3f3 fix invalid cluster naming in example
Signed-off-by: Alfredo Deza <alfredo@deza.pe>
2013-08-05 10:16:54 -07:00
Sage Weil
4bf4d92a8b doc: radosgw needs 'mon = allow rw' to create its own pools
Fixes: #5674
Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Yehuda Sadeh <yehuda@inktank.com>
2013-07-19 10:04:40 -07:00
Dan Mick
e4d063b082 ceph-rest-api manpage
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2013-07-10 20:58:51 -07:00
Gary Lowell
5511daf345 doc: public network statement needed on new monitors.
When using ceph-deploy to create a new monitor on a host that is not
in the initial set of hosts defined by the ceph-deploy new command,
a "public network" statement needs to be added to the ceph.conf file.
Fixes #5195.

Signed-off-by: Gary Lowell  <gary.lowell@inktank.com>
2013-06-26 06:27:17 -07:00
John Wilkins
97f1322cdb doc: Updated deployment preflight.
fixes: #5266

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-18 14:26:30 -07:00
John Wilkins
f851c5d47f doc: Update for usage and index tags.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-14 16:54:36 -07:00
John Wilkins
4a79fabd41 doc: Update for usage. Index tags.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-14 16:54:14 -07:00
John Wilkins
20e68b748b doc: Updated for glossary usage. Index tags.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-14 16:53:56 -07:00
John Wilkins
44bf35a2cb doc: Updated index tags.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-14 16:53:20 -07:00
John Wilkins
a529882a5b doc: Updated index tags.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-14 16:52:46 -07:00
John Wilkins
2be167010e doc: Minor updates.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-14 16:06:59 -07:00
John Wilkins
b3a143d977 doc: Minor updates for usage.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-14 16:06:06 -07:00
John Wilkins
3f3ad61fae doc: Fixed :term" syntax.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-11 12:10:52 -07:00
John Wilkins
dea8c2d188 doc: Updated for glossary terms and added indexing.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-07 09:51:05 -07:00
John Wilkins
8e24328d88 doc: Added indexing and did a bit of cleanup.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-07 09:50:03 -07:00
John Wilkins
5c30844762 doc: Updated with glossary terms.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-06 17:35:02 -07:00
John Wilkins
8e13b38c27 doc: Updated with glossary terms.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-06 17:29:02 -07:00
John Wilkins
7116de3592 doc: Correction and index tags.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-06 17:27:34 -07:00
John Wilkins
ae5aeb1c06 doc: Updates for glossary terms.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-06 17:26:51 -07:00
John Wilkins
3d6eaf58d9 doc: Added upstart syntax.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-06 10:59:42 -07:00
John Wilkins
d97031175f doc: Added key and ceph repository to ceph-deploy install.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-05 11:44:58 -07:00
John Wilkins
d1e2e7b6b4 doc: Modified pre-flight checklist for ceph-deploy packages.
fixes: #5253
2013-06-04 15:35:14 -07:00
John Wilkins
474bb164d6 doc: Updated title and syntax to reflect glossary usage.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-30 20:27:42 -07:00
Sage Weil
5110497e31 doc: update mon cluster rescue process for cuttlefish+
Signed-off-by: Sage Weil <sage@inktank.com>
2013-05-21 15:14:29 -07:00
John Wilkins
feec1b4630 doc: Added more glossary-compliant terms and indexing.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-17 15:59:02 -07:00
John Wilkins
8fa3039e46 doc: Added index reference.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-16 13:59:49 -07:00
John Wilkins
74a73f2f9a doc: Added glossary references and index references.
fixes: #3321

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-16 13:59:29 -07:00
John Wilkins
46f5f585de doc: Added latency comment.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-16 13:56:06 -07:00
Sage Weil
e34a56f843 doc: fix mkcephfs production use, deprecated note
Signed-off-by: Sage Weil <sage@inktank.com>
2013-05-15 08:46:20 -07:00
Sage Weil
52b0438c66 doc/rados/configuration: fix [mon] osd min down report* config docs
Fix other osd -> mon section name, and note the old config value name prior
to v0.62.

Fixes: #5044.
Signed-off-by: Sage Weil <sage@inktank.com>
2013-05-14 14:02:27 -07:00
David Zafman
88af2b0f7b Replace mis-named mon config variables using mon_osd_min_down_reports/mon_osd_min_down_reporters
Signed-off-by: David Zafman <david.zafman@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
2013-05-13 13:24:58 -07:00
John Wilkins
723062bbdd doc: Updated usage syntax. Added links to hardware and manual OSD remove.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-10 09:37:03 -07:00
John Wilkins
af9192871c doc: Added connectivity section. Updated doc with glossary terms.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-09 12:46:03 -07:00
John Wilkins
f8ae2bd9b5 doc: Fixed typos.
fixes: #4932

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-07 18:05:28 -07:00
John Wilkins
277f2de93d doc: Corrected typo.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-06 16:38:41 -07:00
John Wilkins
359bd6df07 doc: Corrected typo. 2013-05-06 16:38:21 -07:00
John Wilkins
2d4b5bd872 Removed comment out of header, and added "coming soon." 2013-05-06 16:37:50 -07:00
John Wilkins
1cfc6e3bd5 doc: Updated usage for push | pull.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-06 16:37:12 -07:00
John Wilkins
6abbe68010 doc: Autonumbering syntax correction.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-06 10:08:38 -07:00
John Wilkins
efa460c337 doc: Added troubleshooting PGs to the index.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-06 10:04:29 -07:00
John Wilkins
cddf3b53b8 doc: Commented out osd list for now.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-06 09:44:31 -07:00
John Wilkins
0c0fc03ec6 doc: Commented out remove a mds for now.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-06 09:44:13 -07:00
John Wilkins
72fc6eb233 doc: Fixed typos.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-02 15:32:16 -07:00
Sage Weil
7bb145b27e doc/rados/deploy: note that osd delete does not work yet
Signed-off-by: Sage Weil <sage@inktank.com>
2013-05-01 14:03:19 -07:00
Sage Weil
771f4529b0 doc/rados/deploy: misc edits
Signed-off-by: Sage Weil <sage@inktank.com>
2013-05-01 14:02:37 -07:00
Wido den Hollander
81b06be39a docs: Update the ceph-users join and leave addresses
These were pointing to vger, where only -devel lives.
2013-05-01 11:52:12 +02:00
John Wilkins
6f2a7df4b0 doc: Fix typo.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-29 18:57:05 -07:00
John Wilkins
de31b61864 doc: Updated index for new pages. Added inner table.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-29 18:53:37 -07:00
John Wilkins
fa9f17c5f9 doc: Added transition from mkcephfs to ceph-deploy page.
fixes: #4756

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-29 18:53:12 -07:00
John Wilkins
02853c5e62 doc: Added purge page to ceph-deploy.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-29 18:52:16 -07:00
John Wilkins
45d12f12ef doc: Added OSD page to ceph-deploy.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-29 18:51:46 -07:00
John Wilkins
0b912f46f1 doc: Added mds page for ceph-deploy.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-29 18:51:23 -07:00
John Wilkins
3c46c519c8 doc: Added admin tasks page for ceph-deploy.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-29 18:51:05 -07:00
John Wilkins
20d99c4a5a doc: Removed extra whitespace.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-28 15:01:44 -07:00
John Wilkins
661278523a doc: Added openssh-server mention, corrections, hyperlink fix.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-28 14:59:51 -07:00
John Wilkins
9fa6ba792e doc: Added manpage link and hidden TOC.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-28 14:58:45 -07:00
John Wilkins
dd6e79aa77 doc: Removed installed Chef. This is now in the ceph wiki.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-28 14:58:08 -07:00
John Wilkins
945dac6580 doc: Removed text for include directive. Wasn't behaving the way I'd hoped.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-28 14:57:44 -07:00
John Wilkins
9a7a0753cf doc: General purpose pre-flight checklist.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-26 14:07:34 -07:00
John Wilkins
9e775f15d7 doc: Modified Ceph deployment landing page.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-26 14:07:03 -07:00
John Wilkins
fb8119ce44 doc: Added general pre-flight checklist for ceph-deploy.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-26 14:06:26 -07:00
John Wilkins
3433aa8f24 doc: Removed old ceph-deploy placeholder.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-26 14:06:04 -07:00
John Wilkins
9c0c4c176b doc: Removed Chef section. Now appears in new Ceph wiki.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-26 14:05:37 -07:00
John Wilkins
c25144e89a doc: Added Key Management for ceph-deploy.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-26 14:05:06 -07:00
John Wilkins
d0d1554a8e doc: Added "Add/Remove Monitors" section for ceph-deploy.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-26 14:04:43 -07:00
John Wilkins
f24dbdefa4 doc: Added Create a Cluster section.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-26 14:04:16 -07:00
John Wilkins
b631cc6713 doc: Added ceph-deploy package management (install | uninstall ) section.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-26 14:03:44 -07:00
John Wilkins
1fa719d59e doc: Aesthetic improvements. Removed unnecessary graphic and overrode margin for h3 tag.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-20 11:10:51 -07:00
John Wilkins
3749ffe652 doc: Added a scenario to PG troubleshooting.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-20 11:08:08 -07:00
John Wilkins
cf915941be doc: Changed usage to "bucket-name". Description was okay.
fixes: #4102

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-20 11:06:44 -07:00
John Wilkins
44aa696b44 doc: Added new PG troubleshooting use case.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-18 14:08:43 -07:00
John Wilkins
2e3579edd4 doc: Updated title.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-18 14:08:10 -07:00
John Wilkins
304a2343a7 doc: Added PG troubleshooting to toctree.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-18 14:07:56 -07:00
John Wilkins
d5139ba1ff doc: Bifurcating OSD and PG Troubleshooting. Updated hyperlink.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-18 13:30:50 -07:00
John Wilkins
3b8057ac93 doc: Bifurcating OSD and PG Troubleshooting. Added PG troubleshooting doc.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-18 13:30:05 -07:00