Hi, I am using ceph-deploy to deploy my cluster. Whenever I try to add more than one osd in a node, except the first osd, all the other osds get a weight of 0, and they are in a state of down and out. So, if I have three nodes in my cluster, I can successfully add 1 node each in the three nodes, but the moment I try to add a second node in any of the nodes, it gets a weight of 0 and goes down and out. The capacity of all the disks is same. cephdeploy at node-1:~/cluster> ceph osd tree # id weight type name up/down reweight -1 1.82 root default -2 1.82 host node-1 0 1.82 osd.0 up 1 1 0 osd.1 down 0 There is no error as such after I run ceph-deploy activate command. Has anyone seen this issue before ? Kind Regards, Kapil.