Skip to content

Commit a127f89

Browse files
Merge pull request #489 from fmount/image_conv
Fix image-conversion doc in import_plugins README
2 parents ca21186 + fba4447 commit a127f89

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

config/samples/import_plugins/README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,11 @@ Currently available sample plugins are:
1717
Whenever Glance is configured to use Ceph as a backend, operators want to
1818
optimize the backend capabilities by ensuring that all images will be in raw
1919
format 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.
3025
You can find more abut plugin configuration options
3126
in [upstream](https://docs.openstack.org/glance/latest/admin/interoperable-image-import.html#the-image-conversion)
3227
documentation.

0 commit comments

Comments
 (0)