vegetableysm

Results 21 comments of vegetableysm

> 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...

> apt-cache search libfabric Hi!Could you give me more details? For example, specific error messages like this: ![image](https://github.com/user-attachments/assets/211fed90-0ca9-41f1-8841-05b344c7b0ff) 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: ![image](https://private-user-images.githubusercontent.com/108774481/380592218-211fed90-0ca9-41f1-8841-05b344c7b0ff.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzAwOTkyNDksIm5iZiI6MTczMDA5ODk0OSwicGF0aCI6Ii8xMDg3NzQ0ODEvMzgwNTkyMjE4LTIxMWZlZDkwLTBjYTktNDFmMS04ODQxLTA1YjM0NGM3YjBmZi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQxMDI4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MTAyOFQwNzAyMjlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kNzc4ZTRkZTVlNjUyZjI4YWNjYzcwYWZlOGNhYTc0YWU5OGFmY2EzOTc2ZTY1YzA2YTIyNWRiODNiZjBmNDY3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.fl4Lm-Giwmw3hMQHhxgKkFuNeJRJZOCnwCojN1vxliY) > > 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): ```...