1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| [root@ceph-node1 ~]# /usr/bin/ceph-mon -f --cluster ceph --id ceph-node1 --setuser ceph --setgroup ceph starting mon.ceph-node1 rank 0 at 192.168.1.128:6789/0 mon_data /var/lib/ceph/mon/ceph-ceph-node1 fsid ecc704c4-0f19-4ab1-9738-6a2658fa2387 mon/AuthMonitor.cc: In function 'virtual void AuthMonitor::update_from_paxos(bool*)' thread 7f18f9e58780 time 2021-08-10 09:22:50.632707 mon/AuthMonitor.cc: 163: FAILED assert(ret == 0) ceph version 10.2.11 (e4b061b47f07f583c92a050d9e84b1813a35671e) 1: (ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x85) [0x55fedf0f6fe5] 2: (AuthMonitor::update_from_paxos(bool*)+0x1953) [0x55fedee20073] 3: (PaxosService::refresh(bool*)+0x1a5) [0x55feded30735] 4: (Monitor::refresh_from_paxos(bool*)+0x15b) [0x55fedecc743b] 5: (Monitor::init_paxos()+0x95) [0x55fedecc78d5] 6: (Monitor::preinit()+0x949) [0x55fedecda489] 7: (main()+0x242d) [0x55fedec1a24d] 8: (__libc_start_main()+0xf5) [0x7f18f7039555] 9: (()+0x2df77f) [0x55fedecb877f] NOTE: a copy of the executable, or `objdump -rdS <executable>` is needed to interpret this. 2021-08-10 09:22:50.634298 7f18f9e58780 -1 mon/AuthMonitor.cc: In function 'virtual void AuthMonitor::update_from_paxos(bool*)' thread 7f18f9e58780 time 2021-08-10 09:22:50.632707 mon/AuthMonitor.cc: 163: FAILED assert(ret == 0)
|