Hi, I am following the manual creation method with 0.8.6 on CentOS7. When I start mon.node1, I only have one pool created. No data, metadata pools. Any suggestions? Steps: ceph-authtool --create-keyring /tmp/ceph.mon.keyring --gen-key -n mon. --cap mon 'allow *' ceph-authtool --create-keyring /etc/ceph/ceph.client.admin.keyring \ --gen-key -n client.admin --set-uid=0 --cap mon 'allow *' --cap osd allow ceph-authtool /tmp/ceph.mon.keyring --import-keyring /etc/ceph/ceph.client.admin.keyring monmaptool --create --add node1 192.168.122.111 --fsid a7190f44-d739-4c2d-ad20-b7ade32921c9 /tmp/monmap mkdir /var/lib/ceph/mon/ceph-node1 ceph-mon --mkfs -i node1 --monmap /tmp/monmap --keyring /tmp/ceph.mon.keyring [root@node1 ~]# ceph osd lspools 0 rbd, [root@node1 ~]# ceph -s cluster a7190f44-d739-4c2d-ad20-b7ade32921c9 health HEALTH_ERR 64 pgs stuck inactive; 64 pgs stuck unclean; no osds monmap e1: 1 mons at {node1=192.168.122.111:6789/0}, election epoch 2, quorum 0 node1 osdmap e1: 0 osds: 0 up, 0 in pgmap v2: 64 pgs, 1 pools, 0 bytes data, 0 objects 0 kB used, 0 kB / 0 kB avail 64 creating [global] fsid = a7190f44-d739-4c2d-ad20-b7ade32921c9 mon initial members = node1 mon host = 192.168.122.111 public network = 192.168.122.0/24 cluster network = 10.10.122.0/24 auth cluster required = cephx auth service required = cephx auth client required = cephx osd journal size = 1024 filestore xattr use omap = true osd pool default size = 2 osd pool default min size = 1 osd pool default pg num = 333 osd pool default pgp num = 333 osd crush chooseleaf type = 1 [mon.node1] host = node1 mon address = 192.168.122.111 _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com