[pve-devel] applied: [PATCH v2 storage] CephConfig: ensure newline in $secret and $cephfs_secret parameter
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Jan 25 10:58:58 CET 2022
On 24.01.22 16:11, Aaron Lauterer wrote:
> Ensure that the user provided $secret ends in a newline. Otherwise we
> will have Input/output errors from rados_connect.
>
> For consistency and possible future proofing, also add a newline to
> CephFS secrets.
>
> Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
> ---
>
> changes:
> - instead conditional with regex, use chomp and always adding the newline
> - do the same to $cephfs_secret
>
> From previous version (though not sure if they still apply with these
> changes):
good call for including them here
>
> Reviewed-by: Fabian Ebner <f.ebner at proxmox.com>
> Tested-by: Fabian Ebner <f.ebner at proxmox.com>
added those now that Fabian reconfirmed them for v2 too
>
> PVE/CephConfig.pm | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
>
applied, thanks!
More information about the pve-devel
mailing list