seems like it did, yet I don't see anything listening on the port it should
be for dashboard.
# ceph mgr module ls
{
"enabled_modules": [
"dashboard",
"status"
],
# ceph status
cluster:
id: d36fd17c-174e-40d6-95b9-86bdd196b7d2
health: HEALTH_OK
services:
mon: 3 daemons, quorum cephmgr101,cephmgr102,cephmgr103
mgr: cephmgr103(active), standbys: cephmgr102, cephmgr101
mds: cephfs-1/1/1 up {0=cephmgr103=up:active}, 2 up:standby
osd: 3 osds: 3 up, 3 in
data:
pools: 3 pools, 192 pgs
objects: 2.02 k objects, 41 MiB
usage: 6.5 GiB used, 86 GiB / 93 GiB avail
pgs: 192 active+clean
# netstat -tlpn | grep ceph
tcp 0 0 172.20.3.23:6789 0.0.0.0:*
LISTEN 8422/ceph-mon
tcp 0 0 172.20.3.23:6800 0.0.0.0:*
LISTEN 21250/ceph-mds
tcp 0 0 172.20.3.23:6801 0.0.0.0:*
LISTEN 16562/ceph-mgr
On Mon, Oct 8, 2018 at 2:48 AM John Spray <[email protected]> wrote:
> Assuming that ansible is correctly running "ceph mgr module enable
> dashboard", then the next place to look is in "ceph status" (any
> errors?) and "ceph mgr module ls" (any reports of the module unable to
> run?)
>
> John
> On Sat, Oct 6, 2018 at 1:53 AM solarflow99 <[email protected]> wrote:
> >
> > I enabled the dashboard module in ansible but I don't see ceph-mgr
> listening on a port for it. Is there something else I missed?
> >
> > _______________________________________________
> > ceph-users mailing list
> > [email protected]
> > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com