Kefu Chai
1d642f248b
Merge pull request #14840 from drunkard/master
...
doc: style fix for doc/cephfs/client-config-ref.rst
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-04-28 10:57:53 +08:00
Drunkard Zhang
ab0310883e
doc: typo fixes in doc/cephfs/client-config-ref.rst
...
fixed:
Reference symbol, i.e. s/`/``/
Hyperlink typo at ``client_trace``
Signed-off-by: Drunkard Zhang <gongfan193@gmail.com>
2017-04-28 09:53:17 +08:00
Yehuda Sadeh
4db11779a8
Merge pull request #14803 from hrchu/rgwadmin-api-doc-usage-conf
...
doc: rgw: note rgw_enable_usage_log option in adminops guide
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2017-04-27 08:42:09 -07:00
hrchu
e7896f6858
doc: rgw: note rgw_enable_usage_log option in adminops guide
...
Signed-off-by: hrchu <petertc@gmail.com>
2017-04-27 00:52:24 +00:00
Kefu Chai
4b12805914
Merge pull request #13824 from Jing-Scott/doc-update-swift-static-web
...
doc: update the support status of swift static website
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-04-27 00:17:49 +08:00
Ilya Dryomov
9038074796
Merge pull request #14785 from idryomov/wip-krbd-exclusive-option
...
rbd: recognize exclusive option
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
2017-04-26 16:25:31 +02:00
hrchu
e922a98daa
doc: rgw: Get user usage needs to specify user
...
Signed-off-by: hrchu <petertc@gmail.com>
2017-04-26 10:47:58 +00:00
Kefu Chai
b833ba71f1
Merge pull request #12460 from umullan/bucketunlink
...
doc: Correcting the remove bucket example and adding bucket link/unlink examples
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-04-26 11:57:16 +08:00
Uday Mullangi
c7fb3db372
doc: Correcting the bucket unlink example with correct syntax
...
Signed-off-by: Uday Mullangi <umullangi@walmartlabs.com>
2017-04-26 09:26:52 +05:30
Ilya Dryomov
c72d8b0409
rbd: recognize exclusive map option
...
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2017-04-25 20:15:41 +02:00
Sage Weil
1919297826
Merge pull request #14494 from drunkard/master
...
doc: two minor fixes
2017-04-25 12:11:03 -05:00
Sage Weil
fb90918a1d
Merge pull request #14503 from wjwithagen/wip-wjw-freebsd-doc-dev
...
doc/dev: add some info about FreeBSD
2017-04-25 12:09:02 -05:00
Sage Weil
e17c85c22f
Merge pull request #14625 from theanalyst/doc/releases/12.0.2
...
doc: v12.0.2 (dev) release notes
2017-04-25 12:06:24 -05:00
John Spray
c2fb170586
Merge pull request #14652 from jcsp/wip-18816
...
mds: remove "mds log" config option
Reviewed-by: Yan, Zheng <zyan@redhat.com>
2017-04-24 22:12:46 +01:00
John Spray
1eb9438bc9
Merge pull request #14636 from jcsp/wip-19691
...
osdc: remove journaler_allow_split_entries option
Reviewed-by: Yan, Zheng <zyan@redhat.com>
2017-04-24 22:12:35 +01:00
Abhishek Lekshmanan
ec9702f65a
doc: v12.0.2 (dev) release notes
...
Also adding the commits after 12.0.1 tag merged back into the master
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2017-04-24 17:11:04 +02:00
Peter Maloney
3c08894fe0
doc: fix link that pointed to a nonexistent file
...
commit d788bae60d
renamed config.rst to config-fcgi.rst
Reported-by: fusl in #ceph on irc.oftc.net
Signed-off-by: Peter Maloney <peter.maloney@brockmann-consult.de>
2017-04-23 20:33:03 +02:00
Casey Bodley
2b341bfd62
Merge pull request #14335 from hrchu/radosgw-admin-api-subuser
...
doc: rgw: Clean up create subuser parameters
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2017-04-22 11:49:05 -04:00
Casey Bodley
07b1c0dfc8
Merge pull request #14268 from hrchu/swift/java
...
doc: rgw: Rewrite Java swift examples
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2017-04-21 11:17:14 -04:00
Casey Bodley
9a0f17b6f4
Merge pull request #14055 from hrchu/radosgw-admin-api-user-caps
...
doc: correct and improve add user capability section
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2017-04-21 10:54:55 -04:00
Casey Bodley
a510acfe78
Merge pull request #13956 from hrchu/rgw-admin-doc
...
Indicate how to add multiple admin capbabilies
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2017-04-21 10:52:28 -04:00
Casey Bodley
307060e010
Merge pull request #14372 from hrchu/rgwadmin-admin-doc-usage
...
doc: rgw: correct get usage parameter default value
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2017-04-21 10:50:55 -04:00
John Spray
ad1882350d
mds: remove "mds log" config option
...
This was occasionally useful for establishing a journal-less
performance baseline, but it has two big problems:
* We don't test it, so it's probably broken a lot of the time
* It sounds a lot to a naive user like an option for controlling
logging.
IMO, anyone who wants this behaviour is in sufficiently advanced
territory that then can hack it in and recompile, we don't need
to leave dangerous things like this in our releases.
Fixes: http://tracker.ceph.com/issues/18816
Signed-off-by: John Spray <john.spray@redhat.com>
2017-04-20 10:02:17 +01:00
Yu Shengzuo
41c902e532
doc: update dependent packages links and remove a 'important' tip
...
Some links in document has been deprecated, such as:
http://rpmfind.net/linux/centos/7.0.1406/ , So update it;
The 'fc21, fc24, fc26(newest)' rpm 'ditaa' can be used in
CentOS/RHEL7 to build doc. So remove the '...important' tip.
Signed-off-by: Yu Shengzuo <yu.shengzuo@99cloud.net>
2017-04-20 03:39:29 +00:00
Josh Durgin
bad606605a
doc: update ec docs for overwrite support
...
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2017-04-19 17:45:43 -07:00
Josh Durgin
930eae214c
OSDMonitor: get stripe_width via stripe_unit in ec profile
...
With bluestore, making the smallest write match min_alloc_size avoids
write amplification. With EC pools this is the stripe unit, or
stripe_width / num_data_chunks. Rather than requiring people to divide
by k to get the smallest ec write, allow it to be specified directly
via stripe_unit. Store it in the ec profile so changing a monitor
config option isn't necessary to set it.
This is particularly important for ec overwrites since they allow random i/o
which should match bluestore's checksum granularity (aka min_alloc_size).
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2017-04-19 17:45:43 -07:00
John Spray
b4c32b1b58
osdc: remove journaler_allow_split_entries option
...
This had been broken for some time, as since the new
JournalStream stuff, zero padding was no longer a valid
encoding.
Fixes: http://tracker.ceph.com/issues/19691
Signed-off-by: John Spray <john.spray@redhat.com>
2017-04-19 11:41:28 +01:00
Loic Dachary
0011127604
Merge pull request #14599 from smithfarm/wip-crushtool-mappings
...
doc: mention --show-mappings in crushtool manpage
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2017-04-19 11:42:37 +02:00
Abhishek L
27c3784f73
Merge pull request #14106 from theanalyst/release/12.0.1
...
doc: add 12.0.1 release notes
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2017-04-18 23:14:18 +02:00
Casey Bodley
6a1e10fdff
Merge pull request #13483 from ceph/wip-rgw-encryption-doc
...
doc: rgw server-side encryption and barbican
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
2017-04-18 12:27:27 -04:00
Nathan Cutler
b48b6f4ed8
doc: mention --show-mappings in crushtool manpage
...
Fixes: http://tracker.ceph.com/issues/19649
Signed-off-by: Loic Dachary <ldachary@redhat.com>
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2017-04-18 12:21:39 +02:00
David Zafman
2522307865
mon, osd: Add detailed full information for now in the mon
...
Show ceph health doc output in the correct order
Signed-off-by: David Zafman <dzafman@redhat.com>
2017-04-17 08:02:50 -07:00
David Zafman
27e14504f6
osd: Add PG state and flag for too full for recovery
...
New state machine state NotRecovering
New PG state PG_STATE_RECOVERY_TOOFULL
Signed-off-by: David Zafman <dzafman@redhat.com>
2017-04-17 08:00:24 -07:00
David Zafman
a5731076ad
osd: Handle backfillfull_ratio just like nearfull and full
...
Add BACKFILLFULL as a local OSD cur_state
Notify monitor of this new fullness state
Signed-off-by: David Zafman <dzafman@redhat.com>
2017-04-17 08:00:24 -07:00
David Zafman
79a4ac41c5
common: Remove unused config option osd_recovery_threads
...
Signed-off-by: David Zafman <dzafman@redhat.com>
2017-04-17 07:58:30 -07:00
John Spray
177699981e
Merge pull request #13522 from singler/wip-reconnect-client
...
client/Client.cc: after reset session from MDS - reconnect
Reviewed-by: Yan, Zheng <zyan@redhat.com>
2017-04-15 19:44:53 +01:00
Kefu Chai
125f27e3e8
Merge pull request #10851 from atheism/rgw-s3-doc-update
...
doc/radosgw/s3/cpp.rst: update usage of libs3 APIs to make the examples work
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-04-14 10:18:10 +08:00
Loic Dachary
6e20d648e9
Merge pull request #14508 from smithfarm/wip-doc-dev
...
doc: dev guide: how to run s3-tests locally against vstart
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2017-04-13 20:54:46 +02:00
Nathan Cutler
0dd2dfce1d
doc: dev guide: how to run s3-tests locally against vstart
...
Add a bunch of verbiage to the Developer Guide
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2017-04-13 19:14:52 +02:00
John Spray
e1b4327d67
Merge pull request #14087 from jcsp/wip-doc-fscid
...
doc: how to specify filesystem for cephfs clients
Reviewed-by: Yan, Zheng <zyan@redhat.com>
2017-04-13 17:42:13 +01:00
Willem Jan Withagen
849a86b8f3
doc/dev: add some info about FreeBSD
...
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
2017-04-13 14:06:47 +02:00
Drunkard Zhang
3c70331d6b
doc: indent style fixes
...
Signed-off-by: Drunkard Zhang <gongfan193@gmail.com>
2017-04-13 12:51:44 +08:00
Henrik Korkuc
e0bbc70467
client/Client.cc: add feature to reconnect client after MDS reset
...
Client.cc marks session as stale instead of reconecting after received
reset from MDS. On MDS side session is closed so MDS is ignoring cap
renew. This adds option to reconnect stale client sessions instead of
just marking sessions stale.
Fixes: http://tracker.ceph.com/issues/18757
Signed-off-by: Henrik Korkuc <henrik@kirneh.eu>
2017-04-12 15:27:12 +03:00
Sage Weil
b841ab2592
Merge pull request #14419 from badone/wip-doc-pg-states-min_size
...
docs: Clarify the relationship of min_size to EC pool recovery
Reviewed-by: Sage Weil <sage@redhat.com>
2017-04-11 21:10:35 -05:00
Patrick Dinnen
c5931484c9
doc: correct arguments for ceph tell osd.N bench
...
Signed-off-by: Patrick Dinnen pdinnen@gmail.com
2017-04-11 15:57:11 -04:00
Loic Dachary
55491d2f8a
Merge pull request #14295 from theanalyst/release/10.2.7/notes
...
doc: release notes for v10.2.7 Jewel
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-04-11 11:44:29 +02:00
Loic Dachary
a8a71c1d27
Merge pull request #14441 from theanalyst/doc/changelog/v10.2.7
...
doc: add changelog for v10.2.7
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2017-04-11 11:43:15 +02:00
Abhishek Lekshmanan
fb9405ea6c
doc: add changelog for v10.2.7
...
Signed-off-by: Abhishek Lekshmanan <alekshmanan@suse.com>
2017-04-10 22:44:12 +02:00
Abhishek Lekshmanan
7984fcc115
doc: release notes for v10.2.7 Jewel
...
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2017-04-10 19:09:04 +02:00
Kefu Chai
e8f1f4a6d4
Merge pull request #14413 from hansbogert/patch-3
...
doc: rgw: remove mention of megabytes for quotas
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
2017-04-11 00:25:25 +08:00