Rohan Kadekodi
Rohan Kadekodi
Thanks a lot Om! This is great news. Yes, please let us know once the other two modes are passing on the PJD test suite and we can review it....
Thanks Om! I will review and test the code and get back to you. On Sun, Jan 24, 2021, 10:29 PM OmSaran wrote: > @vijay03 @rohankadekodi > > sync and...
Hello, Thanks for trying out SplitFS. I am not sure about what is causing the problem at your end. I have modified the filebench_run.sh script file to ensure that the...
Thank you for this insight. I will look into why the core dump problem is coming up if we run with more cores on 5.1. The problem does not seem...
Making SplitFS run with other linux kernel versions involves adding the relink() system call to that kernel. The Linux-5.1 kernel has been modified to work with SplitFS here: https://github.com/rohankadekodi/SplitFS-5.1
Hi Andiry, The steps that we followed which led us to the recovery problem were: 1. mount -t NOVA -o init /dev/pmem0 /mnt 2. dd if=/dev/pmem0 of=pmem0ss bs=1M count=128 (Our...
Hi Andiry, just tried the same steps on bare-metal, and found that the bug is not reproducible on bare-metal. So, this is a problem of NOVA running in a virtual...
For a single namespace, is there a way to run with 4 or more machines, with 3-way replication of data in the current prototype? For example, say I want to...
I tried this, and all the kernfs instances segfaulted at: `digest_logs()->digest_inode()->mlfs_mark_inode_dirty()->rb_insert()->inode_cmp()` I can also provide access to this cluster if that helps.
Thanks! This would lead to data loss if the start and end portions of the data are not loaded in the same set and line. The fix for this issue...