Waleed Reda

Results 28 comments of Waleed Reda

I believe this is due to an alignment issue. I'll leave this open for now and will check later if there's a possible fix for this.

This is indeed a bug. Thanks for pointing it out. I'll fix this in an upcoming patch. We didn't get around to implementing mount/umount, so Simon's suggestion is sensible here....

> acquire_lease is commented out in namex, which is presumably where Assise goes to acquire leases. > Is this supposed to be left commented out? > If so, where does...

You're correct. The LibFS LRU list should be protected by a lock since the linked list methods are not thread-safe. We didn't get around to adding this since the fcache...

To recap our earlier discussion: The benchmark appears to be calling pwrite(), which, as you noted, wasn't supported by Assise. I've now added support to this syscall. Please pull and...

Getting to this now. The use of unsupported file system calls would indeed explain why your benchmark is not working. `statfs` in particular will not work with Assise since we...

> I am now experiencing an inconsistent behavior from Assise when performing basic file I/O operations such as read and write. > For instance, echo "some test" > /mlfs/file doesn't...

Sorry for jumping in a bit late. As Simon mentioned, you will likely need to allocate at least 16 MB of log space to get decent performance. The error you're...