[ceph-users] Unable to join additional mon servers (luminous)

2018-01-11 Thread Thomas Gebhardt
Hello, I'm running a ceph-12.2.2 cluster on debian/stretch with three mon servers, unsuccessfully trying to add another (or two additional) mon servers. While the new mon server keeps in state "synchronizing", the old mon servers get out of quorum, endlessly changing state from "peon" to "electing

Re: [ceph-users] osd heartbeat protocol issue on upgrade v12.1.0 ->v12.2.0

2017-09-01 Thread Thomas Gebhardt
Hello, thank you very much for the hint, you are right! Kind regards, Thomas Marc Roos schrieb am 30.08.2017 um 14:26: > > I had this also once. If you update all nodes and then systemctl restart > 'ceph-osd@*' on all nodes, you should be fine. But first the monitors of > course

[ceph-users] osd heartbeat protocol issue on upgrade v12.1.0 ->v12.2.0

2017-08-30 Thread Thomas Gebhardt
Hello, when I upgraded (yet a single osd node) from v12.1.0 -> v12.2.0 its osds start flapping and finally got all marked as down. As far as I can see, this is due to an incompatibility of the osd heartbeat protocol between the two versions: v12.2.0 node: 7f4f7b6e6700 -1 osd.X 3879 heartbeat_che

Re: [ceph-users] MON daemons fail after creating bluestore osd with block.db partition (luminous 12.1.0-1~bpo90+1 )

2017-07-09 Thread Thomas Gebhardt
Hello, Thomas Gebhardt schrieb am 07.07.2017 um 17:21: > ( e.g., > ceph-deploy osd create --bluestore --block-db=/dev/nvme0bnp1 node1:/dev/sdi > ) just noticed that there was typo in the block-db device name (/dev/nvme0bnp1 -> /dev/nvme0n1p1). After fixing that misspelling my coo

[ceph-users] MON daemons fail after creating bluestore osd with block.db partition (luminous 12.1.0-1~bpo90+1 )

2017-07-07 Thread Thomas Gebhardt
Hello, just testing the latest luminous rc packages on debian stretch with bluestore OSDs. OSDs without a separate block.db partition do fine. But when I try to create an OSD with a separate block.db partition: ( e.g., ceph-deploy osd create --bluestore --block-db=/dev/nvme0bnp1 node1:/dev/sdi