]> git.proxmox.com Git - pve-cluster.git/commit
pvecm: fix cluster join over ssh with newer rsync
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 2 Jun 2023 13:20:23 +0000 (15:20 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 4 Jun 2023 16:56:14 +0000 (18:56 +0200)
commit9697997575e25e188a0993a0e4fc7f33f6602928
tree079e6934a6044efd2e2a5c64d18ee662ab74ace5
parentb0913cb018224e3dd13b2bcc2f9d6c52dba53de6
pvecm: fix cluster join over ssh with newer rsync

Since rsync 3.2.4, the syntax to give multiple files in one parameter
does not work anymore, so instead add both files explicitly.

this fixes the cluster join over ssh on Bookworm based Proxmox VE,
and Bullseye has rsync 3.2.3 so no change required there.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/PVE/CLI/pvecm.pm