rgw/cls: fix usage log issues caused by incorrect form of name-by-user keys
Reviewed-by: Yixin Jin <yjin@akamai.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Replace reference to centos_7.0 and ubuntu_16.04 with
rocky_10.0 and ubuntu_24.04 as an example.
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
Directory structure does not corresponds to the explanation below
the example.
Fixes: c80d5d47b3
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
Remove bash "$" prompts from a block that should be command output by
changing from promptified block to simple preformatted block.
Use privileged bash prompt consistently for commands requiring
privileges.
Use :ref: instead of link definitions + external relative links to other
docs content.
Add labels for those links in configuration/ceph-conf.rst
operations/monitoring-osd-pg.rst.
Use semantically correct preformatted block types (json and not
javascript / none and not bash).
Remove spaces at end of lines. Change tabs to spaces (retaining columns
but some seem to be jumbled).
Add space between numbers and units.
Change few double spaces after full stop to single space.
Indent more clearly complex multi-line CLI commands.
Use title case consistently for section titles.
Use admonition instead of spelling out "Note:".
Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
Use privileged prompt for CLI command.
Use title case consistently for section titles.
Fix a typo that caused RST syntax rendered as-is.
Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
This commit adds documentation on how to create, get, modify, and delete accounts using Admin APIs. It also explains how to set quota for an account and how to create a user under an account
Signed-off-by: Nicholas Liu <nliu204@bloomberg.net>
All of Crimson's documentation was included under `doc/dev`.
As we gradually lean towards a more user facing documentation such as
deployment, usage, Packaging and so on -- we should have a separated guide with
non dev related docs.
Developer docs would remain under dev/crimson/
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
Originally this list was sorted by first name, overtime new members were added at the bottom. Resorting them again by first name
Signed-off-by: Joseph Mundackal <jmundackal@bloomberg.net>
Fix 2 Sphinx warnings about problematic syntax in troubleshooting.rst:
add empty lines between paragraphs.
In fs-volumes.rst:
Fix 1 Sphinx warning about problematic syntax:
Fix indentation and change to ordered list instead of manually
hardcoding item numbers.
Use privileged bash prompt consistently for privileged commands.
Use the "[...] run a command of the following form:" for CLI examples
with placeholders.
Fix accidental emphasis on a list item by adding empty lines around
sub-list.
Use title case in section titles and trim overly long underline.
Capitalize UID, GID, Unicode, Ceph in text.
Use double backticks consistently for command line switches, data, etc.
Start with capital case and end in full stop if full sentence.
Linkify mention of quiesce dev doc and add a label for it in
doc/dev/mds_internals/quiesce.rst.
Other very minor changes like typo, remove space at end of line.
Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
Signed-off-by: Gabriel BenHanokh <gbenhano@redhat.com>
rgw/dedup: Change throttle code to work lock free and remove the atomic
from the timestamp
Signed-off-by: Gabriel BenHanokh <gbenhano@redhat.com>
The dashboard module fails to start when configured with ECDSA/EC
private keys due to pyOpenSSL limitations ("key type unsupported").
Add a note to the SSL/TLS documentation advising users to use
RSA keys until ECDSA is supported.
References: https://tracker.ceph.com/issues/73324
Signed-off-by: Martin Koch <koch@synyx.de>
AWS supports various glacier conf options such as Standard, Expetided
to restore object with in a time period. Theses options may not be supported in
other S3 servers. So introducing option NoTier, so other vendors can be supported.
Signed-off-by: Jiffin Tony Thottan <thottanjiffin@gmail.com>
mgr/cephadm: Cephadm support for NFS-Ganesha TLS configuration
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
Reviewed-by: Redouane Kachach <rkachach@ibm.com>
Fix two Sphinx warnings about :ref: links in troubleshooting.rst to
undefined labels.
Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
Don't use space in "subdirectory" or "kick-start".
Change command syntax introduction text to the common "To ..., run a
command of the following form:" when the syntax has placeholders.
Use double backticks consistently (same as sections in the beginning)
for CLI commands, parameters etc.
Linkify "cluster health warnings" to the CephFS health warnings doc.
Use admonition and fix a typo in article.
Use title case for section titles and trim overly long underline.
Minor improvements to language.
Don't use unordered lists in two cases when there's no real need,
especially when there is only a single item in the latter case.
Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
Fix Sphinx warning about missing empty line after a label in
cephfs/ceph-dokan.rst.
Fix Sphinx error about invalid indentation in releases/squid.rst.
Fix Sphinx warning about invalid bash prompt block in
dev/crimson/crimson.rst.
Also fix warnings about too short section title text underline and fix
an incorrect link name (and use "above" instead of "below").
Fix Sphinx warning about missing strong emphasis closure, put the
problematic star inside inline preformatted/code in dev/blkin.rst.
Fix Sphinx warning about explicit markup, add the required empty line in
cephfs/mds-config-ref.rst.
Fix Sphinx error about invalid table in radosgw/s3/bucketops.rst.
Use the label at the beginning of the document in cephfs/ceph-dokan.rst
for hyperlinking with :ref: instead of using "external links" feature
from cephfs/createfs.rst cephfs/mount-prerequisites.rst
install/windows-install.rst.
Also use existing label in cephfs/mount-using-kernel-driver.rst
similarly from cephfs/createfs.rst cephfs/mount-prerequisites.rst.
Also use existing label in man/8/cephfs-shell.rst similarly from
cephfs/index.rst.
Add a label in cephfs/mount-using-fuse.rst and use it from
cephfs/createfs.rst cephfs/mount-prerequisites.rst.
Remove space at the end of line in cephfs/createfs.rst
cephfs/mount-prerequisites.rst cephfs/mount-using-fuse.rst
cephfs/cephfs-fuse.rst cephfs/index.rst.
Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>