search for: vir_net_error

Displaying 1 result from an estimated 1 matches for "vir_net_error".

2013 Jun 27
1
virsh can create vHBA, but returen error msg "Node device not found"
...nd found that the 'nodedev-create' command will call virNetClientIOEventLoop() function of the remote driver, in this function, code will wait on: repoll: ret = poll(fds, ARRAY_CARDINALITY(fds), timeout); after about 50s, poll() returns, but the replied msg->header.status=VIR_NET_ERROR. I am not familiar with the rpc call in the remote driver, does anybody here can give some clues? BRs, Dennis