charybdefs icon indicating copy to clipboard operation
charybdefs copied to clipboard

ScyllaDB fault injection filesystem

Results 14 charybdefs issues
Sort by recently updated
recently updated
newest added

output for thrift -r --gen cpp --gen py server.thrift [WARNING:/space/charybdefs/server.thrift:16] No field key specified for method, resulting protocol may have conflicts or not be backwards compatible! [WARNING:/space/charybdefs/server.thrift:19] No field key...

Please help me in resolving this issue, I tried on atleast 10 machines(all centos7) but make always fails [ 0%] Built target thrift Scanning dependencies of target charybde_lib [ 16%]...

I am not able to build at any platform. with or without docker. I don't have scylladb on my machine. I have tried following instruction for both platforms. steps used...

A few small fixes to compile on macOS.

Allow setting a set of errnos rather than just a particular errno or a random one from the entire set. Update the cookbook for random faults to exclude any errnos...

This could be useful to have multiple mounts active simultaneously and in cases where the default port 9090 is unavailable.

It seems errors like ` No space left on device ` should still provide the ability to list the directory and change into the directory. However, this is not the...

Hello Team, I have mounted charybdefs on my ubuntu machine. I have written a small python code to simulate slow write (disk latency). The python code will connect to thrift...

Hi, I want to mount the charybdefs on to an existing location. I see the following warning message. > #./charybdefs /var/data-dir -omodules=subdir,subdir=/var/data-dir > starting fuse filesystem > fuse: mountpoint is...

Dear Team, My intention here is to validate application behavior for the specified disk latency. The Ubuntu system on which the application will be running has /var mounted as "/dev/mapper/vg-var"....