clicx

Results 9 comments of clicx

I was trying to archive "locking" and make it working in cluster environment, means one vdi can share to multiple nodes. So I use attr to store the information, the...

"Polling means frequent and periodic checking of the attr", this is now I want to use. But I have doubt on it how much performance will reduce? I need check...

Is here problem? Because current node has no entry, ety always null therefor cause endless loop /* Not the first appendentries we've received */ /* NOTE: the log starts at...

I use git clone into a new machine to test this, therefor it is newest version of master branch. diff --git a/utils/iscsi-ls.c b/utils/iscsi-ls.c index 95ab1a6..25ec23f 100644 --- a/utils/iscsi-ls.c +++ b/utils/iscsi-ls.c...

> Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7bcbaf2 in ibv_poll_cq (wc=0x7fffffffded0, num_entries=16, cq=0x7ffff0004500) at /usr/include/infiniband/verbs.h:1458 1458 return cq->context->ops.poll_cq(cq, num_entries, wc); Missing separate debuginfos, use: debuginfo-install glibc-2.17-222.el7.x86_64 libgcc-4.8.5-28.el7_5.1.x86_64 libibverbs-41mlnx1-OFED.4.4.1.0.0.44100.x86_64 libmlx4-41mlnx1-OFED.4.1.0.1.0.44100.x86_64 libmlx5-41mlnx1-OFED.4.4.0.1.7.44100.x86_64...

#0 0x00007fe0bd23e30f in iser_reg_mr (iser_conn=0x14ef9c0) at iser.c:995 #1 iser_connected_handler (cma_id=) at iser.c:1241 #2 iser_cma_handler (event=0x7fe0b2ffce90, cma_id=, iser_conn=0x14ef9c0) at iser.c:1267 #3 cm_thread (arg=0x14ef9c0) at iser.c:1321 #4 0x00007fe0bc384e25 in start_thread () from...

iscsi_tcp_service (iscsi=0x643c80, revents=4) at lib/socket.c:868 868 if (iscsi->fd < 0) { (gdb) p iscsi->fd $1 = -1 Even add this function calling still not work. I modified from iscsi_dd.c and...

@sitsofe Linux, I think in qemu built-in libiscsi has same behaviour, while I using an iSCSI target to start a vm, after connection lost for a period of time, the...

I tested, it seems working in most time, but some time, it happened something: the event_loop running very fast (means do nothing, just loop), always got: fd=13, wk=1, revent=5 From...