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

virtiofsd: avoid option not always present #64

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

cpaelzer
Copy link
Contributor

@cpaelzer cpaelzer commented Oct 9, 2024

The virtiofsd server changed a lot in recent years, the version in Noble is no more having the flock option. I considered doing a huge "if release then" but the benefit is minimal. We already link to upstreams collection of examples which has this and many more which all work depending on your needs and versions.

Let us just take away the flock hint to avoid users of the more modern stack that does it well right away to be blocked by an error about non existing options.

The virtiofsd server changed a lot in recent years, the version in
Noble is no more having the flock option. I considered doing a huge
"if release then" but the benefit is minimal. We already link
to upstreams collection of examples which has this and many more
which all work depending on your needs and versions.

Let us just take away the flock hint to avoid users of the more
modern stack that does it well right away to be blocked by an
error about non existing options.

Signed-off-by: Christian Ehrhardt <[email protected]>
Copy link
Collaborator

@s-makin s-makin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds sensible to me :)

@cpaelzer cpaelzer merged commit ee47520 into main Oct 16, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants