Add rsync to nova-compute

when configure `remote_filesystem_transport` to rsync, rsync binary is
required.

Change-Id: I07be614846be9305f0775df22a6d931ceab1720a
(cherry picked from commit 92cedcd2b1)
This commit is contained in:
Jeffrey Zhang 2023-10-22 15:41:30 +08:00 committed by Maksim Malchuk
parent 8304b9456c
commit be43974c5f

View File

@ -29,6 +29,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python3-oslo-vmware',
'python3-rtslib',
'qemu-kvm-block-rbd',
'rsync',
'sysfsutils',
'targetcli',
'xfsprogs'
@ -70,6 +71,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python3-rbd',
'python3-rtslib-fb',
'qemu-block-extra',
'rsync',
'sasl2-bin',
'sysfsutils',
'targetcli-fb',
@ -112,6 +114,7 @@ RUN rm -f /etc/nova/nova-compute.conf
'python3-rtslib',
'qemu-img',
'qemu-kvm-block-rbd',
'rsync',
'sysfsutils',
'targetcli',
'xfsprogs'
@ -152,6 +155,7 @@ RUN rm -f /etc/nova/nova-compute.conf
'python3-rtslib-fb',
'qemu-block-extra',
'qemu-utils',
'rsync',
'sasl2-bin',
'sysfsutils',
'targetcli-fb',