Orit Wasserman
02e84e8964
Merge pull request #8533 from theanalyst/rgw/rest-user-get
...
rgw_rest_admin: return -EINVAL for improper user info requests
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
2016-05-24 20:18:03 +02:00
Orit Wasserman
8b5bbe9ed4
Merge pull request #8093 from zaitcev/swift-root-prefix
...
rgw: Allow to serve Swift off the URL root
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
2016-05-24 20:11:57 +02:00
Matt Benjamin
1535cd4096
Merge pull request #8741 from rzarzynski/wip-rgw-keystonev3-doc
...
rgw, doc: improve documentation of Keystone v3 config options
2016-05-24 07:31:30 -04:00
Kefu Chai
0e00d2f21b
doc,cmake: do not scan non-man pages when building man pages
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-05-24 12:58:43 +08:00
Ken Dreyer
b7b1ecb4d8
doc: John Spray is now CephFS lead
...
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2016-05-23 15:18:10 -06:00
Kefu Chai
4711fe1cae
Merge pull request #9147 from flaf/master
...
doc: update required packages list to build doc
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-05-23 22:20:54 +08:00
Jiaying Ren
c1be48dd14
doc: improve rgw multiste config
...
1. fix typos
2. fix wrong indent
3. misc cosmetic improvements
Signed-off-by: Jiaying Ren <jiaying.ren@umcloud.com>
2016-05-23 12:15:08 +08:00
Sage Weil
cba7fa2f9b
Merge pull request #9199 from jmunhoz/mc-brp-aws4
...
doc: rgw: minor cleanup and doc update
2016-05-19 16:01:10 -04:00
Javier M. Mellid
4003c2fe57
rgw: doc: bucket request payment update
...
S3 doc update.
The bucket request payment feature is available in Jewel
commits:
899d7754fe
461bd7fa08
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
2016-05-19 11:22:40 +02:00
Sage Weil
2c32c413ff
Merge pull request #8553 from yatinkumbhare/doc-fix
...
doc: fix broken link for bootstrapping monitors
2016-05-19 04:21:36 -04:00
Kefu Chai
2ae1eae849
Merge pull request #9143 from tchaikov/wip-osdmaptool-man
...
man: osdmaptool: document test-map-pgs* options
Reviewed-by: Vikhyat Umrao <vumrao@redhat.com>
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
2016-05-19 13:08:22 +08:00
Jason Dillaman
9a2015f9b0
Merge pull request #9092 from trociny/wip-15746
...
doc: update mirroring guide to include pool/image status commands
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2016-05-18 13:21:19 -04:00
lafont
54ec7556bc
doc: update the "building doc" part
...
* In the doc, the explicit and outdated list of required
dependencies is removed. Now, launching `./admin/build-doc`
is suggested because the script gives the missing dependencies.
* Little refactoring of the "Debian checking dependencies" part
in the script `./admin/build-doc`.
* In the suggested "apt-get" command to install dependencies, the
option `-o APT::Install-Recommends=true` is added just in case.
Signed-off-by: François Lafont <francois.lafont@ac-versailles.fr>
2016-05-18 16:23:08 +02:00
Kefu Chai
badc596d72
man: osdmaptool: document test-map-pgs* options
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-05-18 10:41:35 +08:00
John Spray
b6d2b6d1a5
client: report root's quota in statfs
...
When user is mounted a quota-restricted inode
as the root, report that inode's quota status
as the filesystem statistics in statfs.
This allows us to have a fairly convincing illusion
that someone has a filesystem to themselves, when
they're really mounting a restricted part of
the larger global filesystem.
Fixes: http://tracker.ceph.com/issues/15599
Signed-off-by: John Spray <john.spray@redhat.com>
2016-05-17 13:08:13 +01:00
Vikhyat Umrao
f8eca5e7e7
doc : adding explanation of --no-increasing for
...
reweight-by-utilization and test-reweight-by-utilization
commands
Fixes: http://tracker.ceph.com/issues/15899
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
2016-05-16 18:02:41 +05:30
Sage Weil
e93c7b0709
doc/changelog: missed v10.2.1 changelog
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-05-16 05:57:45 -04:00
Sage Weil
547d9b87e3
doc/release-notes: v10.2.1 release notes
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-05-16 04:37:42 -04:00
Sage Weil
ef3a678911
Merge pull request #9135 from flaf/master
...
doc: improvement of the "tunables" part
Reviewed-by: Sage Weil <sage@redhat.com>
2016-05-16 03:48:48 -04:00
lafont
4cc820812c
doc: improvement of the "tunables" part
...
* Some CRUSH_TUNABLES$N references were false.
* The explanations concerning the warning when tunables are
non-optimal were false or confusing.
* Make the definition of the "default" profile clearer.
Signed-off-by: François Lafont <francois.lafont@ac-versailles.fr>
2016-05-16 05:15:06 +02:00
Mykola Golub
4381e341c4
doc: update mirroring guide to include pool/image status commands
...
Fixes: http://tracker.ceph.com/issues/15746
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
2016-05-14 20:06:46 +03:00
Sage Weil
ab42bc5925
Merge pull request #9070 from liewegas/doc-ct
...
doc: words of caution about cache tiering
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Nick Fisk <nick@fisk.me.uk>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2016-05-13 11:00:00 -04:00
Sage Weil
7488c917af
doc/rados: adjust example cache tiering settings
...
These are saner values.
Signed-off-by: Sage Weil <sage@redhat.com>
2016-05-13 10:58:50 -04:00
Sage Weil
fcd1d097b1
doc/rados: words of caution about cache tiering
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-05-13 10:58:50 -04:00
Mykola Golub
ddd6345f8f
doc: fixup: "rbd-mirror daemon" instead of "rbd-daemon"
...
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
2016-05-12 11:11:55 +03:00
la-sguduru
27d6cf0c69
doc: Modification for "TEST S3 ACCESS" section
...
Signed-off-by: SirishaGuduru sirishaguduru99@gmail.com
2016-05-12 11:53:25 +05:30
Kefu Chai
31a0e0c4d8
cmake: restructure and add missing manpages
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-05-12 13:47:49 +08:00
Kefu Chai
ef6b52373c
cmake: build man pages
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-05-12 13:01:52 +08:00
Brad Hubbard
ef8025d0de
doc/dev: Fix missing code section due to no lexer for "none"
...
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
2016-05-12 10:13:06 +10:00
Sage Weil
7bfe2be26c
doc/release-notes: v0.94.7 hammer
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-05-11 13:44:53 -04:00
Sage Weil
6b6b38163b
doc/rados: drop description of cache modes we don't recommend
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-05-11 08:15:53 -04:00
Kefu Chai
ba5b40c0ce
Merge pull request #8955 from xiexingguo/xxg-wip-docrgw
...
doc/rgw: fix typo, abbreviation error etc.
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-05-11 20:09:58 +08:00
Sage Weil
162b4fb7d0
Merge pull request #8989 from flyd1005/wip-fix-python-warnings
...
cleanup: python: remove warnings of 'trailing whitespace' and 'new blank line at EOF'
2016-05-09 09:50:46 -04:00
Etienne Menguy
6bab8cf362
adding test-reweight-by-utilization documentation
...
Signed-off-by: Etienne Menguy <etienne.menguy@corp.ovh.com>
2016-05-09 10:49:47 +02:00
Li Peng
969c6d464c
cleanup: python: remove warnings of 'trailing whitespace'
...
When applying ceph patches, some warnings reported, e.g.
doc/scripts/gen_state_diagram.py:99: trailing whitespace.
Signed-off-by: Li Peng <lip@dtdream.com>
2016-05-09 11:25:08 +08:00
Kefu Chai
73e22784dd
Merge pull request #8936 from bstillwell/manual-install-doc-fixes1
...
doc: install/manual-deployment: use sudo on some commands
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-05-07 00:55:21 +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
xie xingguo
4c58365ca3
doc/rgw: fix hyperlinks which can't work
...
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
2016-05-06 13:44:19 +02:00
xie xingguo
0210745309
doc/rgw: hyperlink of "Ceph Object Gateway" doesn't work
...
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
2016-05-06 13:44:19 +02: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
xie xingguo
1633c7d36d
doc/rgw: fix typo, abbreviation error etc.
...
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
2016-05-06 09:31:03 +08:00
Bryan Stillwell
374e3c7b66
doc: Some commands also need sudo to run
...
Included sudo on some commands which need it to run properly and also
fixed a few grammar problems.
Signed-off-by: Bryan Stillwell <bryan.stillwell@twcable.com>
2016-05-05 18:29:38 -06:00
Yatin Kumbhare
c480ffa49d
doc: fix broken link for bootstrapping monitors
...
Signed-off-by: Yatin Kumbhare yatinkumbhare@gmail.com
2016-05-04 11:34:20 +05:30
John Spray
97dd6897ef
doc: add cephfs daemon management docs
...
Principally to tell people how to configure
standby, but more generally as a place to define
our terms for GIDs etc.
Signed-off-by: John Spray <john.spray@redhat.com>
2016-05-03 12:57:22 +01:00
Orit Wasserman
6c3ef5de85
Merge pull request #7193 from theanalyst/doc/rgw-13066-fix
...
doc:explain service tenant config for rgw keystone
2016-05-03 10:16:38 +02: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
Sage Weil
4c2a8463a2
Merge pull request #8879 from ktdreyer/doc-rm-up2date
...
doc: drop references to "up2date"
2016-05-02 14:05:02 -04:00
Ken Dreyer
b94ba8215e
doc: drop references to "up2date"
...
"up2date" has not been used since very old versions of RHEL (rhel4 or
5?). We only support el7 now, which is a yum-based platform.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2016-05-02 11:08:58 -06:00
Ken Dreyer
fbfb5c12bf
doc: Jason Dillaman is now RBD lead
...
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2016-05-02 10:57:53 -06:00
Sage Weil
ec2044818e
Merge pull request #8721 from ibravo/patch-2
...
doc: update quick-ceph-deploy.rst
Reviewed-by: Sage Weil <sage@redhat.com>
2016-04-25 22:21:12 -04:00
Sage Weil
7b78fcee97
Merge pull request #8723 from cooboos/wrong_spell
...
doc: correct wrong spell 'mnay' to 'many'
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
2016-04-25 22:18:51 -04:00
Abhishek Lekshmanan
cbd610537a
doc: update keystone admin options in config-ref
...
Adding the short descriptions of the keystone admin tenant, user and
password options to the config reference as well. Also adding a note
that this applies to only v2 of Openstack Identity API
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2016-04-25 17:53:59 +02:00
Abhishek Lekshmanan
d0eeb62480
doc:explain service tenant config for rgw keystone
...
Explain the configuration of `rgw keystone admin user`, tenant and
password which avoids the need for setting the keystone admin token
shared secret in ceph configuration, since this token is recommended to
be disabled in production environments.
Fixes : #13066 , #13519
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2016-04-25 17:48:33 +02:00
Radoslaw Zarzynski
7dbdddee80
rgw, doc: extend the documentation of rgw_keystone_admin_token.
...
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
2016-04-25 15:30:09 +02:00
Radoslaw Zarzynski
3351a8ce36
rgw, doc: document config options related to Keystone v3.
...
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
2016-04-25 15:29:32 +02:00
ibravo
893b7a0069
Doc: Updated ceph-deploy osd to choose underlying file system
...
Included paragraph about --fs-type and --bluestore
Signed-off-by: Ignacio Bravo ibravo@hotmail.com
2016-04-24 20:28:35 -04: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
wangsongbo
048469255b
doc: correct wrong spell 'mnay' to 'many'
...
Signed-off-by: wangsongbo <wangsongbo@unitedstack.com>
2016-04-24 11:19:09 +08:00
Sage Weil
d73d621296
doc/release-notes: is, not will be, basis for LTS
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-22 16:13:13 -04:00
Sage Weil
95176baded
doc/release-notes: revise terminology
...
Avoid loaded 'production ready' term in favor of just 'stable'.
Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-22 15:30:49 -04:00
Sage Weil
553a2b91ae
Merge pull request #8551 from scienceluo/patch-1
...
doc: Fixes Different font of the title
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Reviewed-by: Yatin Kumbhare <yatinkumbhare@gmail.com>
2016-04-22 12:31:50 -04:00
Sage Weil
bbb6283efe
Merge pull request #8581 from emenguy/pgnum_pools_documentation
...
doc: adding pg_num to pools documentation
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
2016-04-22 12:16:00 -04:00
Sage Weil
697b0fa92b
Merge pull request #8644 from tchaikov/wip-doc-os-recommendations
...
doc/start/os-recommendations.rst: add Jewel requires
Reviewed-by: Sage Weil <sage@redhat.com>
2016-04-22 11:53:04 -04:00
Sage Weil
e66a94f2f6
Merge pull request #8650 from scienceluo/wip-lkx-fixesdoc
...
doc: Fixes "branch -b" and "Qemu"
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
2016-04-22 11:51:29 -04:00
Sage Weil
73130b6ca6
Merge pull request #8674 from yatinkumbhare/doc-fix2
...
doc: fix broken link to monitor quorum
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
2016-04-22 11:44:51 -04:00
Vikhyat Umrao
ddbe763027
man : ceph-deploy add config keyword in ceph-deploy
...
config push and pull command
Fixes: http://tracker.ceph.com/issues/15568
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
2016-04-22 15:35:47 +05:30
Sage Weil
692f2c8910
doc/release-notes: v10.2.0 jewel
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-21 07:39:25 -04:00
Yatin Kumbhare
c244eb2d61
doc: fix broken link to monitor quorum
...
Link pointing in Monitor Quorum section to
ceph configuration file was broken.
Fixing it to point to configuration section.
Signed-off-by: Yatin Kumbhare yatinkumbhare@gmail.com
2016-04-21 11:42:39 +05:30
Casey Bodley
2dd8942c71
Merge pull request #8664 from theanalyst/doc/rgw/fix-multisite-zone
...
doc: multisite: fix json output for zone create
2016-04-20 10:33:05 -04:00
Abhishek Lekshmanan
ec6ff4d5e8
doc: mutlisite: fix json output for zone create
...
creation of ``us-west`` was wrongly showing ``us-east-2`` output
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2016-04-20 12:53:55 +02:00
Abhishek Lekshmanan
88369e298b
doc: rgw multisite, add pools section & minor cosmetic improvements
...
`Pool Configuration` was mentioned previously but didn't contain any
info, adding this section and minor cosmetic changes to a few headings
after looking at the html view.
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2016-04-19 11:02:22 +02: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
Nathan Cutler
61acd9d6dc
doc/release-notes.rst: clarify ceph UID/GID assignment on SUSE
...
This patch attempts to describe the semantics by which the ceph UID/GID
is assigned on SUSE distros.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2016-04-16 08:52:56 -04:00
Nathan Cutler
b74a9dd13b
doc/release-notes.rst: minor grammar and style corrections
...
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2016-04-16 08:52:56 -04:00
Sage Weil
b5d973fbe4
doc/release-notes: expand distro/arch section to include arm64 info
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-16 08:52:55 -04:00
Sage Weil
b2d9467ff3
doc/release-notes: more detail about the ext4 checks
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-16 08:52:55 -04:00
Sage Weil
ad77f45f8c
doc/release-notes: include changes in rcs
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-16 08:52:55 -04:00
Sage Weil
a4ee2b708a
doc/release-notes: clean up jewel notes
...
- add notes for the rc's
- move upgrade info up to 10.2.0 (draft)
Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-16 08:52:52 -04:00
Sage Weil
451af760df
doc/release-notes: fix rados scrub summary
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-16 08:50:31 -04:00
luokexue
4ebd6b84a8
doc: Fixes "branch -b" to "checkout -b"
...
Signed-off-by: luokexue <luo.kexue@zte.com.cn>
2016-04-16 11:45:41 +08:00
luokexue
6d69636ee9
doc: Fixes all "Qemu" to "QEMU"
...
Signed-off-by: luokexue <luo.kexue@zte.com.cn>
2016-04-16 11:42:19 +08:00
Abhishek Lekshmanan
f78af6f38c
doc: add multisite to index
...
Signed-off-by: Abhishek Lekshmanan <alekshmanan@suse.com>
2016-04-15 22:27:10 +02:00
Abhishek Lekshmanan
c2e4106bbf
doc: rgw multisite documentation
...
Adding basic documentation for new multisite features, with an example
showing 3 zones in a zonegroup.
Fixes: http://tracker.ceph.com/issues/15247
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2016-04-15 22:25:55 +02:00
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
Etienne Menguy
fa32bd3cb9
adding pg_num to pools documentation
...
Signed-off-by: Etienne Menguy <etienne.menguy@corp.ovh.com>
2016-04-13 13:25:30 +02: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
scienceluo
931b975f92
doc: Fixes Different font of the title
...
Which makes the title "Take the OSD out of the Cluster" of http://docs.ceph.com/docs/master/rados/operations/add-or-rm-osds/#take-the-osd-out-of-the-cluster looks ugly.
Signed-off-by: luo kexue luo.kexue@zte.com.cn
2016-04-12 16:14:57 +08: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
Abhishek Lekshmanan
a803f0e3be
doc: rgw_adminops uid is required for UserInfo requests
...
Specify that uid is a required param for GET /admin/user requests
Fixes: http://tracker.ceph.com/issues/15455
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2016-04-11 15:17:28 +02: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
Sage Weil
1c5c153aa9
Merge branch 'wip-release-notes' of git://github.com/dachary/ceph into wip-jewel
...
Conflicts:
doc/release-notes.rst
2016-03-22 12:24:56 -04:00
Loic Dachary
55f4ade6d8
release-notes: draft v10.1.0 release notes (manual edits)
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-03-22 11:47:50 +01:00
Loic Dachary
a8428a99e5
release-notes: draft v10.1.0 release notes
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-03-22 11:09:03 +01: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
ccc3955f2c
doc/release-notes: known issues with 10.1.0
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-03-21 19:00:26 -04:00
Nathan Cutler
57c57548aa
doc/dev: add "Deploy a cluster for manual testing" section
...
http://tracker.ceph.com/issues/15218 Fixes : #15218
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2016-03-20 14:23:37 +01:00
Nathan Cutler
7da141df0f
rbdmap: manpage
...
http://tracker.ceph.com/issues/15212 Fixes : #15212
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2016-03-19 22:01:40 +01:00
Sage Weil
3e61f96bc4
doc/release-notes: v10.1.0 draft jewel notes
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-03-18 14:22:04 -04:00
Sage Weil
5a429e005b
doc/release-notes: 9.2.1 notes
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-03-18 12:44:19 -04:00
Sage Weil
f6f9c00b33
Merge pull request #8121 from liewegas/wip-15136
...
mon: remove 'mds setmap'
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2016-03-18 09:44:05 -04:00
Abhishek Lekshmanan
39317e8d7d
doc: very basic doc on mstart
...
A very basic explanation of getting started with using mstart to deploy
multiple clusters on a machine
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2016-03-18 14:01:20 +01:00
Sage Weil
2cf3f964a6
Merge pull request #7838 from rldleblanc/pg_prime-enable
...
mon: enable 'mon osd prime pg temp' by default
Reviewed-by: Sage Weil <sage@redhat.com>
2016-03-17 21:59:33 -04:00
Sage Weil
08cc711403
Merge pull request #7939 from yangdongsheng/remove_v1
...
mon: standardize Ceph removal commands
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
2016-03-17 21:56:48 -04:00
Sage Weil
b0d9b0de15
mon: remove 'mds setmap' command
...
This command has no discernable purpose, and is difficult and
dangerous to support anyway.
Fixes : #15136
Signed-off-by: Sage Weil <sage@redhat.com>
2016-03-17 10:40:24 -04:00