Re: [ceph-users] no osds in jewel

2016-06-07 Thread Jaemyoun Lee
Thanks for the feedback. I removed "ceph-deploy mon create + ceph-deploy gatherkeys." And my system disk is sde. As your opinion, the disk cannot be umounted when purgedata was run. Is it bug on Ubuntu 16.04? *$ ssh csAnt lsblk* NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:00 3.7

Re: [ceph-users] no osds in jewel

2016-06-06 Thread LOPEZ Jean-Charles
Hi, first I’f have one remark. You run both a ceph-deploy mon create-initial then a "ceph-deploy mon create + ceph-deploy gatherkeys". Choose one or the other not both. Then, I notice that you are zapping and deploying using drive /dev/sda which is usually the system disks. So next question is

[ceph-users] no osds in jewel

2016-06-05 Thread Jaemyoun Lee
Hi, When I run below script to install Ceph (10.2.0), I met an error "no osds". Hammer was installed by the script. So I think I miss new thing, which was released since Hammer. Do you know what I miss? --- The script --- #!/bin/sh set -x ceph-deploy new csElsa echo "osd pool default size = 1"