Andrzej Dopierała

Results 12 comments of Andrzej Dopierała

i've found that problem is in hardcoded version in post-install debian script. I did na PR to change into current version - but it's not "right way" solution. Maybe it...

https://github.com/lwfinger/rtw89/pull/44

plugin install try to download plugins from paths like: ``` root@default-ubuntu-1604:~# /usr/share/elasticsearch/bin/plugin install sscarduzio/elasticsearch-readonlyrest-plugin/1.13.1_es2.3.5 -> Installing sscarduzio/elasticsearch-readonlyrest-plugin/1.13.1_es2.3.5... Trying https://download.elastic.co/sscarduzio/elasticsearch-readonlyrest-plugin/elasticsearch-readonlyrest-plugin-1.13.1_es2.3.5.zip ... Trying https://search.maven.org/remotecontent?filepath=sscarduzio/elasticsearch-readonlyrest-plugin/1.13.1_es2.3.5/elasticsearch-readonlyrest-plugin-1.13.1_es2.3.5.zip ... Trying https://oss.sonatype.org/service/local/repositories/releases/content/sscarduzio/elasticsearch-readonlyrest-plugin/1.13.1_es2.3.5/elasticsearch-readonlyrest-plugin-1.13.1_es2.3.5.zip ... Trying https://github.com/sscarduzio/elasticsearch-readonlyrest-plugin/archive/1.13.1_es2.3.5.zip ... Trying...

I understand that it's nice when people register to download ;) But I disagree that good for people. Keeping track of number of downwload - github doesn't have that? For...

I agree. Hosting binaries is a "must be" for production environment. But - register to download ever single binary for every single version after every update... it not good :)...

why not? If it doesn't need to manually enter into www-site and wait for an e-mail it's better than now :) If it's possible to integrate into automated continous-integration environment...

For test if a new version works fine there are a test/stage environment and automated system testing before deploy to production env. It doesn't show introduced security bugs, but show...

chef_node - iterates over **all** nodes in cluster. So - it won't iterate when on **any** node bricks are empty. I have the same problem on one of my test...

killall -9 nginx and manually remove /var/run/nginx.pid should help :-)

I use "standarized" setup where all vm's have one pv /dev/vda1. And to grow i use something like: gnt-instance grow-disk --absolute $name $disk $size (on ganeti master) gnt-growonline $name (on...