vegetableysm
vegetableysm
Related sub issue will be added at here. - #1895 - ...
> Has this issue been fixed or not? No. We pull block object only when we access the block, but we will rebuild the builder. We can change it to...
> Is it still an issue? @vegetableysm Yes. I try to clean all global object in vineyard after close the cache. But when I use the InstanceStatus interface to query...
This module is not currently in use. Close temporarily.
Refer to #1992
> apt-cache search libfabric Hi!Could you give me more details? For example, specific error messages like this:  And could you give me your command to run vineyardd? Thanks. By...
> > > apt-cache search libfabric > > > > > > Hi!Could you give me more details? For example, specific error messages like this:  > > And could...
In addition, the param of "--rdma_endpoint" needs to specify port information for the address. Such as: ./vineyardd --rdma_endpoint=ipv4_addr:port
I think one of the reasons vineyard was unable to create an RDMA server was because of the ipv6 address. But I don't know why fi_info can't get device information....
Fabric depends on libibverbs. So libibverbs is necessery. I suggests that you should install the libfabric and fabtest to use fi_info. Refer to the script below: For fabric dependencies(CentOS): ```...