Commit Graph

2815 Commits

Author SHA1 Message Date
Jason Dillaman
9634214ce1 release-notes: document rbd cli name validation override
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2016-04-14 17:59:27 -04:00
Greg Farnum
d1ed6ebb3c update release-notes manually
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
2016-04-14 11:29:13 -07:00
Loic Dachary
489d062dd4 release-notes: v10.1.2 release notes
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-04-14 08:19:47 +02:00
Loic Dachary
a4819a6725 release-notes: v10.1.2 release notes (draft)
cd src/script
virtualenv v
source v/bin/activate
pip install githubpy GitPython requests
GITHUB_ACCESS_TOKEN=xxxxxxx ./ceph-release-notes \
    -r tags/v10.1.1..tags/v10.1.2 $(git rev-parse --show-toplevel)

Signed-off-by: Loic Dachary <loic@dachary.org>
2016-04-14 08:15:54 +02:00
Josh Durgin
ba1b0867ff Merge pull request #8569 from jdurgin/wip-dev-package-doc
doc: reinstate accidentally removed section header

Reviewed-by: Abhishek Lekshmanan <alekshmanan@suse.com>
2016-04-13 17:08:15 -07:00
Sage Weil
6abc5d761a Merge pull request #8556 from liewegas/wip-ext4
doc: recommend against ext4

Reviewed-by: Alfredo Deza <adeza@redhat.com>
Reviewed-by: Nathan Cutler <ncutler@suse.cz>
2016-04-13 09:19:19 -04:00
Josh Durgin
aece82440b doc: reinstate accidentally removed section header
Accidentally removed in 63be401a41

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2016-04-12 18:07:41 -07: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
Sage Weil
a8e286915d doc/release-notes: mention ext4 in the release notes
Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-12 13:07:50 -04: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
638fd2ec2b doc/rados/configuration: minor cleanup of inline xattr description
- whitespace
- it's not omap

Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-12 11:19:13 -04:00
Greg Farnum
735f4be9e2 Merge remote-tracking branch 'origin/greg-fs-testing-411' into jewel 2016-04-12 07:32:34 -07: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
Sage Weil
2c72c9aa52 doc/8/ceph-deploy: do not include ext4 as an example value
Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-12 08:48:46 -04:00
Sage Weil
61c4c1c99b doc: list ext4 last
Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-12 08:48:25 -04:00
Sage Weil
ae97840fa1 doc/dev: remove ancient filestore-filesystem-compat doc
This describes a problem we fixed years ago.

Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-12 08:39:00 -04:00
John Wilkins
45219e0e2a Fixed ceph-common install.
Fixes: #15438

Signed-off-by: John Wilkins <jowilkin@redhat.com>
2016-04-11 09:54:02 -07:00
Kris Jurka
0a622e6054 doc: rgw admin uses "region list" not "regions list" 2016-04-08 21:47:28 -07:00
Loic Dachary
323276e06a release-notes: v10.1.1 release notes
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-04-08 11:19:13 +02:00
Loic Dachary
18d06efd80 release-notes: v10.1.1 release notes (draft)
cd src/script
virtualenv v
source v/bin/activate
pip install githubpy GitPython requests
GITHUB_ACCESS_TOKEN=xxxxxxx ./ceph-release-notes \
      -r tags/v10.1.0..tags/v10.1.1 $(git rev-parse --show-toplevel)

Signed-off-by: Loic Dachary <loic@dachary.org>
2016-04-08 11:15:03 +02:00
Loic Dachary
fb63721e42 releases: firefly was EOL december 2015
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-04-08 09:54:12 +02:00
Loic Dachary
fc29dc2e68 releases: update the v10.1.0 release link
And add the v10.1.1 release notes as well.

Signed-off-by: Loic Dachary <loic@dachary.org>
2016-04-08 09:45:55 +02:00
Greg Farnum
f6209798f8 Merge remote-tracking branch 'github/wip-fs-lockouts' into greg-fs-testing
Protect a number of unstable/experimental features behind durable flags

https://github.com/ceph/ceph/pull/8383

Reviewed-by: John Spray <john.spray@redhat.com>
2016-04-07 17:07:16 -07:00
Greg Farnum
d82c49703d doc: add a page for CephFS' experimental features describing lockout rules
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
2016-04-07 16:40:24 -07:00
Greg Farnum
6974ed4254 doc: update cephfs administration page for enable_multiple safety check
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
2016-04-07 16:40:24 -07:00
Samuel Just
b69830fd24 mon: warn if 'sortbitwise' flag is not set and no legacy OSDs are presentReviewed-by: Samuel Just <sjust@redhat.com>
mon: warn if 'sortbitwise' flag is not set and no legacy OSDs are present

Reviewed-by: Samuel Just <sjust@redhat.com>
2016-04-07 11:05:47 -07:00
Sage Weil
d3dbd8581b mon: warn if 'sortbitwise' flag is not set and no legacy OSDs are present
If the user has upgraded, they should set sortbitwise.

Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-06 17:03:53 -04:00
Robin H. Johnson
8e2c804a3a authtool: update --help and manpage to match code.
Signed-off-by: Robin H. Johnson <robin.johnson@dreamhost.com>
2016-04-05 22:10:13 +00:00
Loic Dachary
919ff4ff29 releases: what is merged where and when ?
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-03-31 15:10:40 +02:00
Loic Dachary
9f60e07267 releases: update understanding the release cycle
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-03-31 15:01:09 +02:00
Loic Dachary
c1c71ecf23 release-notes: v10.0.5 release notes
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-03-31 15:01:09 +02:00
Loic Dachary
43d63ee456 Merge pull request #8228 from SUSE/wip-15218
doc/dev: add "Deploy a cluster for manual testing" section

Reviewed-by: Loic Dachary <ldachary@redhat.com>
2016-03-29 13:01:23 +02:00
Loic Dachary
7563a34709 Merge pull request #8345 from tchaikov/wip-release-notes-indents
doc/release-notes: fix indents

Reviewed-by: Loic Dachary <ldachary@redhat.com>
2016-03-29 10:37:30 +02:00
Kefu Chai
e5a4d218a2 doc/release-notes: fix indents
Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-03-29 11:19:46 +08:00
xie xingguo
92d1857834 doc: fix typo, duplicated content etc. for Jewel release notes
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
2016-03-29 09:38:23 +08:00
Sage Weil
cd3385b59f Merge pull request #8308 from wido/cloudstack-docs
doc: Updated CloudStack RBD documentation
2016-03-28 08:28:45 -04:00
Sage Weil
f394486109 Merge pull request #8327 from vumrao/wip-vumrao-15288
doc: Remove Ceph Monitors do lots of fsync()
2016-03-28 08:23:58 -04:00
Sage Weil
336b082415 Merge pull request #8328 from scienceluo/master
doc: Fixes headline different font size and type
2016-03-28 08:23:10 -04:00
Vikhyat Umrao
1611dfbf17 doc: Remove Ceph Monitors do lots of fsync()
and change the ligature of "fl" to "f" and "l"

Fixes: #15288

Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
2016-03-28 13:29:09 +05:30
scienceluo
b3930c51ff Fixes headline different font size and type 2016-03-28 14:10:28 +08:00
Sage Weil
cbec91d2d4 Merge pull request #8306 from tchaikov/wip-doc-formatting
doc/rados/operations/crush: fix the formatting
2016-03-25 16:28:42 -04:00
Sage Weil
a431d04acb Merge pull request #8211 from liewegas/wip-jewel
doc: draft notes for jewel
2016-03-25 09:55:30 -04:00
Sage Weil
0e1fb2aeef doc/release-notes: rgw typo
Signed-off-by: Sage Weil <sage@redhat.com>
2016-03-25 09:41:12 -04:00
Wido den Hollander
a4e63b5182 doc: Updated CloudStack RBD documentation
Signed-off-by: Wido den Hollander <wido@42on.com>
2016-03-25 12:06:37 +01:00
Kefu Chai
3e8bb4b19e doc/rados/operations/crush: fix the formatting
unlike in LaTeX, we should use ``foo`` instead of ``bar'' in the
sphinx markdown for the double quote.

Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-03-25 15:53:13 +08:00
Josh Durgin
20c86506ae Merge pull request #8224 from SUSE/wip-15212
rbdmap: add manpage

Reviewed-by: Boris Ranto <branto@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2016-03-24 09:19:48 -07:00
Yehuda Sadeh
1b12901014 Merge pull request #8271 from vumrao/wip-vumrao-15244
doc: rgw_region_root_pool option should be in [global]

Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2016-03-23 15:33:47 -07:00
Sage Weil
a09da43201 Merge pull request #8207 from theanalyst/doc/mstart
doc: very basic doc on mstart
2016-03-23 12:17:53 -04:00
Nathan Cutler
d01d983ad4 packaging: rbdmap manpage
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2016-03-23 15:05:16 +01:00
Vikhyat Umrao
418d9bebda doc: rgw_region_root_pool option should be in [global]
add new option rgw_zonegroup_root_pool from Jewel.

Fixes: #15244

Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
2016-03-23 17:34:13 +05:30