diff --git a/manifests/releasenotes/notes/multiple-rsync-modules-afc3971c952e6aac.yaml b/manifests/releasenotes/notes/multiple-rsync-modules-afc3971c952e6aac.yaml deleted file mode 100644 index abe2c416..00000000 --- a/manifests/releasenotes/notes/multiple-rsync-modules-afc3971c952e6aac.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -features: - - | - It is now possible to use one rsync module per device. This is useful as - it allows to set the number of rsync connection per device, instead of it - being a gloval value per server. For it, two new parameters exist in the - class `storage::server`: `rsync_module_per_device` that enables this - new feature, and `device_names` that defines the list of devices.