Bug 2136031 - cephfs-top -d <seconds> not working as expected
Summary: cephfs-top -d <seconds> not working as expected
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: CephFS
Version: 6.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: 6.1
Assignee: Neeraj Pratap Singh
QA Contact: Hemanth Kumar
Akash Raj
URL:
Whiteboard:
Depends On:
Blocks: 2192813
TreeView+ depends on / blocked
 
Reported: 2022-10-19 07:02 UTC by julpark
Modified: 2023-06-15 09:16 UTC (History)
8 users (show)

Fixed In Version: ceph-17.2.6-13.el9cp
Doc Type: Bug Fix
Doc Text:
.`cephfs-top -d [--delay]` option accepts only integer values ranging between 1 to 25 Previously, `cephfs-top -d [--delay]` option would not work properly, due to the addition of a few new curses methods. The new curses method would accept only integer values, due to which an exception was thrown on getting the float values from a helper function. With this fix, `cephfs-top -d [--delay]` option accepts only integer values ranging between 1 and 25, and `cephfs-top` utility works as expected.
Clone Of:
Environment:
Last Closed: 2023-06-15 09:15:43 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Ceph Project Bug Tracker 59188 0 None None None 2023-03-28 08:25:52 UTC
Red Hat Issue Tracker RHCEPH-5668 0 None None None 2022-11-22 05:52:23 UTC
Red Hat Product Errata RHSA-2023:3623 0 None None None 2023-06-15 09:16:48 UTC

Description julpark 2022-10-19 07:02:53 UTC
Description of problem:

cephfs-top -d <seconds> not working as expected

Version-Release number of selected component (if applicable):

ceph version 17.2.3-49.el9cp

How reproducible:

cephfs-top -d

Steps to Reproduce:
1.Enable cephfs-top
2.cephfs-top -d 1
3.

Actual results:

[root@ceph-julpark-59d1ae-node7 cephuser]# cephfs-top -d 10
exception: integer argument expected, got float
[root@ceph-julpark-59d1ae-node7 cephuser]# cephfs-top -d 1
exception: integer argument expected, got float

Expected results:

should be working for integers

Additional info:

Comment 21 errata-xmlrpc 2023-06-15 09:15:43 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: Red Hat Ceph Storage 6.1 security and bug fix update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2023:3623


Note You need to log in before you can comment on or make changes to this bug.