Commit Graph

265 Commits

Author SHA1 Message Date
Sage Weil
b3723a1e60 Merge pull request #13360 from ktdreyer/doc-firewalld-improvements
doc: improve firewalld instructions

Reviewed-by: Sage Weil <sage@redhat.com>
2017-02-13 18:46:15 -06:00
Ilya Dryomov
eb8d3372e8 Merge pull request #13369 from idryomov/wip-doc-kernel-vers
doc: kernel client os-recommendations update

Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2017-02-11 16:01:02 +01:00
John Spray
0eb0abae63 doc: ref cephfs docs from os-recommendations
...instead of having potentially conflicting kernel
version information.

Signed-off-by: John Spray <john.spray@redhat.com>
2017-02-10 21:24:08 +01:00
Ilya Dryomov
09ce8867e8 doc: update krbd kernel recommendations
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2017-02-10 21:24:08 +01:00
Ken Dreyer
0be7a9ae4e doc: improve firewalld instructions
firewalld in RHEL 7.3 contains service definitions for ceph's ports, so
we can simply use "--add-service=ceph-mon" or "--add-service=ceph"
rather than having to remember specific port numbers.

Break out two examples for both MONs and OSDs/MDSs.

Add the "firewall-cmd --reload" step to ensure the --permanent configs
take effect immediately.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2017-02-10 11:08:28 -07:00
Nathan Cutler
a185bd4173 doc: mention rbdmap in RBD quick start
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2016-12-22 17:17:37 +01:00
Loic Dachary
8249503688 Merge pull request #10585 from zhjwpku/patch-2
doc/start/hardware-recommentdations: cosmetic

Reviewed-by: Loic Dachary <ldachary@redhat.com>
2016-11-17 23:41:11 +01:00
Ken Dreyer
9411017fd3 doc: standardize EPEL instructions
Prior to this change, the documentation pages contained different ways
to enable EPEL. Pick a simple, secure (https) way and standardize on
that.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2016-10-25 20:02:48 -06:00
Colin Walters
f2061d2d97 doc/install: Use https:// for download.ceph.com
While the Ceph RPMs etc. are GPG signed, there are various
attacks against signed RPMs without signed/trusted *metadata*
that are elaborated on in https://theupdateframework.github.io/

Since download.ceph.com handles it today, let's make it the default.
(Might want to run this by the server admins though).

Signed-off-by: Colin Walters <walters@verbum.org>
2016-08-12 09:09:28 -04:00
Nathan Cutler
d566b96ed1 doc: add openSUSE instructions to quick-start-preflight
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2016-08-08 22:59:40 +02:00
Zhao Junwang
5a454c039d doc/start/hardware-recommentdations: cosmetic 2016-08-05 15:47:36 +08:00
Kefu Chai
43de9824db Merge pull request #10085 from chengweiv5/fix-doc
doc: ceph-deploy mon add doesn't take multiple nodes

Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-08-02 00:17:29 +08:00
Kefu Chai
2d5d479988 doc: remove i386 from minimal hardware recommendations
as we don't build or test on i386 machines now. also, we don't build
i386 releases anymore. and regular users are on amd64 or arm.

Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-07-13 14:41:06 +08:00
Chengwei Yang
7f6187dd7c Doc: add missing argument for rgw create
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
2016-07-01 16:54:36 +08:00
Chengwei Yang
f748779359 Doc: Fix FAQ link
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
2016-07-01 15:29:13 +08:00
Chengwei Yang
7b63e3bd8a Doc: make pool before using it in quickstart
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
2016-07-01 15:17:19 +08:00
Chengwei Yang
444e1e23fc Doc: ceph-deploy mon add doesn't take multiple nodes
As ceph-deploy 1.5.34, ceph-deploy mon add doesn't take multiple nodes as
argument but only take one.

Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
2016-07-01 15:05:19 +08:00
Kefu Chai
80b6660abd Merge pull request #8962 from beess/doc-fix1
doc: Fixes three hyphen errors and a syntax error.

Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-05-06 22:03:11 +08:00
zhuangxc89
c792bceed3 doc: Fixes three hyphen errors and a syntax error.
Signed-off-by: Zhuang Xiaochun <zhuangxc89@163.com>
2016-05-06 17:20:40 +08:00
Ken Dreyer
5904d89247 doc: remove references to old EOL releases
There were several references to old releases like "dumpling",
"emperor", and "firefly", throughout the docs. Remove these and update
the examples to use jewel instead.

Remove references to CentOS 6 and RHEL 6, since we only support CentOS 7
now.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2016-05-02 13:54:24 -06:00
ibravo
485ef83e58 Doc: Update quick-ceph-deploy.rst
Signed-off-by: Ignacio Bravo ibravo@hotmail.com
2016-04-24 19:28:55 -04:00
Kefu Chai
8ec6de4dd9 doc/start/os-recommendations.rst: add Jewel requires
Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-04-18 21:19:08 +08:00
Sage Weil
112649fc02 doc/start/os-recommendations: drop ancient 'syncfs' note
...and with it it's mention of ext4.

Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-12 13:07:49 -04:00
Sage Weil
bcfce592a2 doc: do not include ext4 as an example
Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-12 08:49:55 -04:00
xie xingguo
d51f56423e doc: fix wrong type of hyphen
Which makes picture of http://docs.ceph.com/docs/master/start/quick-start-preflight/
look sick.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
2016-03-22 15:23:51 +08:00
Sage Weil
11cbe45c9c Merge pull request #7264 from ceph/wip-doc-RGW
doc: rgw: port changes from downstream to upstream

Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-01-29 08:50:07 -05:00
ritz303
152f4eb09f doc: Updated the RPM section for RHEL and CentOS
Fixes: #10245

Signed-off-by: Aron Gunn <ritz_303@yahoo.com>
2016-01-29 08:44:17 -05:00
Barbora Ančincová
46484e9ce9 doc: Adding headers to RGW quick.
Signed-off-by: bancinco@redhat.com
2016-01-25 17:28:23 +01:00
Barbora Ančincová
d7eae8c0dd doc: Edited RGW quick start according to peer review.
Signed-off-by: Bara Ancincova <bancinco@redhat.com>
2016-01-25 17:28:13 +01:00
Vikhyat Umrao
c00945eb8b cleanup: remove obsolete option "filestore_xattr_use_omap"
This patch does cleanup for option "filestore_xattr_use_omap",
as this option was removed in #7408.

Fixes: #14356
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
2016-01-22 18:01:09 +05:30
Alfredo Deza
92e0201639 doc: update rpm links to download.ceph.com
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2015-10-30 17:48:21 -04:00
Alfredo Deza
caa4780b3c doc: update debian links to download.ceph.com
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2015-10-30 17:46:12 -04:00
Ken Dreyer
f119fb5f3d doc: download GPG key from download.ceph.com
Fixes: #13603
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2015-10-26 13:19:40 -06:00
Sage Weil
136bc3fcd3 Merge pull request #6355 from ritz303/wip-doc-12784
doc: Updated the OS recommendations for newer Ceph releases

Reviewed-by: Sage Weil <sage@redhat.com>
2015-10-22 16:18:15 -04:00
ritz303
03e556be67 doc: Removed the NOTE section about non-LTS supported distributions
Fixes: 12784

Signed-off-by: ritz303 <ritz_303@yahoo.com>
2015-10-22 15:10:19 -05:00
ritz303
9bf21ee2b9 doc: Updated the OS recommendations for newer Ceph releases
Fixes: 12784

Signed-off-by: ritz303 <ritz_303@yahoo.com>
2015-10-22 11:20:49 -05:00
John Wilkins
b0a819530f Merge pull request #6297 from ritz303/wip-doc-13502
doc: Renamed the "Create a Ceph User" section and added verbage about…

Reviewed-by: jowilkin@redhat.com
2015-10-19 09:42:59 -07:00
ritz303
212157a44c doc: Renamed the "Create a Ceph User" section and added verbage about the "ceph" user
Fixes: #13502

Signed-off-by: ritz303 <ritz_303@yahoo.com>
2015-10-16 15:35:43 -05:00
Barbora Ančincová
74180ad8b3 doc: Fixed links in RGW start.
Signed-off-by: Bara Ancincova <bancinco@redhat.com>
2015-10-13 14:44:08 +02:00
Barbora Ančincová
24a8e71f3b doc: wrapped the lines to 80 characters in start-RGW.
Signed-off-by: Bara Ancincova <bancinco@redhat.com>
2015-10-13 14:29:16 +02:00
Barbora Ančincová
91d51b938b doc: More edits in RGW quick start.
Removed all mentions about Red Hat specific steps. Added commands for
Ubuntu

Signed-off-by: Bara Ancincova <bancinco@redhat.com>
2015-10-13 12:43:06 +02:00
Barbora Ančincová
0f488acb56 doc: Edited RGW quick start.
Applied downstream version, need more tuning, (removed references to
components specific to Red Hat Ceph Storage.)

Signed-off-by: Bara Ancincova <bancinco@redhat.com>
2015-10-12 18:25:17 +02:00
Li Peng
d1505b5408 doc: delete wrong description of installing RPMs
In CentOS/RHEL 6/7, gitk and git-gui are available in default repository actually.

Signed-off-by: Li Peng <lip@dtdream.com>
2015-09-16 14:05:05 +08:00
Li Peng
bbe27dc6d7 doc: Fixes a wrong directory name.
Signed-off-by: Li Peng <lip@dtdream.com>
2015-09-15 20:06:39 +08:00
Alexander Chuzhoy
efc8969ec3 Doc: Correcting the default number of copies.
According to the "quick ceph deploy" page, the default number of replicas in the Ceph configuration file is 3

Signed-off-by: Sasha Chuzhoy <sashac88@hotmail.com>
2015-08-11 18:40:00 -04:00
Ilya Dryomov
76989cc4ae doc: use spec syntax in rbd docs
Use spec syntax instead of --pool, --image and --snap to hopefully push
people towards the former.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2015-07-27 12:22:04 +03:00
Germain
cac48bd076 doc : Change of "ceph-deploy mon create {ceph-node}" with "ceph-deploy mon add {ceph-node}" in "Quick-ceph-deploy.rst"
Fixes : #10293

Signed-off-by : Germain CHIPAUX <germain.chipaux@gmail.com>
2015-06-18 15:24:43 +02:00
Ken Dreyer
b50cc9472f doc: update OSD port range to 6800-7300
The upper limit for OSD/MDS ports changed from 7100 to 7300 in commit
f9ec5a7945. Update the Quick Start
Preflight documentation to reflect this change.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2015-05-21 13:00:32 -06:00
Lee Revell
005d1f8a5c doc: Correct git push instructions adding branch name
Signed-off-by: Lee Revell <rlrevell@gmail.com>
2015-03-23 16:03:48 -04:00
Travis Rhoden
ab647bd520 doc: Add RGW quick start info
Add details of how to use ceph-deploy to deploy the CivetWeb-based
RGW present in Hammer.

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
2015-03-20 18:55:08 -04:00