Keilan Jackson
Keilan Jackson
AWS does some weird things aroundblock device mappings including: - mapping ephemeral volumes from the gold ami even if the instance can't have that many in the ruby sdk -...
``` /lib/s3/S3.rb:56:in `full_bucket': undefined method `location' for nil:NilClass (NoMethodError) from /home/keilan/.cumulus/lib/s3/manager/Manager.rb:229:in `update_grants' from /home/keilan/.cumulus/lib/s3/manager/Manager.rb:82:in `create' from /home/keilan/.cumulus/lib/common/manager/Manager.rb:121:in `sync_difference' from /home/keilan/.cumulus/lib/common/manager/Manager.rb:59:in `block in sync_one' from /home/keilan/.cumulus/lib/common/manager/Manager.rb:78:in `call' from /home/keilan/.cumulus/lib/common/manager/Manager.rb:78:in `block in...
Even though we do not manage the root volume in Cumulus, we should still tag the volume with the name of the instance so that the web interface has more...
Right now in some places we have diffs like ZoneDiff changed_records: [RecordDiff, RecordDiff] where the RecordDiff is responsible for adding the correct number of tabs to look good when the...
I was doing a query like this: `sql"""SELECT SUM(x) as c FROM table WHERE ...""".as[Option[Long]]` and trying to parse with this `implicit val sumParser: RowParser[Long] = RowParser(RowParser.long("c"))` It works fine...