On Sat, Jul 25, 2015 at 9:43 PM, Daleep Bais <daleepbais@xxxxxxxxx> wrote: > Hi All, > > I am unable to create new pool in my cluster. I have some existing pools. > > I get error : > > ceph osd pool create fullpool 128 128 > Error EINVAL: crushtool: exec failed: (2) No such file or directory > > > existing pools are : > > cluster# ceph osd lspools > 0 rbd,1 data,3 pspl, > > Please suggest.. Daleep, seems your crushtool is not in $PATH when the monitor started. you might want to make sure you have crushtool installed somewhere, and: $ ceph --admin-daemon <path-to-your-admin-socket> config show | grep crushtool ## check the patch to crushtool $ ceph tell mon.* injectargs --crushtool <path-to-your-crushtool> ## point it to your crushtool HTH. -- Regards Kefu Chai _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com