Project

General

Profile

Actions

Bug #57271

closed

Log message is little confusing

Added by Vikhyat Umrao over 1 year ago. Updated 6 months ago.

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

0%

Source:
Tags:
backport_processed
Backport:
pacific, quincy
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

2022-08-23T08:31:12.523+0000 7f1c70a5e200  1 bdev(0x55a800411000 /var/lib/ceph/osd/ceph-252//block) open size 1999839952896 (0x1d19fc00000, 1.8 TiB) block_size 4096 (4 KiB) rotational discard not supported

It is coming from:

dout(1) << __func__
      << " size " << size
      << " (0x" << std::hex << size << std::dec << ", " 
      << byte_u_t(size) << ")" 
      << " block_size " << block_size
      << " (" << byte_u_t(block_size) << ")" 
      << " " << (rotational ? "rotational" : "non-rotational")
      << " discard " << (support_discard ? "supported" : "not supported")
      << dendl;

Related issues 2 (0 open2 closed)

Copied to bluestore - Backport #57603: pacific: Log message is little confusingResolvedIgor FedotovActions
Copied to bluestore - Backport #57604: quincy: Log message is little confusingResolvedIgor FedotovActions
Actions #1

Updated by Vikhyat Umrao over 1 year ago

It should be something like:

rotational device, discard not supported
Actions #2

Updated by Vikhyat Umrao over 1 year ago

  • Status changed from New to Fix Under Review
  • Assignee set to Vikhyat Umrao
  • Pull request ID set to 47774
Actions #4

Updated by Vikhyat Umrao over 1 year ago

  • Status changed from Fix Under Review to Pending Backport
  • Backport set to pacific, quincy
Actions #5

Updated by Backport Bot over 1 year ago

  • Copied to Backport #57603: pacific: Log message is little confusing added
Actions #6

Updated by Backport Bot over 1 year ago

Actions #7

Updated by Backport Bot over 1 year ago

  • Tags set to backport_processed
Actions #8

Updated by Igor Fedotov 6 months ago

  • Status changed from Pending Backport to Resolved
Actions

Also available in: Atom PDF