fix mis-spelled send option for embedded data

fixes https://github.com/zrepl/zrepl/issues/522
This commit is contained in:
Christian Schwarz 2021-11-10 18:49:10 +01:00
parent c2fbf93365
commit 20ff9717bc
3 changed files with 7 additions and 2 deletions

View File

@ -86,7 +86,7 @@ type SendOptions struct {
BackupProperties bool `yaml:"backup_properties,optional,default=false"` BackupProperties bool `yaml:"backup_properties,optional,default=false"`
LargeBlocks bool `yaml:"large_blocks,optional,default=false"` LargeBlocks bool `yaml:"large_blocks,optional,default=false"`
Compressed bool `yaml:"compressed,optional,default=false"` Compressed bool `yaml:"compressed,optional,default=false"`
EmbeddedData bool `yaml:"embbeded_data,optional,default=false"` EmbeddedData bool `yaml:"embedded_data,optional,default=false"`
Saved bool `yaml:"saved,optional,default=false"` Saved bool `yaml:"saved,optional,default=false"`
BandwidthLimit *BandwidthLimit `yaml:"bandwidth_limit,optional,fromdefaults"` BandwidthLimit *BandwidthLimit `yaml:"bandwidth_limit,optional,fromdefaults"`

View File

@ -29,6 +29,11 @@ We use the following annotations for classifying changes:
* |docs| Change to the documentation. * |docs| Change to the documentation.
* |maint| Maintenance changes. * |maint| Maintenance changes.
0.5
---
* |break_config| |bugfix| Rename mis-spelled :ref:`send option <job-send-options>` ``embbeded_data`` to ``embedded_data``.
0.4.0 0.4.0
----- -----

View File

@ -54,7 +54,7 @@ See the `upstream man page <https://openzfs.github.io/openzfs-docs/man/8/zfs-sen
* - ``compressed`` * - ``compressed``
- ``-c`` - ``-c``
- -
* - ``embbeded_data`` * - ``embedded_data``
- ``-e`` - ``-e``
- -
* - ``saved`` * - ``saved``