Project

General

Profile

Actions

Bug #39006

closed

ceph tell osd.xx bench help : gives wrong help

Added by Марк Коренберг about 5 years ago. Updated almost 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
% Done:

0%

Source:
Community (dev)
Tags:
Backport:
nautilus,mimic,luminous
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
OSD
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

```
$ ceph tell osd.11 bench help
help not valid: help doesn't represent an int
Invalid command: unused arguments: [u'help']
bench {<int>} {<int>} {<int>} {<int>} : OSD benchmark: write <count> <size>-byte objects, (default 1G size 4MB). Results in log.
Error EINVAL: invalid command
```

On the left side it says about 4 integers, and in the description part only two of them.


Related issues 3 (0 open3 closed)

Copied to RADOS - Backport #39373: luminous: ceph tell osd.xx bench help : gives wrong helpResolvedNathan CutlerActions
Copied to RADOS - Backport #39374: mimic: ceph tell osd.xx bench help : gives wrong helpResolvedPrashant DActions
Copied to RADOS - Backport #39375: nautilus: ceph tell osd.xx bench help : gives wrong helpResolvedPrashant DActions
Actions #1

Updated by Марк Коренберг about 5 years ago

moreover, it says that first number is a count of block, but actually it is the count of bytes for whole operation:

```
$ ceph tell osd.11 bench 1000 4096 {
"bytes_written": 1000,
"blocksize": 4096,
"elapsed_sec": 0.000153,
"bytes_per_sec": 6548917.136551,
"iops": 1598.856723
}

```

Actions #2

Updated by Patrick Donnelly about 5 years ago

  • Project changed from Ceph to RADOS
  • Category deleted (OSD)
  • Target version changed from v13.2.5 to v15.0.0
  • Start date deleted (03/28/2019)
  • Backport set to nautilus,mimic,luminous
  • Component(RADOS) OSD added
Actions #3

Updated by Neha Ojha about 5 years ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 27600
Actions #4

Updated by Neha Ojha about 5 years ago

  • Status changed from Fix Under Review to Pending Backport
Actions #5

Updated by Nathan Cutler about 5 years ago

  • Copied to Backport #39373: luminous: ceph tell osd.xx bench help : gives wrong help added
Actions #6

Updated by Nathan Cutler about 5 years ago

  • Copied to Backport #39374: mimic: ceph tell osd.xx bench help : gives wrong help added
Actions #7

Updated by Nathan Cutler about 5 years ago

  • Copied to Backport #39375: nautilus: ceph tell osd.xx bench help : gives wrong help added
Actions #8

Updated by Nathan Cutler almost 5 years ago

  • Status changed from Pending Backport to Resolved
Actions

Also available in: Atom PDF