James Harrison

Results 5 issues of James Harrison

Attempting to run to-lvm on a Jessie box, target is a regular partition (not logical) on a physical device. ``` # blocks to-lvm --vg-name array /dev/sdc1 Will shrink the filesystem...

Redis has made some unfortunate licensing changes lately, and we don't actually use redis for much in OpenOB, just transferring some basic information about the link. It would be better...

Not got time to dig into this one but after an update to Ruby 2.0.0-p0, calls like: ``` ruby @image.views.last_days(7).sum ``` Throws `Mongoid::Tracking::ReaderExtender can't be coerced into Fixnum`. ``` ruby...

Hi, The default influxdb2 deployment as configured by this chart blocks node draining/eviction: ``` "requestObject": { "kind": "Eviction", "apiVersion": "policy/v1beta1", "metadata": { "name": "flagsmith-influxdb2-0", "namespace": "production", "creationTimestamp": null } },...

In previous versions of origin, calling .without and .only resulted in a latest-takes-precedence behaviour (.without would strip .only, .only would strip .without). MongoDB cannot include and exclude fields at the...