Phil Smith

Results 28 comments of Phil Smith

To work around the issue with `Fn::Cidr`, it is enough to * `Fn::Split` on `:0:0:0:0/64` * `Fn::Select` the `0`th component * and `Fn::Join` that to `::/64`

Bump. The other collectd cookbooks on supermarket are looking pretty sketchy.

As a work around, you can comment out that initializer, and instead maintain your list of dependencies within the gemspec block inside your Rakefile (a la jeweler.) I know maintaining...

> do you feel anything in particular is missing or unclear? I'm evaluating your project as one option for hosting a private pull-through RPM cache. One thing I'm not seeing...

Hello, yes. I'm excited to try the idea, I should be able to get to it today or tomorrow.

So the great news is my large objects are now downloading to `/dev/null` at roughly `700 MiB/s`! The bad news is that appears to be the case regardless of the...

Even at 700 MiB/s, in practice I'm struggling to achieve that write throughput to ensure disk is not the bottleneck (my aggregate throughput to EBS combined with instance storage caps...