[ceph-users] Ceph erasure code benchmark failing

2015-07-01 Thread Nitin Saxena
Hi, I am new to ceph project. I am trying to benchmark erasure code on Intel and I am getting following error. [root@nitin ceph]# CEPH_ERASURE_CODE_BENCHMARK=src/ceph_erasure_code_benchmark PLUGIN_DIRECTORY=src/.libs qa/workunits/erasure-code/bench.sh seconds KB plugin k m

Re: [ceph-users] Ceph erasure code benchmark failing

2015-07-01 Thread David Casier AEVOO
Hi Nitin, Are you installed YASM compiler ? David On 07/01/2015 01:46 PM, Nitin Saxena wrote: Hi, I am new to ceph project. I am trying to benchmark erasure code on Intel and I am getting following error. [root@nitin ceph]# CEPH_ERASURE_CODE_BENCHMARK=src/ceph_erasure_code_benchmark

Re: [ceph-users] Ceph erasure code benchmark failing

2015-07-01 Thread Loic Dachary
Hi, Like David said: the most probable cause is that there is no recent yasm installed. You can ./install-deps.sh to ensure the necessary dependencies are installed. Cheers On 01/07/2015 13:46, Nitin Saxena wrote: Hi, I am new to ceph project. I am trying to benchmark erasure code on