Justin Venus
Justin Venus
I have a dirty work around to support EBS on M5/C5's. It requires some code changes, udev rules, and nvme-cli. Here is the gist of what I did to make...
I opened a PR for this issue at https://github.com/rexray/rexray/pull/1233.
@rdelval I'm familiar with pants and have moved some internal projects from python2 to 3 ... I can help with this effort, however you'd like to proceed.
Hey @StephanErb Does this seem like a reasonable way to solve the unhashable thrift structure issue? https://github.com/JustinVenus/aurora/commit/3757b726660e186a83fba4cca2d3a4d65aeb50db
Showing the contents of the container with the change. ```sh [root@f615b1063840 app]# ldd /usr/local/bin/linkerd-tcp linux-vdso.so.1 => (0x00007ffcbeb80000) libdl.so.2 => /lib64/libdl.so.2 (0x00007feb41055000) librt.so.1 => /lib64/librt.so.1 (0x00007feb40e4b000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007feb40c2f000) libgcc_s.so.1...
@klingerf I've made the suggested changes. Thanks for the quick feedback 😄
@klingerf I was looking at what you've posted for issue 20 and you inspired me. How about a build script instead of a docker image? The output could be used...
@klingerf not sure how you all feel about Make, but I've updated this review with a Makefile and documentation in the /README.md.