Waleed Reda
Waleed Reda
I wasn't able to get this working properly yet, and it will likely require some non-trivial changes. I'd recommend for now that you limit your setup to the number of...
Adding Jongyul (@yulistic), who should be able to tell you about our Ceph/NFS configuration.
> I am running Assise using 3 different hot replicas. When I set up using 3 replicas, Assise seems to stuck at some point of the replication. I tested using...
I think this is likely due to Assise not finding the proper interface. Can you change `rdma_intf` at [rpc_interface.h#L24](https://github.com/ut-osa/assise/blob/6afde42852213ea2127b6704b547e9503800f18f/libfs/src/distributed/rpc_interface.h#L24) to your RDMA network interface name and rebuild? I presume in...
Thanks for the debugging effort! I suspect this is likely a firewall issue. To test connectivity, you can try running the RPC application in `lib/rdma/tests/` and see if it also...
I assume you weren't able to run the RPC test. If so, then the error is not Assise-related. The LD_PRELOAD or use of emulated NVM shouldn't be a factor here....
Thanks for confirming. > Do you mind if I add a sentence or two mentioning that properly configured RDMA device and interfaces is a prerequisite? Absolutely! The README can definitely...
Sorry for the delayed reply! Last few weeks were hectic. > 1. I assume that the KernFS in this repository is equivalent to the SharedFS in the original paper. Is...
Our artifact currently doesn't include a generalized implementation of log recovery. Your workaround should be okay for the test programs you shared. The added "write_log_superblock" call will affect write performance,...
This likely indicates that the memory you're trying to register is out-of-bounds. Try setting your device size to a value lower than 8G using the `change_dev_size.py` script. After doing so,...