Jim Ma
Jim Ma
> Great @jim3ma. > > > Because in truenas scale, the altroot property of zpool is "/mnt", we need bind mount /var/lib/kubelet to /mnt/var/lib/kubelet to workaround. > > Have you...
> > > Great @jim3ma. > > > > Because in truenas scale, the altroot property of zpool is "/mnt", we need bind mount /var/lib/kubelet to /mnt/var/lib/kubelet to workaround. >...
> Just to confirm, as of now Dragonfly does not support P2P/caching for S3 compliant storage backends, such as AWS S3? The http for s3 is okay. Generate the http...
The commit in log is e78b257e, I can not find this commit in Dragonfly2. Can you provide the last commit info ? And upload log in seed peer.
Hi, all I have updated kernel tls support based on @FiloSottile's original code. It now supports more ciphers like AES_GCM_256, AES_CCM_128 and CHACHA20_POLY1305. Code: https://github.com/jim3ma/go/tree/dev.ktls.1.16.3. And I have fixed some...
> I made some real-world tests with one of our internal applications (CDN node specialised in delivering video segments for DASH and HLS streams). > > * Kernel 5.13.12 >...
> @jim3ma Your branch: https://github.com/jim3ma/go/tree/dev.ktls.1.16.3 Okay, I will merge some optimized code into this branch tomorrow.
> @jim3ma are there any plans to introduce the changes into the Go code? Sorry for busy work. I will rebase kTLS code in latest branch and test it again.
@alexazhou 的确是`lua-resty-core`没有安装的问题,将`lua-resty-core/lib/`下的所有文件复制到`/usr/local/lib/lua/5.1/`目录下就可以了,当然可以是任意lua能识别的目录就可以了,如下的目录都是可以的 ``` /opt/verynginx/verynginx/lua_script/ /opt/verynginx/verynginx/lua_script/module/ /usr/local/share/luajit-2.1.0-beta2/ /usr/local/share/lua/5.1/ ... ``` 看来wiki和readme需要完善一下了哦。
You can install `liblzo2-dev` package in debian based env.