-
Notifications
You must be signed in to change notification settings - Fork 310
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
Regression: "invalid flags combined with -t" when resuming with syncoid --sendoptions
#918
Comments
Deltik
added a commit
to Deltik/sanoid
that referenced
this issue
Apr 24, 2024
The `runsynccmd` subroutine was not matching the `$sendsource` when a receive resume token is passed in. All usages that pass in the receive resume token do not begin with a space; instead, they start with `-t `. Fixes: jimsalterjrs#918
Deltik
added a commit
to Deltik/sanoid
that referenced
this issue
Apr 24, 2024
The `runsynccmd` subroutine was not matching the `$sendsource` when a receive resume token is passed in. All usages that pass in the receive resume token do not begin with a space; instead, they start with `-t `. Fixes: jimsalterjrs#918
Deltik
added a commit
to Deltik/sanoid
that referenced
this issue
Apr 24, 2024
The `runsynccmd` subroutine was not matching the `$sendsource` when a receive resume token is passed in. All usages that pass in the receive resume token do not begin with a space; instead, they start with `-t `. Fixes: jimsalterjrs#918
Deltik
added a commit
to Deltik/sanoid
that referenced
this issue
Apr 24, 2024
The `runsynccmd` subroutine was not matching the `$sendsource` when a receive resume token is passed in. All usages that pass in the receive resume token do not begin with a space; instead, they start with `-t `. Fixes: jimsalterjrs#918
6 tasks
Deltik
added a commit
to Deltik/sanoid
that referenced
this issue
Apr 26, 2024
The `runsynccmd` subroutine was not matching the `$sendsource` when a receive resume token is passed in. All usages that pass in the receive resume token do not begin with a space; instead, they start with `-t `. Fixes: jimsalterjrs#918
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
Syncoid with
--sendoptions
now fails with the errorinvalid flags combined with -t
when resuming an interrupted transfer:This is a regression introduced by commit 09b42d6:
How to Reproduce
I hacked together a
git bisect run
script that finds the regression:Manual run:
Expected Behavior
The unsupported
syncoid --sendoptions
are removed, allowing interrupted send/receive operations to complete.In Sanoid v2.1.0, the output looked like this:
The text was updated successfully, but these errors were encountered: