Maria Ramos
Maria Ramos
Hello, I explained with some detail the reason why these two faults are currently not injected through a FIFO and some possibilities that could be useful for etcd testing in...
Hi, I apologize for the late reply. I've been quite busy lately. Thank you for your interest in LazyFS! Certainly, LazyFS can accomplish that. If I understand correctly, the feature...
Hi! I configured LazyFS to split the first write to the `snap/db` file into 4 chunks of 4096 bytes using the following configuration: ```toml [[injection]] type="split_write" file="/home/data-r/data.etcd/member/snap/db" persist=[1] parts=4 occurrence=1...
Hi! Sorry for the delayed response. I left a comment on https://github.com/etcd-io/bbolt/issues/567 explaining how to split the write into 4k chunks. The key is to configure the `parts` parameter with...
Hello! We are thrilled about the opportunity to contribute to etcd testing. In this discussion, I will explain why we have chosen to use a configuration file and present some...
Hi, I apologize for the late reply. I've been quite busy lately. I get the idea, and it is doable. We will consider the introduction of such possibility in LazyFS...
Hello :) Thank you for your interest in LazyFS! We'll add this feature in a future update. Thank you for your feedback!