Project

General

Profile

Actions

Bug #21671

open

handle daemon format a-s with hypens,

Added by Vasu Kulkarni over 6 years ago. Updated over 6 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

we can't run multiple mds or mon on same host, so we should just ignore hypen and warn user to fix the config

for pr: https://github.com/ceph/teuthology/pull/934

http://qa-proxy.ceph.com/teuthology/vasu-2017-10-03_18:00:35-smoke-luminous-distro-basic-ovh/1699376/teuthology.log


2017-10-03T18:27:36.937 INFO:teuthology.orchestra.run.ovh003:Running: 'ps -ef | grep "ceph-mds.*--id a" | grep -v grep | awk {\'print $2\'}'
2017-10-03T18:27:37.090 INFO:tasks.ceph.mds.a:starting a non-running daemon
2017-10-03T18:27:37.091 INFO:teuthology.orchestra.run.ovh003:Running: 'sudo systemctl start ceph-mds@a'
2017-10-03T18:27:37.262 INFO:tasks.ceph.mds.a-s:Restarting daemon using systemd
2017-10-03T18:27:37.262 INFO:teuthology.orchestra.run.ovh005:Running: 'ps -ef | grep "ceph-mds.*--id a-s" | grep -v grep | awk {\'print $2\'}'
2017-10-03T18:27:37.379 INFO:tasks.ceph.mds.a-s:starting a non-running daemon
2017-10-03T18:27:37.380 INFO:teuthology.orchestra.run.ovh005:Running: 'sudo systemctl start ceph-mds@a-s'
2017-10-03T18:27:37.548 INFO:teuthology.orchestra.run.ovh003:Running: 'sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json'
2017-10-03T18:27:37.938 INFO:teuthology.orchestra.run.ovh003.stdout:

Actions #1

Updated by Vasu Kulkarni over 6 years ago

same when we overload mon, this will be a non issue for ceph-ansible tests

2017-10-03T18:27:07.783 INFO:teuthology.orchestra.run.ovh005:Running: 'ps -ef | grep "ceph-mon.*--id b" | grep -v grep | awk {\'print $2\'}'
2017-10-03T18:27:07.956 INFO:tasks.ceph.mon.b:starting a non-running daemon
2017-10-03T18:27:07.956 INFO:teuthology.orchestra.run.ovh005:Running: 'sudo systemctl start ceph-mon@b'
2017-10-03T18:27:08.157 INFO:tasks.ceph.mon.c:Restarting daemon using systemd
2017-10-03T18:27:08.157 INFO:teuthology.orchestra.run.ovh005:Running: 'ps -ef | grep "ceph-mon.*--id c" | grep -v grep | awk {\'print $2\'}'
2017-10-03T18:27:08.328 INFO:tasks.ceph.mon.c:starting a non-running daemon

Actions

Also available in: Atom PDF