Re: e: mon memory issue

2012-09-10 Thread Sławomir Skowron
I try with radosgw and it's reporting very nice output from valgrind, but still nothing from mon. desc: (none) cmd: /usr/bin/ceph-mon -i 0 --pid-file /var/run/ceph/mon.0.pid -c /etc/ceph/ceph.conf -f time_unit: i #--- snapshot=0 #--- time=0 mem_heap_B=0 mem_heap_extra_B=0

Re: e: mon memory issue

2012-09-05 Thread Sławomir Skowron
Unfortunately here is the problem in my Ubuntu 12.04.1 --9399-- You may be able to write your own handler. --9399-- Read the file README_MISSING_SYSCALL_OR_IOCTL. --9399-- Nevertheless we consider this a bug. Please report --9399-- it at http://valgrind.org/support/bug_reports.html. ==9399==

Re: e: mon memory issue

2012-09-05 Thread Sage Weil
On Wed, 5 Sep 2012, S?awomir Skowron wrote: Unfortunately here is the problem in my Ubuntu 12.04.1 --9399-- You may be able to write your own handler. --9399-- Read the file README_MISSING_SYSCALL_OR_IOCTL. --9399-- Nevertheless we consider this a bug. Please report --9399-- it at

Re: e: mon memory issue

2012-09-05 Thread Sławomir Skowron
On Wed, Sep 5, 2012 at 5:51 PM, Sage Weil s...@inktank.com wrote: On Wed, 5 Sep 2012, S?awomir Skowron wrote: Unfortunately here is the problem in my Ubuntu 12.04.1 --9399-- You may be able to write your own handler. --9399-- Read the file README_MISSING_SYSCALL_OR_IOCTL. --9399--

Re: e: mon memory issue

2012-09-04 Thread Sławomir Skowron
Valgrind returns nothing. valgrind --tool=massif --log-file=ceph_mon_valgrind ceph-mon -i 0 log.txt ==30491== Massif, a heap profiler ==30491== Copyright (C) 2003-2011, and GNU GPL'd, by Nicholas Nethercote ==30491== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info ==30491==

Re: e: mon memory issue

2012-09-04 Thread Sage Weil
On Tue, 4 Sep 2012, S?awomir Skowron wrote: Valgrind returns nothing. valgrind --tool=massif --log-file=ceph_mon_valgrind ceph-mon -i 0 log.txt The fork is probably confusing it. I usually pass -f to ceph-mon (or ceph-osd etc) to keep it in the foreground. Can you give that a go? e.g.,

Re: e: mon memory issue

2012-08-31 Thread Sławomir Skowron
I have this problem too. My mon's in 0.48.1 cluster have 10GB RAM each, with 78 osd, and 2k request per minute (max) in radosgw. Now i have run one via valgrind. I will send output when mon grow up. On Fri, Aug 31, 2012 at 6:03 PM, Sage Weil s...@inktank.com wrote: On Fri, 31 Aug 2012, Xiaopong