I am trying to configure ceph for the first time manually. I followed the instructions and at this point I have only ceph-mon and ceph-mgr installed. Here is my ceph status: root@ceph-n1:~# ceph status
cluster: id: a93114e4-b0af-4b56-b019-0900310a14f8 health: HEALTH_WARN OSD count 0 < osd_pool_default_size 3
services: mon: 1 daemons, quorum mon-n1 (age 10m)
* mgr: mgr-n1(active, since 9m)* osd: 0 osds: 0 up, 0 in
data: pools: 0 pools, 0 pgs objects: 0 objects, 0 B usage: 0 B used, 0 B / 0 B avail pgs:
For a reason that I do not understand I am getting this message in syslog every second: *Sep 05 21:05:18 ceph-n1 ceph-mon[1089]: 2024-09-05T21:05:18.636+0000
7ffae4fa6640 -1 mon.mon-n1@0(leader) e2 get_authorizer failed to build mgr service session_auth_info (22) Invalid argument*
I don't know if this is something about caps and at this point I have no idea what this problem is. -- Ventura