[ceph-users] Re: Can't join new mon - lossy channel, failing

2021-10-04 Thread Vladimir Bashkirtsev
This line bothers me: [v2:10.40.0.81:6898/2507925,v1:10.40.0.81:6899/2507925] conn(0x560287e4 0x560287e56000 crc :-1 s=READY pgs=16872 cs=0 l=1 rev1=1 rx=0 tx=0).handle_read_frame_preamble_main read frame preamble failed r=-1 ((1) Operation not permitted) May be it is good idea to run mon

[ceph-users] Re: Can't join new mon - lossy channel, failing

2021-10-04 Thread Vladimir Bashkirtsev
I guess: strace ceph-mon -d --id mon2 --setuser ceph --setgroup ceph should do. Try -f instead of -d if you are overwhelmed with output to get mon debug output to log file. Regards, Vladimir On 5/10/21 01:27, Konstantin Shalygin wrote: On 4 Oct 2021, at 17:07, Vladimir Bashkirtsev