Project

General

Profile

Bug #46037

ceph orch command hangs forever when trying to add osd

Added by Deepika Upadhyay almost 4 years ago. Updated over 3 years ago.

Status:
Can't reproduce
Priority:
Normal
Assignee:
-
Category:
cephadm
Target version:
-
% Done:

0%

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

Description

after bootstrapping the cephadm cluster when we login to ceph shell,

[ceph: root@vossi04 /]# ceph orch host ls
HOST     ADDR     LABELS  STATUS  
vossi04  vossi04      

While trying to add osd to cluster using shell, the operation hangs forever

command used:

[ceph: root@vossi04 /]# ceph orch daemon add osd vossi04:/dev/sda

after Ctrl+C interrupt, any other ceph orch command behaves the same( hangs forever )


Related issues

Related to Orchestrator - Bug #46813: `ceph orch * --refresh` is broken Resolved

History

#1 Updated by Sebastian Wagner almost 4 years ago

`daemon add` violates https://docs.ceph.com/docs/master/dev/cephadm/#note-regarding-network-calls-from-cli-handlers . There is no way you can terminate this and make the MGR responsive again. Well, except for

ceph mgr fail

See https://github.com/ceph/ceph/pull/35064

#2 Updated by Sebastian Wagner over 3 years ago

  • Related to Bug #46813: `ceph orch * --refresh` is broken added

#3 Updated by Sebastian Wagner over 3 years ago

  • Status changed from New to Can't reproduce

please reopen, if still reproducible

Also available in: Atom PDF