I'm in the process of updating some development VMs that use ceph-fs. It looks like recent updates to ceph have deprecated the 'ceph-deploy osd prepare' and 'activate' commands in favour of the previously-optional 'create' command.
We're using filestore OSDs on these VMs, but I can't seem to figure out the syntax that ceph-deploy wants to specify the path. Where we used to use: ceph-deploy osd prepare tldhost01:/var/local/osd0 tldhost02:/var/local/osd0 tldhost03:/var/local/osd0 tldhost04:/var/local/osd0 ceph-deploy osd activate tldhost01:/var/local/osd0 tldhost02:/var/local/osd0 tldhost03:/var/local/osd0 tldhost04:/var/local/osd0 .. a similar path syntax for 'osd create' generates an error. The help output for 'ceph-deploy osd create --help' seems to suggest the following could work: ceph-deploy osd-create --filestore tldhost01:/var/local/osd0 ... However it does not. What's the actual process for using ceph-deploy to set up filestore OSDs now?
_______________________________________________ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com