Zac Dover
b31e061cc0
doc/glossary: add "Crimson" entry
...
Add a "Crimson" entry to the glossary.
Signed-off-by: Zac Dover <zac.dover@proton.me>
2024-03-09 14:34:06 +10:00
Matan Breizman
13a771931b
doc/dev/crimson: add Code Walkthroughs
...
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
2024-03-07 09:15:49 +00:00
Zac Dover
dfdb5e124a
doc/dev: fix spelling in crimson.rst
...
Repair a confusing sentence in doc/dev/crimson.rst.
Signed-off-by: Zac Dover <zac.dover@proton.me>
2024-02-24 02:21:54 +10:00
Rongqi Sun
8d766c5717
doc/crimson: cleanup duplicate seastore description
...
Signed-off-by: Rongqi Sun <sunrongqi@huawei.com>
2024-02-22 10:41:43 +08:00
Anthony D'Atri
524901d3cf
doc/dev/crimson: Improve crimson.rst
...
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
2023-05-22 05:08:44 -04:00
Zhang Song
b40f6421f0
src/vstart.sh: support specify the type of secondary device
...
doc/crimson: add options and example about SeaStore
Signed-off-by: Zhang Song <zhangsong325@gmail.com>
2023-03-15 09:22:31 +08:00
Rongqi Sun
055bb2bd53
doc/crimson: add SeaStore when using vstart.
...
Signed-off-by: Rongqi Sun <sunrongqi@huawei.com>
2023-03-13 09:45:24 +08:00
Samuel Just
41d12bab49
doc/dev/crimson/crimson.rst: update/clarify cephadm crimson instructions
...
Signed-off-by: Samuel Just <sjust@redhat.com>
2023-02-13 22:36:36 -08:00
zdover23
f5857acd68
Merge pull request #47082 from rzarzynski/wip-doc-crimson-cephadm
...
doc/crimson: document installing crimson with cephadm
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
2022-07-27 00:45:09 +10:00
Radosław Zarzyński
60b8348a84
doc, crimson: document installing crimson with cephadm
...
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2022-07-26 13:32:19 +00:00
Kefu Chai
cc33ff6fef
Merge pull request #47023 from tchaikov/wip-doc-crimson
...
doc/dev/crimson: Correct the link to Scylla
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
2022-07-09 08:42:00 +08:00
Kefu Chai
f877a4f3eb
doc/dev/crimson: Correct the link to Scylla
...
the old one brings us to 404.
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
2022-07-09 00:03:16 +08:00
Josh Soref
8abce157f1
doc: Fix many spelling errors
...
* administrators
* allocated
* allowed
* approximate
* authenticate
* availability
* average
* behavior
* binaries
* bootstrap
* bootstrapping
* capacity
* cephadm
* clients
* combining
* command
* committed
* comparison
* compiled
* consequences
* continues
* convenience
* cookie
* crypto
* dashboard
* deduplication
* defaults
* delivered
* deployment
* describe
* directory
* documentation
* dynamic
* elimination
* entries
* expectancy
* explicit
* explicitly
* exporter
* github
* hard
* healthcheck
* heartbeat
* heavily
* http
* indices
* infrastructure
* inherit
* layout
* lexically
* likelihood
* logarithmic
* manually
* metadata
* minimization
* minimize
* object
* of
* operation
* opportunities
* overwrite
* prioritized
* recipe
* records
* requirements
* restructured
* running
* scalability
* second
* select
* significant
* specify
* subscription
* supported
* synonym
* throttle
* unpinning
* upgraded
* value
* version
* which
* with
Plus some line wrapping and additional edits...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2022-07-02 23:38:18 -04:00
Kefu Chai
3b250938bc
doc: remove references to SEASTAR_DEFAULT_ALLOCATOR
...
now that 067681b701
has been merged upstream, and our src/seastar submodule includes
this commit. there is no need to worry that the seastar's lockless
allocator does not work with seastar::alien anymore.
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
2021-12-26 13:13:56 +08:00
Dimitri Papadopoulos
7677651618
doc,man: typos found by codespell
...
Signed-off-by: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
2021-12-15 12:04:36 +01:00
krunerge
0c095374bd
doc/dev/crimson/poseidonstore: fix typo
...
Signed-off-by: krunerge <krunerge@tencent.com>
2021-09-13 19:12:36 +08:00
Greg Farnum
98634e545b
vstart: make "--crimson" imply "--nodaemon"
...
If you want to run multiple crimson-osd instances, you need nodaemon. Default
to nodaemon when using crimson.
Add a new "--crimson-foreground" which preserves the old behavior, in case
it's needed.
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
2021-09-01 01:31:06 +00:00
Kefu Chai
587a8c9c22
doc/dev/crimson: document cyanstore and alienstore
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2021-07-27 22:50:15 +08:00
Kefu Chai
83bf44a3c2
crimson/common/log: print out logger.debug() when log level >=6
...
less chatty when debug level is 5. this matches the behavior of classic
osd.
Signed-off-by: Kefu Chai <kchai@redhat.com>
2021-07-14 21:25:54 +08:00
Kefu Chai
51b34df130
doc/dev/crimson: add a section for testing with crimson-store-nbd
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2021-07-14 00:37:08 +08:00
Kefu Chai
ec5b56c98f
doc/dev/crimson: add a missing not
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2021-07-14 00:00:22 +08:00
Kefu Chai
c820aeafbc
doc/dev/crimson: add a section for metrics
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2021-07-07 15:44:35 +08:00
Lorenz Bausch
238c2bc52d
doc/dev/crimson/osd: fix typo
...
Signed-off-by: Lorenz Bausch <info@lorenzbausch.de>
2021-07-05 17:13:49 +02:00
Kefu Chai
c0239b798a
crimson/osd: document fsm of crimson osd
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2021-06-24 16:07:29 +08:00
Kefu Chai
306a48ce72
doc/dev/crimson: update link to scylladb debugging tips
...
the old one is not reachable anymore.
Signed-off-by: Kefu Chai <kchai@redhat.com>
2021-06-02 17:11:10 +08:00
Zac Dover
f904078344
doc/crimson: s/Crismon/Crimson/
...
This misspelling occurred twice in this
document.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
2021-04-28 23:26:09 +10:00
Radoslaw Zarzynski
1b1c088dba
doc/crimson: improve wording about the pipeline / wait states.
...
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2021-03-23 16:49:55 +01:00
Radoslaw Zarzynski
7110bbed12
doc/crimson: document wait states.
...
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2021-03-22 11:21:23 +01:00
Kefu Chai
c03415caf1
doc/dev/crimson: quote inline codeblock using "``"
...
backquote is used for quoting italic typed text.
Signed-off-by: Kefu Chai <kchai@redhat.com>
2020-12-15 17:50:43 +08:00
Kefu Chai
370f04fa82
doc/dev/crimson: highlight code blocks using C++ lexer
...
also remove redundant ":", normally "::" would suffice to start a
codeblock.
Signed-off-by: Kefu Chai <kchai@redhat.com>
2020-12-15 17:48:02 +08:00
Radoslaw Zarzynski
d788b6b5ac
doc/dev/crimson: exemplify errorator usage in error-handling.rst
...
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2020-12-14 16:28:01 +01:00
Kefu Chai
219c8d177b
doc/dev/crimson: add error-handling.rst
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2020-12-14 16:28:01 +01:00
Kefu Chai
c7da693961
doc/crimson/poseidonstore: reformat
...
to render it as expected
Signed-off-by: Kefu Chai <kchai@redhat.com>
2020-10-07 12:54:42 +08:00
Kefu Chai
2263511c93
doc: move dev/crimson.rst into dev/crimson/
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2020-10-07 12:54:42 +08:00
myoungwon oh
9261c747f0
doc: introduce Poseidon store
...
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
Signed-off-by: Jiwoong Park <jw12.park@samsung.com>
Signed-off-by: Kyuho Son <kyuho.son@samsung.com>
Signed-off-by: Sungkyu Park <sk921.park@samsung.com>
2020-10-06 16:22:53 +09:00