Project

General

Profile

Actions

Bug #5248

closed

upstart: ceph-all job is starting too soon

Added by Alexandre Marangone almost 11 years ago. Updated almost 11 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Category:
-
Target version:
-
% Done:

0%

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

Description

The current ceph-all job specifies the following:
start on (local-filesystems and net-device-up IFACE!=lo)

This can be problematic when the NIC used by a mon doesn't have its driver in the kernel (e.g. mellanox). The nics on the motherboard will be loaded, the job will start, but the NIC that the monitor uses won't be loaded causing the ceph-mon job to fail.

I propose to delay the the start of ceph-all to:
start on runlevel [2345]

Actions

Also available in: Atom PDF