Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/cephPublic

ceph: fix a small error in the ceph command help#66666

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
phlogistonjohn wants to merge1 commit intoceph:main
base:main
Choose a base branch
Loading
fromphlogistonjohn:jjm-typo-fix

Conversation

@phlogistonjohn
Copy link
Contributor

Before:

  --cluster CLUSTER     cluster name  --admin-daemon ADMIN_SOCKET                        submit admin-socket command (e.g. "help" fora list of                        available commands)  -s, --status          show cluster status

^ 'fora list' is probably not intentional.

Due to the way the strings were concatenated in the python sources the words 'for' and 'a' lacked a space between them. Add a space before 'a' and fix the help output.

Contribution Guidelines

  • To sign and title your commits, please refer toSubmitting Patches to Ceph.

  • If you are submitting a fix for a stable branch (e.g. "quincy"), please refer toSubmitting Patches to Ceph - Backports for the proper workflow.

  • When filling out the below checklist, you may click boxes directly in the GitHub web UI. When entering or editing the entire PR message in the GitHub web UI editor, you may also select a checklist item by adding anx between the brackets:[x]. Spaces and capitalization matter when checking off items this way.

Checklist

  • Tracker (select at least one)
    • References tracker ticket
    • Very recent bug; references commit where it was introduced
    • New feature (ticket optional)
    • Doc update (no ticket needed)
    • Code cleanup (no ticket needed)
  • Component impact
    • AffectsDashboard, opened tracker ticket
    • AffectsOrchestrator, opened tracker ticket
    • No impact that needs to be tracked
  • Documentation (select at least one)
    • Updates relevant documentation
    • No doc update is appropriate
  • Tests (select at least one)
Show available Jenkins commands

You must only issue one Jenkins command per-comment. Jenkins does not understand
comments with more than one command.

Before:```  --cluster CLUSTER     cluster name  --admin-daemon ADMIN_SOCKET                        submit admin-socket command (e.g. "help" fora list of                        available commands)  -s, --status          show cluster status```^ 'fora list' is probably not intentional.Due to the way the strings were concatenated in the python sources thewords 'for' and 'a' lacked a space between them. Add a space before'a' and fix the help output.Signed-off-by: John Mulligan <jmulligan@redhat.com>
@phlogistonjohnphlogistonjohn requested a review froma team as acode ownerDecember 17, 2025 15:56
@phlogistonjohnphlogistonjohn requested review fromanthonyeleven and removed request fora teamDecember 17, 2025 15:57
@phlogistonjohn
Copy link
ContributorAuthor

/jenkins test make check

@phlogistonjohn
Copy link
ContributorAuthor

jenkins test make check

@phlogistonjohn
Copy link
ContributorAuthor

jenkins test make check

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@batrickbatrickbatrick approved these changes

@anthonyelevenanthonyelevenanthonyeleven approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@phlogistonjohn@batrick@anthonyeleven

[8]ページ先頭

©2009-2025 Movatter.jp