Joe Handzik

Results 17 comments of Joe Handzik

Other instances: https://github.com/ceph/calamari/blob/master/calamari-web/setup.py https://github.com/ceph/calamari/blob/master/cthulhu/setup.py https://github.com/ceph/calamari/blob/master/rest-api/setup.py https://github.com/ceph/calamari/blob/c64121ab01aef0be6dfc3bef1940e21fe09af45f/minion-sim/setup.py https://github.com/ceph/calamari/blob/c64121ab01aef0be6dfc3bef1940e21fe09af45f/conf/upstart/kraken.conf

Hey @kmkanagaraj, I have the build output but I'd argue it's less useful than the screenshots I sent over, since the machine gets in such a nasty state that it...

It seems like some of the build is parallel, which may be making the debug process harder. Is there a smart way to serialize the build completely (regardless of completion...

I ran into this problem, lemme backtrack when I get into the office to see what I did to fix it. One thing that I tweaked was switching to building...

Ha! Yup, you're right where I was. You need to change your secure_path EV in the sudo file (I think /etc/sudoers). The problem is that ruby gems end up in...

Yuck, you're at the same place I'm at now. I'll update when I have a chance to try out what the red hat team suggested for debugging. Joe On Jan...

This looks...possibly relevant. From: https://github.com/ceph/calamari/blob/c64121ab01aef0be6dfc3bef1940e21fe09af45f/rest-api/calamari_rest/views/v1.py#L58 ``` # In case the cluster has been offline for some time, try looking progressively # further back in time for data. This would not...

I could at least see that causing the timeout. Now, what the correct workaround is...looks like the calamari guys would like graphite's functionality expanded a bit. A quick hack to...

Tracing through the code, it looks like this is the guy instigating the graphite operations that are being logged about: https://github.com/ceph/calamari/blob/c64121ab01aef0be6dfc3bef1940e21fe09af45f/rest-api/calamari_rest/views/v1.py#L100 Looks like he should just handle the case where...

I had been puttering around with fixing all the parts that are incompatible with salt 2015.*, but I hit a wall recently and started encountering more confusing problems. The best...