Commit Graph

90 Commits

Author SHA1 Message Date
Sage Weil
331bbcfbc0 Merge remote-tracking branch 'gh/wip-crush'
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
2012-09-11 16:04:58 -07:00
John Wilkins
911433fd7d :doc: Removed old pg tuning. New section was added.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-11 13:00:22 -07:00
John Wilkins
9256a2955a :doc: Trimmed the old ops tree. Will remove when all porting verified.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-11 12:59:35 -07:00
John Wilkins
203ba59ed2 :doc: Trimmed the tree for failures/troubleshooting. RGW remains.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-11 12:52:12 -07:00
John Wilkins
662fd0325b :doc: removed. RBD now has its own section.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-11 12:51:06 -07:00
Sage Weil
0817b941d5 mon: make redundant osd.NNN argument optional
Instead of 'osd crush set NNN osd.NNN weight loc...', make the second
osd.NNN option optional, and allow either NNN or osd.NNN to specify the
osd id.  This makes the usage much more sane, but maintains backward
compatibility.

Signed-off-by: Sage Weil <sage@inktank.com>
2012-09-11 12:05:01 -07:00
John Wilkins
44fa233b77 :doc: Deleting this. Wrote a new one, but will be revised a bit soon.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-11 11:26:19 -07:00
John Wilkins
32f30f9aff :doc: Removed old ops pool section.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-11 11:19:47 -07:00
John Wilkins
0313365ddf :doc: Removed old authentication section.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-11 11:19:22 -07:00
John Wilkins
d1053d9d75 :doc: Removed old resize OSD section.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-11 11:18:55 -07:00
John Wilkins
ad909f3f45 :doc: Removed old mon resize section.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-11 11:15:17 -07:00
John Wilkins
7d881dc809 :doc: Removed from old ops doc. Still needs to be composed though.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-11 11:14:40 -07:00
John Wilkins
bf342d1474 :doc: New cluster ops section addresses the todo.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-11 11:13:53 -07:00
John Wilkins
e844989576 :doc: Removed old OSD troubleshooting. New version to be updated shortly.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-11 11:13:17 -07:00
John Wilkins
72f802c52e :doc: Removed old monitor troubleshooting. New version to be revised shortly.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-11 11:12:37 -07:00
John Wilkins
fe609b7a10 :doc: Removed old mds troubleshooting. Still needs to be composed.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-11 11:12:01 -07:00
John Wilkins
a4733b864e :doc: Removed old cephfs disucssion.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-11 11:11:16 -07:00
John Wilkins
d4e00bce76 :doc: Trimmed toctree to last bits of legacy data.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-11 11:10:44 -07:00
John Wilkins
64b9e9f505 :doc: restructuredText syntax corrections.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-05 17:19:51 -07:00
John Wilkins
f1c869cbe3 :doc: Fixed heading syntax.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-05 17:15:27 -07:00
Sage Weil
79b3054347 crush: change default type from 'pool' to 'root'
The 'pool=default' in the default crush maps is confusing wrt rados pools.
'root' makes more sense given that we are talking about hierarchies/trees.

Signed-off-by: Sage Weil <sage@inktank.com>
2012-09-05 13:20:48 -07:00
Sage Weil
cfe211af13 doc: fix key export syntax
'ceph auth export mon.' no longer works as a side-effect of switching
around the mon. key handling.  'get' works, though; use that for now.

Signed-off-by: Sage Weil <sage@inktank.com>
2012-08-20 09:15:01 -07:00
Sage Weil
9b1df33abc Merge remote-tracking branch 'gh/master' into wip-auth
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>  (rbd bits)
Reviewed-by: Greg Farnum <greg@inktank.com>
2012-08-17 16:51:46 -07:00
Sage Weil
326712764b doc: document use of CRUSH tunables
Signed-off-by: Sage Weil <sage@inktank.com>
2012-08-14 13:11:15 -07:00
Sage Weil
ece78c8673 doc: some basic cephx documentation
Signed-off-by: Sage Weil <sage@inktank.com>
2012-08-08 08:15:28 -07:00
Sage Weil
6490c84ff9 doc: discuss choice of pg_num
Signed-off-by: Sage Weil <sage@inktank.com>
2012-07-17 08:36:54 -07:00
John Wilkins
82abe00ed1 Merge pull request #15 from fghaas/wip-rgw-doc
radosgw documentation improvements
2012-07-02 08:07:23 -07:00
Sage Weil
02f1b0a692 doc: document new 'osd crush move ...' command
Signed-off-by: Sage Weil <sage@inktank.com>
2012-06-29 14:22:14 -07:00
Florian Haas
c3a02ea0a5 doc: radosgw: further simplify Apache rewrite rule
Sufficient to just pass the query string, drop params.

Signed-off-by: Florian Haas <florian@hastexo.com>
2012-06-29 07:50:50 +02:00
Florian Haas
218dd5ad55 radosgw Apache configuration: simplify rewrite rule
Use a simpler RewriteRule as suggested here:
http://marc.info/?l=ceph-devel&m=133951986510085&w=2
2012-06-28 09:46:28 +02:00
Florian Haas
5a06af78c1 Fix example radosgw Apache configuration
Follow RFC2606, use example.com everywhere.
2012-06-28 09:43:00 +02:00
Florian Haas
63b562f93a doc: explain how to configure Ceph for radosgw
* explain creating auth creds for radosgw
* explain Apache config for radosgw
* explain starting daemons for radosgw
* explain creating users for radosgw
* explain creating subusers for radosgw
* explain using swift client against radosgw
* Explain user:subuser to tenant:user mapping in Swift

Signed-off-by: Florian Haas <florian@hastexo.com>
2012-06-26 08:37:25 +02:00
Travis Rhoden
ddf7e836d6 doc: ceph osd crush add is now ceph osd crush set
Mailing list thread: http://www.spinics.net/lists/ceph-devel/msg06199.html

Signed-off-by: Travis Rhoden <trhoden@gmail.com>
2012-06-21 13:29:43 -07:00
John Wilkins
d49c3d29a7 Removed "Ceph Development Status" per Bryan
Modified title syntax per Tommi
Modified paragraph width to 80-chars per Dan
Moved "Build from Source" out of Install
Renamed create_cluster to config-cluster
Added config-ref with configuration reference tables
Added a toc ref for man/1/obsync per Dan
Removed redundant sections from Ops
Deleted "Why use Ceph" and "Introduction to Storage Clusters"



Signed-off-by: John Wilkins <john.wilkins@dreamhost.com>
2012-05-02 20:31:35 -07:00
Sage Weil
4cd44ecc84 doc: document NOIN, NOOUT, NOUP, NODOWN flags and flapping
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
2012-05-02 12:09:56 -07:00
John Wilkins
a1b31ddfda Initial cut of introduction, getting started, and installing. More to do on installation. RADOS gateway to follow.
Signed-off-by: John Wilkins <john.wilkins@dreamhost.com>
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
2012-05-02 12:09:54 -07:00
Greg Farnum
2a93258ae8 doc: add warning about multiple monitors on one machine.
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
2012-05-01 16:40:46 -07:00
Tommi Virtanen
1ec47db1bd doc: Convert the mailing list mention to not be a section heading.
If toctree is inside a section, the subtree is inside the section too.
We don't want all of dev/* to be under "Mailing list".

I have not found a decent workaround for this. The toplevel toctree
avoids this purely by the fact that it is the topmost toctree. Right
now that means you should 1) avoid having more than a few paragraphs of
text before the toctree for that subtree (put most of the content after
the toctree; clumsy if the toctree is long), or 2) put the toptree
immediately after the document title, make it :hidden:, and let the
reader use links in the text or the ToC in the sidebar to navigate.
See start/index for an example of this.

Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
2012-03-30 11:11:25 -07:00
Tommi Virtanen
b162696b32 doc: Fix reStructuredText syntax errors.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
2012-03-30 11:11:12 -07:00
Sage Weil
483fcf8018 doc: include crush in toctree
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
2012-03-26 11:43:17 -07:00
Sage Weil
3bd1f18e59 doc: few notes on manipulating the crush map
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
2012-03-26 11:30:20 -07:00
Sage Weil
d0e8f148a6 doc: update list of debian dists
Signed-off-by: Sage Weil <sage@newdream.net>
2012-03-21 06:30:43 -07:00
Sage Weil
fafbddd9cb doc: example of diagnosing radosgw hang
Signed-off-by: Sage Weil <sage@newdream.net>
2012-03-08 15:02:02 -08:00
Sage Weil
99cb994586 doc: explain how unfound objects happen
Signed-off-by: Sage Weil <sage@newdream.net>
2012-03-08 14:55:21 -08:00
Sage Weil
47ce7adee6 doc: make osd failure example include >3 osds
More realistic.

Signed-off-by: Sage Weil <sage@newdream.net>
2012-03-08 14:55:08 -08:00
Sage Weil
bd97923ceb doc: fix misc typos, bad phrasing
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
2012-03-06 21:03:58 -08:00
Sage Weil
b0ed78c363 doc: 2 words about radosgw failures
- restarting the daemon.
- using the admin socket

Signed-off-by: Sage Weil <sage@newdream.net>
2012-03-06 17:05:29 -08:00
Sage Weil
0becb8430c doc: talk about mon failures a bit
Signed-off-by: Sage Weil <sage@newdream.net>
2012-03-06 17:05:29 -08:00
Sage Weil
ab41d67579 doc: fix link
Signed-off-by: Sage Weil <sage@newdream.net>
2012-03-06 17:05:29 -08:00
Sage Weil
25cceca0a4 doc: slow osd requests
Signed-off-by: Sage Weil <sage@newdream.net>
2012-03-06 17:05:29 -08:00