File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
config/samples/import_plugins Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,11 @@ Currently available sample plugins are:
1717Whenever Glance is configured to use Ceph as a backend, operators want to
1818optimize the backend capabilities by ensuring that all images will be in raw
1919format while not putting the burden of converting the images to their end users.
20-
21- Operator/Deployer can use the ‘customServiceConfig‘ section to enable
22- [ ` image_conversion ` ] ( image_conversion/image_conversion.yaml ) plugin and
23- specify plugin configuration options which will be copied to glance
24- configuration file.
25-
26- As we can't make the qemu based conversion happened in a path that lives
27- within the POD space, we need to define a [ PVC] ( image_conversion/image_conversion_pvc.yaml )
28- that will be used to mount the Glance path used by image conversion plugin.
29-
20+ When Ceph is detected as a backend for Glance, the glance-operator injects and
21+ enables the image-conversion plugin.
22+ No action is required by the human operator, and this feature is enabled by
23+ default. See [ Ceph backend] ( https://github.com/openstack-k8s-operators/glance-operator/tree/main/config/samples/backends#ceph-example )
24+ for additional details.
3025You can find more abut plugin configuration options
3126in [ upstream] ( https://docs.openstack.org/glance/latest/admin/interoperable-image-import.html#the-image-conversion )
3227documentation.
You can’t perform that action at this time.
0 commit comments