Re: How to remove ceph-mgr from a node

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I am trying to resolve some kind of inconsistency.

My ceph -s:
  services:
    mon: 1 daemons, quorum cephback2 (age 22h)
    mgr: cephback2(active, since 28m), standbys: cephback1
    osd: 6 osds: 6 up (since 22h), 6 in (since 24h); 125 remapped pgs

But when I do

ceph mgr module enable dashboard

It starts ceph-mgr listening on port 8443 in cephback1, instead of cephback2

See:
root@cephback1:/etc/ceph# lsof -i -P -n|grep ceph-mgr|grep LISTEN
ceph-mgr  6832            ceph   27u  IPv6  54536      0t0  TCP *:8443 (LISTEN)

root@cephback2:/etc/ceph# lsof -i -P -n|grep ceph-mgr|grep LISTEN
ceph-mgr  78871            ceph   25u  IPv4 939321      0t0  TCP *:6812 (LISTEN)
ceph-mgr  78871            ceph   26u  IPv4 939335      0t0  TCP *:6813 (LISTEN)

Shouldnt ceph-mgr, listening on port 8443, be started at cephback2,
the active one?

Output of 'ceph mgr services'
root@cephback1:/etc/ceph# ceph mgr services
{
    "dashboard": "https://cephback2.xxx.xx:8443/";
}

If I try to access https://cephback1.xxx.xx:8443, it redirect the browser to
https://cephback2.xxx.xx:8443, what, obviously doesnt work.

Seems like there is some kind of inconsistency between the active
ceph-mgr node and where the dashboard is to be started...

On Wed, Jun 5, 2019 at 11:47 AM Marc Roos <M.Roos@xxxxxxxxxxxxxxxxx> wrote:
>
>
> What is wrong with?
>
> service ceph-mgr@c stop
> systemctl disable ceph-mgr@c
>
>
> -----Original Message-----
> From: Vandeir Eduardo [mailto:vandeir.eduardo@xxxxxxxxx]
> Sent: woensdag 5 juni 2019 16:44
> To: ceph-users
> Subject:  How to remove ceph-mgr from a node
>
> Hi guys,
>
> sorry, but I'm not finding in documentation how to remove ceph-mgr from
> a node. Is it possible?
>
> Thanks.
> _______________________________________________
> ceph-users mailing list
> ceph-users@xxxxxxxxxxxxxx
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
>
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com



[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux