Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

stage_err - add support for reporting staging errors to data waiters#14

Open
bcrl wants to merge 1 commit intoversity:masterfrom
bcrl:stage_err
Open

stage_err - add support for reporting staging errors to data waiters#14
bcrl wants to merge 1 commit intoversity:masterfrom
bcrl:stage_err

Conversation

@bcrl
Copy link
Contributor

@bcrl bcrl commented May 20, 2020

Add support for reporting staging errors to offline data waiters via a
new SCOUTFS_IOC_STAGE_ERR ioctl. This allows waiters to return an
error to readers when staging fails.

scoutfs stage_err <file> <vers> <start> <end> <err>

Where start & end specify the range in bytes, and where err is a negative error
return number - ie -5 = EIO.

Signed-off-by: Benjamin LaHaise bcrl@kvack.org

Add support for reporting staging errors to offline data waiters via a
new SCOUTFS_IOC_STAGE_ERR ioctl.  This allows waiters to return an
error to readers when staging fails.

	scoutfs stage_err <file> <vers> <start> <end> <err>

Where start & end specify the range in bytes, and where err is a negative error
return number - ie -5 = EIO.

Signed-off-by: Benjamin LaHaise <bcrl@kvack.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant