On Fri, Jun 6, 2014 at 5:35 PM, Bryan Wright <[email protected]> wrote:
> Hi folks,
>
> Thanks to Sage Weil's advice, I fixed my "TMAP2OMAP" problem by just
> restarting the osds, but now I'm running into the following cephfs problem.
> When I try to mount the filesystem, I get errors like the following:
>
> libceph: mon0 192.168.1.31:6789 feature set mismatch, my 384a042aca <
> server's 2384a042aca, missing 20000000000
>
> The ceph version is 0.80.1, and the machine trying to mount the cephfs is
> running kernel version 3.14.5, from the elrepo "ml" series.
Hi Bryan,
Unless you have been playing with 'osd primary-affinity' command, the
problem is probably that you have chooseleaf_vary_r tunable set in your
crushmap. This is a new tunable, it will be supported in 3.15. If you
disable it with
ceph osd getcrushmap -o /tmp/crush
crushtool -i /tmp/crush --set-chooseleaf_vary_r 0 -o /tmp/crush.new
ceph osd setcrushmap -i /tmp/crush.new
you should be able to mount cephfs on 3.14.
Thanks,
Ilya
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com