Project

General

Profile

Actions

Bug #19234

open

All runs have "Failed to get wwn devices! Using /dev/sd* devices..."

Added by John Spray about 7 years ago.

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

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

The code is passing a wwn-* wildcard inside a string to remote.run. It's never going to get expanded so this always fails: the wwn code is effectively dead as a result.

It's from this pretty ancient commit:

commit 8f720454cbb536ac6f410fb6c18b2b0945b70160
Author: Sam Lang <sam.lang@inktank.com>
Date:   Tue Jan 22 20:27:41 2013 -0600

    Assign devices to osds using the device wwn

    Linux doesn't guarantee device names (/dev/sdb, etc.)
    are always mapped to the same disk.  Instead of assigning
    nominal devices to osds, we map devices by their wwn
    (/dev/disk/by-id/wwn-*) to an osd (both data and journal).

    Signed-off-by: Sam Lang <sam.lang@inktank.com>
    Reviewed-by: Josh Durgin <josh.durgin@inktank.com>

No data to display

Actions

Also available in: Atom PDF