diff --git a/pages/user-guide/config-environment/settings/3400-qcow.rst b/pages/user-guide/config-environment/settings/3400-qcow.rst index b7665e028..78d376c25 100644 --- a/pages/user-guide/config-environment/settings/3400-qcow.rst +++ b/pages/user-guide/config-environment/settings/3400-qcow.rst @@ -4,19 +4,14 @@ Choose image format +++++++++++++++++++ -Choose whether to use the qcow2 image format for saved images. +Select image format for ephemeral storage. .. image:: /_images/user_screen_shots/qcow.png :width: 90% -This selects the image format used for :ref:`Glance` -and :ref:`ephemeral volumes`. -The default setting is to use -the qcow (actually :ref:`qcow2`) format, -which is recommended when using :ref:`Swift` -as the storage backend for Glance. -If you use :ref:`Ceph RBD` -for Glance image storage or for ephemeral volumes, -you should disable the qcow image format -so that the raw format is used. - +When this option is selected, :ref:`ephemeral volumes` +will be created as a copy-on-write layer of the base image. +Without this option selected, ephemeral volumes will be full +copies of the base image. The default setting is to use +copy-on-write for ephemeral volumes. This option has no effect +when using :ref:`Ceph` for ephemeral storage.