Skip to content
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

add command to store/sync a given data size onto disk #3

Closed
tomcucinotta opened this issue Feb 11, 2021 · 2 comments
Closed

add command to store/sync a given data size onto disk #3

tomcucinotta opened this issue Feb 11, 2021 · 2 comments
Assignees

Comments

@tomcucinotta
Copy link
Owner

tomcucinotta commented Feb 11, 2021

in addition to the process, forward and reply commands, the distwalk should also support the possibility to specify a disk write operation that should be sync()ed on disk, before letting the next command be executed (e.g, reply or forward); similarly, we should have a disk read operation; for both, we should be able to specify the amount of data to write (alongside with the actual data to write, possibly) or read (causing that amount of data to be returned with a reply) as a parameter of the command.

@deRemo
Copy link
Collaborator

deRemo commented Mar 27, 2021

Working on this

@deRemo deRemo self-assigned this Mar 27, 2021
@deRemo deRemo closed this as completed Mar 30, 2021
@deRemo deRemo reopened this Mar 30, 2021
@deRemo
Copy link
Collaborator

deRemo commented Mar 30, 2021

commit 287d3e5
commit 50dc783

@deRemo deRemo closed this as completed Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants