On Fri, Sep 19, 2014 at 9:15 AM, Christopher Thorjussen < christopher.thorjussen at onlinebackupcompany.com> wrote: > ? > > On Fri, Sep 19, 2014 at 8:10 AM, Piers Dawson-Damer <piers at mm.st> wrote: > >> Also, using the init.d framework seams to fail. >> >> piers at sol:/etc/ceph$ sudo service ceph start osd.1 >> /etc/init.d/ceph: osd.1 not found (/etc/ceph/ceph.conf defines , >> /var/lib/ceph defines ) >> >> The disks are mounted >> >> piers at sol:~$ cat /etc/mtab | sort >> cgroup /sys/fs/cgroup/cpuset cgroup rw,relatime,cpuset 0 0 >> devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=0620 0 0 >> /dev/sdc1 /var/lib/ceph/osd/ceph-16 xfs rw,noatime 0 0 >> /dev/sdd1 /var/lib/ceph/osd/ceph-17 xfs rw,noatime 0 0 >> /dev/sde1 /var/lib/ceph/osd/ceph-0 xfs rw,noatime 0 0 >> /dev/sdf1 /var/lib/ceph/osd/ceph-1 xfs rw,noatime 0 0 >> /dev/sdg1 /var/lib/ceph/osd/ceph-2 xfs rw,noatime 0 0 >> /dev/sdh1 /var/lib/ceph/osd/ceph-3 xfs rw,noatime 0 0 >> /dev/sdi1 /var/lib/ceph/osd/ceph-4 xfs rw,noatime 0 0 >> /dev/sdj1 /var/lib/ceph/osd/ceph-5 xfs rw,noatime 0 0 >> /dev/sdk1 /var/lib/ceph/osd/ceph-6 xfs rw,noatime 0 0 >> /dev/sdl1 /var/lib/ceph/osd/ceph-7 xfs rw,noatime 0 0 >> /dev/sdm1 /var/lib/ceph/osd/ceph-8 xfs rw,noatime 0 0 >> /dev/sdn1 /var/lib/ceph/osd/ceph-9 xfs rw,noatime 0 0 >> /dev/sdo1 /var/lib/ceph/osd/ceph-10 xfs rw,noatime 0 0 >> /dev/sdp1 /var/lib/ceph/osd/ceph-11 xfs rw,noatime 0 0 >> /dev/sdq1 /var/lib/ceph/osd/ceph-12 xfs rw,noatime 0 0 >> /dev/sdr1 /var/lib/ceph/osd/ceph-13 xfs rw,noatime 0 0 >> /dev/sds1 /var/lib/ceph/osd/ceph-14 xfs rw,noatime 0 0 >> /dev/sdt1 /var/lib/ceph/osd/ceph-15 xfs rw,noatime 0 0 >> ... >> >> Thanks in advance, >> >> piers >> >> ?Sorry for the top-posting... should not happen again. ? What works for me on dumpling (v0.67.10) on debian is: /etc/init.d/ceph start osd.1 or service ceph start osd.1 Both work for me. Looks like something isn't configured right? -Christopher? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.ceph.com/pipermail/ceph-users-ceph.com/attachments/20140919/aa28cd34/attachment.htm>