We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is perfectly valid to place vdisk replicas on a single node, but on different physical disks. Currently, Virtual::get_operation (https://github.com/qoollo/bob/blob/master/bob-common/src/mapper.rs#L185) returns only the first physical disk containing vdisk replica. Thus quorum (https://github.com/qoollo/bob/blob/master/bob/src/cluster/quorum.rs#L35) and backend (https://github.com/qoollo/bob/blob/master/bob-backend/src/core.rs#L243) writes data only to that one replica and always skips the other ones
Virtual::get_operation
quorum
backend
The text was updated successfully, but these errors were encountered:
lostl1ght
Successfully merging a pull request may close this issue.
It is perfectly valid to place vdisk replicas on a single node, but on different physical disks. Currently,
Virtual::get_operation
(https://github.com/qoollo/bob/blob/master/bob-common/src/mapper.rs#L185) returns only the first physical disk containing vdisk replica. Thusquorum
(https://github.com/qoollo/bob/blob/master/bob/src/cluster/quorum.rs#L35) andbackend
(https://github.com/qoollo/bob/blob/master/bob-backend/src/core.rs#L243) writes data only to that one replica and always skips the other onesThe text was updated successfully, but these errors were encountered: