Re: [ceph-users] Ceph Supermicro hardware recommendation

2015-02-14 Thread Scott Laird
I ended up destroying the EC pool and starting over. It was killing all of my OSD machines, and I couldn't keep anything working right with EC in use. So, no core dumps and I'm not in a place to reproduce easily anymore. This was with Giant on Ubuntu 14.04. On Thu Feb 12 2015 at 7:07:38 AM

Re: [ceph-users] Having problem to start Radosgw

2015-02-14 Thread B L
Hello Yehuda, Thanks for your response! This is my RGW configuration: https://gist.github.com/anonymous/c0f62783feac88e069c7 https://gist.github.com/anonymous/c0f62783feac88e069c7 and This is Tengine configuration: https://gist.github.com/anonymous/90b77c168ed0606db03d

Re: [ceph-users] CRUSHMAP for chassis balance

2015-02-14 Thread Luke Kao
Hi Gregory, Thanks for the direction that I finish with 3 different rule in a ruleset for different rep size: Tested no bad-mapping and host / osd are correctly balanced between 2 chassis. Not sure if it can be optimized but I am happy with current result: rule rule_rep2 { ruleset 0 type

Re: [ceph-users] Having problem to start Radosgw

2015-02-14 Thread Yehuda Sadeh-Weinraub
- Original Message - From: B L super.itera...@gmail.com To: ceph-users@lists.ceph.com Sent: Friday, February 13, 2015 11:55:22 PM Subject: [ceph-users] Having problem to start Radosgw Hi all, I’m having a problem to start radosgw, giving me error that I can’t diagnose: $

Re: [ceph-users] Having problem to start Radosgw

2015-02-14 Thread B L
Shall I run it like this: sudo radosgw -c ceph.conf -d strace -F -T -tt -o/tmp/strace.out radosgw -f On Feb 14, 2015, at 6:55 PM, Yehuda Sadeh-Weinraub yeh...@redhat.com wrote: strace -F -T -tt -o/tmp/strace.out radosgw -f ___ ceph-users mailing

Re: [ceph-users] Having problem to start Radosgw

2015-02-14 Thread B L
Hello Yehyda, The strace command you referred to me, shows this: https://gist.github.com/anonymous/8e9f1ced485996a263bb https://gist.github.com/anonymous/8e9f1ced485996a263bb Additionally, I traced this log file: /var/log/radosgw/ceph-client.radosgw.gateway it has the following: 2015-02-12

Re: [ceph-users] Having problem to start Radosgw

2015-02-14 Thread Yehuda Sadeh-Weinraub
- Original Message - From: B L super.itera...@gmail.com To: Yehuda Sadeh-Weinraub yeh...@redhat.com Cc: ceph-users@lists.ceph.com Sent: Saturday, February 14, 2015 11:03:42 AM Subject: Re: [ceph-users] Having problem to start Radosgw Hello Yehyda, The strace command you referred

Re: [ceph-users] Having problem to start Radosgw

2015-02-14 Thread B L
That’s what I usually do to check if rgw is running with no problems: sudo radosgw -c ceph.conf -d I already pumped up the log level, but I can’t see any change or verbosity level increase of the logs, I still get the same: 2015-02-14 22:27:57.513151 7f26c79d27c0 0 ceph version 0.80.7

Re: [ceph-users] Having problem to start Radosgw

2015-02-14 Thread B L
Hello Yehuda, this is the resulting output after adding “-n client.radosgw.gateway” : https://gist.github.com/anonymous/f16701d6cacc8911620f https://gist.github.com/anonymous/f16701d6cacc8911620f I can see one problem only in the above output: -1 Couldn't init storage provider (RADOS) ..