Zhang Zhenhua
Zhang Zhenhua
Any updates on this?
Hi @javarminator @kmkanagaraj @joehandzik , I am running into the same issue on Centos7 now. It ends up with same error using both root and sudo. In the sudo case,...
@GregMeno Sure, thanks for your responding! Here is my basic env: ``` [root@zhenhua-calamari-2 calamari-clients]# cat /etc/redhat-release CentOS Linux release 7.1.1503 (Core) [root@zhenhua-calamari-2 calamari-clients]# uname -a Linux zhenhua-calamari-2.novalocal 3.10.0-229.7.2.el7.x86_64 #1 SMP...
This is a very interesting idea. If we have this implemented, then pod with local storage can migrate freely and the cluster(for example pg or greenplum) can get back to...
@inviscid any thoughts? And we need to take care of power failure, we may not get a chance to flush hot data.
Yes, both sockperf and iperf works. And the 2us latency seems pretty good. Here is the output: ``` svr: #LD_PRELOAD=libvma.so sockperf sr -i 14.14.15.12 sockperf: == version #2.5.254 == sockperf:...
And here are some local configurations for your reference. Please let me know if you need more. Thanks! ``` [root@node-26 ~]# ibv_devices device node GUID ------ ---------------- mlx4_0 e41d2d0300175860 [root@node-26...
HI All, An update on this issue. The crash disappears after I upgraded mlnx_ofed from 3.0.1 to 3.0.2.This time I am using VMA version 7.0.4. However it hangs there instead...
Thanks for your responding. The hang issue is still there after setting VMA_RX_POLL=0 VMA_SELECT_POLL=0. The process had a page locked flag(L) with it. This flag was there too in my...