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
Travis Rhoden
a9860f5e0f
doc: remove reference to old ceph-deploy steps
...
ceph-deploy 1.1.3 is ancient, and isn't easily found or installed.
No need to reference it and call out the steps necessary to use if
using it.
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
2015-03-20 17:10:54 -04:00
Ken Dreyer
e6dcaa8688
rm old ceph-deploy reference
...
There's no need to refer to this old version of ceph-deploy. v1.1.3 is
circa June 2013, and since that time, we have shipped much newer version
of ceph-deploy (1.5.22 at the time of this writing). We should simply
state the behavior of modern ceph-deploys here.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2015-03-10 10:28:02 -06:00
Loic Dachary
e3616a5515
doc: rhel6.5 is rhel6
...
RHEL 6.5 is actually http://ceph.com/rpm-giant/rhel6/
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-03-10 02:06:10 +01:00
John Spray
c65d8ed5d1
doc: fix "7810" port typo
...
The correct value is now 7300, used to be
7100, was never 7810.
Signed-off-by: John Spray <john.spray@redhat.com>
2015-02-08 15:50:38 +01:00
John Wilkins
0548beadf2
doc: Removed references to Inktank suppport.
...
Signed-off-by: John Wilkins <jowilkin@redhat.com>
2015-02-03 14:50:25 -08:00
Frank Yu
b04f698f56
Doc: Fix the extra blank space in doc/start/quick-rbd.rst
...
Signed-off-by: Frank Yu <flyxiaoyu@gmail.com>
2015-01-22 20:58:54 +08:00
John Wilkins
f88781726f
doc: Added section to install priorities/preferences.
...
Signed-off-by: John Wilkins <jowilkin@redhat.com>
2015-01-09 10:26:51 -08:00
John Wilkins
cfb03b2d8f
Merge pull request #3081 from dachary/wip-10246-centos7
...
doc: add centos 7 to ceph-deploy installation
Reviewed by: John Wilkins <jowilkin@redhat.com>
2014-12-04 16:54:47 -08:00
scuttlemonkey
237b29c248
Changed os-recommendation table sorting to remove implied bias.
...
Fixes : #10247
signed-of by: Patrick McGarry <pmcgarry@redhat.com>
2014-12-04 11:27:35 -05:00
Loic Dachary
a6102f0b19
documentation: add centos 7 to ceph-deploy installation
...
http://tracker.ceph.com/issues/10246 Fixes : #10246
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2014-12-04 17:11:02 +01:00
Ken Dreyer
5d3bff0494
doc: rm Fedora minor versions in os recommendations
...
Fedora doesn't have point releases, so it doesn't make sense to talk
about "Fedora 18.0" or "Fedora 19.0" - it's just "Fedora 18" or "Fedora
19".
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2014-12-02 16:33:00 -07:00
Ken Dreyer
2497f16a04
doc: rm old releases in os recommendations page
...
Similar to the change in commit
4cdc9c7936
, remove the references to old
Ceph releases.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2014-12-02 15:55:47 -07:00
Ken Dreyer
0bb2e1ed5e
doc: clarify "B" flag in os recommendations page
...
We don't exactly do continuous builds on all the platforms marked with
"B", but we have published binary RPMs for them. Adjust the "B"
footnote definition to reflect this.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2014-12-02 15:55:43 -07:00
Ken Dreyer
3012c4a097
doc: add CentOS 7 to recommended OSes
...
CentOS 7 was missing from the list of recommended OSes for Firefly. Add
it to the list.
Reported-By: Frank Even <lists+ceph.com@elitists.org>
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2014-12-02 11:53:54 -07:00
John Wilkins
bec99559f3
Merge pull request #2389 from ceph/wip-doc-documenting-ceph
...
doc: Update documenting ceph to include CentOS/RHEL
Reviewed-by: John Wilkins <jowilkin@redhat.com>
2014-11-14 10:13:12 -08:00
Nilamdyuti Goswami
a5a0d5c83f
doc: Adds build-doc guidelines for Fedora and CentOS/RHEL.
...
Signed-off-by: Nilamdyuti Goswami <ngoswami@redhat.com>
2014-11-14 21:06:15 +05:30
John Spray
214ac9fb06
doc: include 'fs new' stuff in cephfs quickstart
...
Not sure how 'quick' this really is now compared with
the full filesystem instructions, but let's not leave
it incomplete.
Signed-off-by: John Spray <john.spray@redhat.com>
2014-10-29 11:02:19 +00:00
Alfredo Deza
b73fe1a146
doc: remove node requirement from 'mon create-initial'
...
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
2014-10-13 11:10:10 -04:00
Alfredo Deza
264f0fced5
doc: remove whitespace
...
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
2014-10-13 11:09:38 -04:00
Ilya Dryomov
abe4c35399
doc: update kernel recommendations, add tunables link
...
No 3.16.[0-2] - same rbd deadlock regression as in 3.15.
Signed-off-by: Ilya Dryomov <idryomov@redhat.com>
2014-10-06 21:25:29 +04:00
John Wilkins
27208dba2c
doc: Added feedback.
...
Signed-off-by: John Wilkins <jowilki@redhat.com>
2014-09-15 11:10:35 -07:00
John Wilkins
4d3579d81e
doc: Added clarifications and added additional preflight steps for CentOS/RHEL.
...
Fixes : #8995
Signed-off-by: John Wilkins <jowilki@redhat.com>
2014-09-12 09:15:53 -07:00
John Wilkins
ed62ae58cd
Merge pull request #2322 from ceph/wip-doc-authentication
...
doc: Refactored authentication docs.
Reviewed-by: John Wilkins <john.wilkins@inktank.com>
2014-09-02 11:40:22 -07:00
John Wilkins
7948e13b9d
doc: Added sysctl max thread count discussion.
...
Fixes : #6142
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-08-28 17:25:07 -07:00
Dan Mick
790de974a8
doc/start/quick-ceph-deploy: missing {ceph-node} from mon create-initial
...
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2014-08-19 21:24:12 -07:00
Sage Weil
ac70490d06
doc: update kernel recommendations (avoid 3.15!)
...
Signed-off-by: Sage Weil <sage@redhat.com>
2014-08-14 06:09:50 -07:00
John Wilkins
5374386ee2
doc: Added user management link to quick start.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-08-13 20:36:15 -07:00
John Wilkins
78dc4df1cb
doc: Replace [default] with [global].
...
Fixes : #8955
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-08-11 18:16:01 -07:00
Alfredo Deza
66de51d1a5
be a bit more explicit about 'ceph-deploy new' in quickstart
...
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
2014-08-05 12:52:00 -04:00
Wido den Hollander
7b342ef030
doc: Add Note about European mirror in Quick Start
2014-07-17 22:56:01 +02:00
John Wilkins
2f43cef0ae
doc: Extended discussion for building docs on CentOS / RHEL.
...
Fixes : #7722
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-07-15 13:42:13 -07:00
John Wilkins
0839e2a6de
doc: Added keyring location note to resolve pull abandoned pull request #1946 .
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-07-10 08:05:42 -07:00
Abhishek Lekshmanan
2217f2bd0a
doc: fix a typo in quickstart doc
...
* doc/start/documenting-ceph.rst: s/along side/alongside
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
2014-07-09 11:18:49 +05:30
Wido den Hollander
c7937ff38c
doc: Fix a typo regarding requiretty for RHEL based platforms
2014-07-04 14:28:03 +02:00
John Wilkins
e720314aa6
doc: Updated the OS Recommendations for Firefly.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-06-12 12:48:29 -07:00
John Wilkins
85e491fb77
doc: Added a tip to install NTP when running multiple monitors.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-06-10 17:45:18 -07:00
John Wilkins
e52b9c641d
doc: Added osd pool default size setting example.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-29 13:22:52 -07:00
John Wilkins
20a04c6c9c
doc: Moved redundant text out of quick-common.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-29 13:22:18 -07:00
Adam Twardowski
827df7d5ed
Fix Doc Typo
...
Signed-off-by: Adam Twardowski <adam.twardowski@gmail.com>
2014-05-23 15:35:18 -04:00
John Wilkins
08f72d561b
Merge pull request #1828 from nereocystis/faq-fix
...
doc: fix link to FAQ
2014-05-20 17:38:11 -07:00
John Wilkins
a147b46a75
Merge pull request #1829 from nereocystis/preflight-cleanup
...
doc: Clean up pre-flight documentation
2014-05-20 17:37:56 -07:00
John Wilkins
7564df85f8
Merge pull request #1833 from nereocystis/admin-node-doc
...
doc: mention admin-node in common documentation
2014-05-20 17:37:07 -07:00
Kevin Dalley
13d6c3cf30
doc: quick-ceph-deploy cleanup
...
Improve documentation in quick-ceph-deploy.rst
Use admin-node consistently.
ceph should be installed on admin-node for the following reasons:
"ceph-deploy admin admin-node" assumes that /etc/ceph exists.
"ceph health" requires the use of ceph
Signed-off-by: Kevin Dalley <kevin@kelphead.org>
2014-05-19 15:03:35 -07:00
Kevin Dalley
d40ba05313
doc: mention admin-node in common documentation
...
This change uses admin-node in the quick-common.rst file, including
the graph. This name is already used in
quick-ceph-deploy.rst.
Signed-off-by: Kevin Dalley <kevin@kelphead.org>
2014-05-19 14:36:56 -07:00
Kevin Dalley
637211854d
doc: Clean up pre-flight documentation
...
Mention recent Ceph releases.
Move important message about sudo and ceph-deploy closer to the use of
ceph-deploy.
Mention files created by ceph-deploy comment
Separate apt-get from yum command
Signed-off-by: Kevin Dalley <kevin@kelphead.org>
2014-05-19 13:38:31 -07:00
Kevin Dalley
06d05fd694
doc: fix link to FAQ
...
The location of the ceph wiki FAQ has changed.
Now, the link from ceph documentation matches the current FAQ location
Signed-off-by: Kevin Dalley <kevin@kelphead.org>
2014-05-19 11:59:46 -07:00
John Wilkins
6e4455d6af
doc: Added note on Default requiretty for CentOS and others.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-12 11:33:57 -07:00
John Wilkins
bb614e5055
Merge pull request #1792 from nereocystis/Ceph-osd-is-daemon
...
:doc Ceph OSD is standard name
2014-05-09 10:28:52 -07:00
Kevin Dalley
5986f746dc
:doc Ceph OSD is standard name
...
This is a method of standardizing the usage of OSD so that "Ceph OSD"
is the daemon, and OSD maintains its industry standard usage of Object
Storage Device.
Signed-off-by: Kevin Dalley <kevin@kelphead.org>
2014-05-08 14:58:02 -07:00
Kevin Dalley
f1d412c303
doc: Common graph used in 2 quick start files
...
The graph in quick-ceph-deploy.rst applies to
quick-start-preflight.rst.
The graph in deploy seems more complete, so I put the common
documentation in quick-common.rst and had it included.
doc/conf.py has 'start/quick-common.rst' in exclude patterns so that
sphinx does not complain about this file not being in toc.
Signed-off-by: Kevin Dalley <kevin@kelphead.org>
2014-05-07 18:01:52 -07:00
Sage Weil
331869a019
Merge pull request #1754 from nereocystis/hardware-to-glossary
...
doc: Include links from hardware-recommendations to glossary
2014-05-02 14:22:17 -07:00
Kevin Dalley
c879e895da
doc: Include links from hardware-recommendations to glossary
...
Included :term: in parts of hardware-recommendations so that glossary
links appear.
Signed-off-by: Kevin Dalley <kevin@kelphead.org>
2014-05-01 17:04:43 -07:00
Kevin Dalley
78b3c93dd6
doc: documenting links to get-involved
...
Create a link from documenting-ceph so that it is easy to find the
github repository used for ceph.
Signed-off-by: Kevin Dalley <kevin@kelphead.org>
2014-04-30 21:31:06 -07:00
Alfredo Deza
82a3668e7c
Merge pull request #1629 from ceph/wip-die-mkcephfs
...
remove mkcephfs (merge post-firefly?)
Reviewed-by: Alfredo Deza <alfredo.deza@inktank.com>
2014-04-30 13:52:00 -04:00