Re: [ceph-users] Using Valgrind with Teuthology

2014-08-11 Thread Sarang G
Yes. It does work when valgrind option is removed. On Mon, Aug 4, 2014 at 7:43 PM, Sage Weil wrote: > On Mon, 4 Aug 2014, Sarang G wrote: > > Hi, > > > > I am configuring Ceph Cluster using teuthology. I want to use Valgrind. > > > > My yaml File contains: > > > > check-locks: false > > > > rol

Re: [ceph-users] Using Valgrind with Teuthology

2014-08-04 Thread Sage Weil
On Mon, 4 Aug 2014, Sarang G wrote: > Hi, > > I am configuring Ceph Cluster using teuthology. I want to use Valgrind. > > My yaml File contains: > > check-locks: false > > roles: > - [mon.0, osd.0] > - [mon.1, osd.1] > - [mon.2, osd.2, client.0] BTW I would use mon.[abc] instead of [012] as th

[ceph-users] Using Valgrind with Teuthology

2014-08-04 Thread Sarang G
Hi, I am configuring Ceph Cluster using teuthology. I want to use Valgrind. My yaml File contains: check-locks: false roles: - [mon.0, osd.0] - [mon.1, osd.1] - [mon.2, osd.2, client.0] tasks: - install: branch: firefly flavor: notcmalloc - ceph: valgrind: osd.0: --tool=memchec