Project

General

Profile

Actions

Bug #54100

open

Updated the wrong device names in the logs

Added by Srinivasa Bharath Kanta over 2 years ago.

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

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
2 - major
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

During the installation of crimson build noticed that the wrong device names are updated in the logs-

Error snippet:-

[ubuntu@depressa012 examples]$ kubectl -n rook-ceph logs rook-ceph-osd-prepare-minikube-w9mvg
...................
.....................
2022-02-01 09:46:45.881647 I | cephosd: skipping device "vda1" because it contains a filesystem "ext4"
2022-02-01 09:46:45.881677 I | cephosd: skipping device "vdb" because it contains a filesystem "LVM2_member"
2022-02-01 09:46:45.881720 I | cephosd: skipping device "vdc" because it contains a filesystem "LVM2_member"
2022-02-01 09:46:45.881744 I | cephosd: skipping device "vdd" because it contains a filesystem "LVM2_member"
2022-02-01 09:46:45.886539 I | cephosd: configuring osd devices: {"Entries":{}}
..................
........................

Device names in the node:
-------------------------

[root@depressa012 examples]# fdisk -l /dev/sda
Disk /dev/sda: 447.1 GiB, 480103981056 bytes, 937703088 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0xb20d7e78

Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 937702911 937700864 447.1G 83 Linux
[root@depressa012 examples]# fdisk -l /dev/sdb
Disk /dev/sdb: 7 TiB, 7681501126656 bytes, 15002931888 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
[root@depressa012 examples]#

[root@depressa012 examples]# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 447.1G 0 disk
└─sda1 8:1 0 447.1G 0 part /
sdb 8:16 0 7T 0 disk
sdc 8:32 0 7T 0 disk
sdd 8:48 0 7T 0 disk
nvme0n1 259:0 0 349.3G 0 disk
nvme1n1 259:1 0 349.3G 0 disk
[root@depressa012 examples]#

Crimson image build:
--------------------
quay.ceph.io/ceph-ci/ceph:29e1fc1722aa5915b44828a5ad02ec45ce760aa3-crimson


Files

crimson-log (16.6 KB) crimson-log Srinivasa Bharath Kanta, 02/01/2022 12:05 PM

No data to display

Actions

Also available in: Atom PDF