-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question]: How to utilize charybdefs in the specified scenario here? #16
Comments
@db-vmw |
@bentsi ,
I thought the above fault will introduce a delay of 50ms for every write operation. |
@db-vmw |
Thanks @bentsi for the confirmation on support for delay.
Thanks, |
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". The application writes on to /var (underlying storage array). The application launches multiple processes which runs with different users.
I'm planning to use Charybdefs to test the disk latency and plan is to mount charybdefs on to mount point /var/lib/scylla with data directory being /var/lib. With this, I assume , disk latency fault (disk latency) injected using Charybdefs whill have any impact for all the write operation happening on to /var/lib directory. Hence the application will even have an impact.
Question-1:
Is my understanding is correct? If not, can you please suggest a way to test scenario specified above using Charybdefs?
NOTE:
Question-2
I have used the following command to mount Charybdefs on my Ubuntu machine. But, the mounted fs is visible using the command "df" only for the "root" user. While the "df" command using the user other than root (example: "ubuntu") isn't visible.
sudo ./charybdefs /var/lib/kscylla/ -omodules=subdir,subdir=/home/ubuntu/skp/kscylla
Waiting for a quick response.
Thanks,
Dinesh
The text was updated successfully, but these errors were encountered: