Project

General

Profile

Bug #10148

Giant/Wheezy SysV: /etc/init.d/ceph -a start shifts crushmap to executing host

Added by Andrey Korolyov over 9 years ago. Updated almost 6 years ago.

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

0%

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

Description

Got:

root@twin3:~# /etc/init.d/ceph -a start
=== mon.0 ===
Starting Ceph mon.0 on twin0...
=== mon.1 ===
Starting Ceph mon.1 on twin3...
=== osd.0 ===
create-or-move updating item name 'osd.0' weight 3.4 at location {host=twin3,root=default} to crush map
Starting Ceph osd.0 on twin3...
starting osd.0 at :/0 osd_data /var/lib/ceph/osd/0 /var/lib/ceph/osd/0/journal
=== osd.1 ===
df: `/var/lib/ceph/osd/1/.': No such file or directory
df: no file systems processed
create-or-move updated item name 'osd.1' weight 1 at location {host=twin3,root=default} to crush map <--- Wrong!
Starting Ceph osd.1 on twin0...
starting osd.1 at :/0 osd_data /var/lib/ceph/osd/1 /var/lib/ceph/osd/1/journal

Expected:

root@twin3:~# /etc/init.d/ceph -a start
=== mon.0 ===
Starting Ceph mon.0 on twin0...
=== mon.1 ===
Starting Ceph mon.1 on twin3...
=== osd.0 ===
create-or-move updating item name 'osd.0' weight 3.4 at location {host=twin3,root=default} to crush map
Starting Ceph osd.0 on twin3...
starting osd.0 at :/0 osd_data /var/lib/ceph/osd/0 /var/lib/ceph/osd/0/journal
=== osd.1 ===
df: `/var/lib/ceph/osd/1/.': No such file or directory
df: no file systems processed
create-or-move updated item name 'osd.1' weight 1 at location {host=twin0,root=default} to crush map
Starting Ceph osd.1 on twin0...
starting osd.1 at :/0 osd_data /var/lib/ceph/osd/1 /var/lib/ceph/osd/1/journal

Data placement going bad immediately.

History

#1 Updated by Andrey Korolyov over 9 years ago

Duplicate of #9407

#2 Updated by Sage Weil almost 6 years ago

  • Status changed from New to Rejected

Also available in: Atom PDF