From f4783fb03a155e08119a2ea7d40598a9106cfea3 Mon Sep 17 00:00:00 2001 From: John Fulton Date: Thu, 25 Apr 2024 12:28:24 -0400 Subject: [PATCH] Enable glance sparse image upload When Glance is configured with Ceph RBD there are performance benefits for storage usage and upload time when `rbd_thin_provisioning` is set. https://specs.openstack.org/openstack/glance-specs/specs/victoria/approved/glance_store/handle-sparse-image.html Signed-off-by: John Fulton --- examples/va/hci/service-values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/va/hci/service-values.yaml b/examples/va/hci/service-values.yaml index 780d33286..6fe2c6204 100644 --- a/examples/va/hci/service-values.yaml +++ b/examples/va/hci/service-values.yaml @@ -37,6 +37,7 @@ data: store_description = "RBD backend" rbd_store_pool = images rbd_store_user = openstack + rbd_thin_provisioning = True glanceAPIs: default: replicas: 3