]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fixes all "Qemu" to "QEMU"
authorluokexue <luo.kexue@zte.com.cn>
Sat, 16 Apr 2016 03:42:19 +0000 (11:42 +0800)
committerluokexue <luo.kexue@zte.com.cn>
Sat, 16 Apr 2016 03:42:19 +0000 (11:42 +0800)
Signed-off-by: luokexue <luo.kexue@zte.com.cn>
doc/architecture.rst
doc/man/8/rbd.rst
doc/rbd/rbd.rst
doc/release-notes.rst

index 96b778916d6ce7a45da23f13a72378404bda523d..6450c693142cc7d22670b0b7a132c09a162c69d9 100644 (file)
@@ -1500,9 +1500,9 @@ daemons throughout the cluster.
 Thin-provisioned snapshottable Ceph Block Devices are an attractive option for
 virtualization and cloud computing. In virtual machine scenarios, people
 typically deploy a Ceph Block Device with the ``rbd`` network storage driver in
-Qemu/KVM, where the host machine uses ``librbd`` to provide a block device
+QEMU/KVM, where the host machine uses ``librbd`` to provide a block device
 service to the guest. Many cloud computing stacks use ``libvirt`` to integrate
-with hypervisors. You can use thin-provisioned Ceph Block Devices with Qemu and
+with hypervisors. You can use thin-provisioned Ceph Block Devices with QEMU and
 ``libvirt`` to support OpenStack and CloudStack among other solutions.
 
 While we do not provide ``librbd`` support with other hypervisors at this time,
index a3594c0b9ea5c040e6200c6270b3dc22ac021643..6a327e99888e6b01c605f76487c63277a6b30956 100644 (file)
@@ -17,7 +17,7 @@ Description
 ===========
 
 **rbd** is a utility for manipulating rados block device (RBD) images,
-used by the Linux rbd driver and the rbd storage driver for Qemu/KVM.
+used by the Linux rbd driver and the rbd storage driver for QEMU/KVM.
 RBD images are simple block devices that are striped over objects and
 stored in a RADOS object store. The size of the objects the image is
 striped over must be a power of two.
index ecd99cef3679f114f8c3065eced534678c0ecd86..ea571b731e097e0a9a3d9987f6b1a3046a51df97 100644 (file)
@@ -29,9 +29,9 @@ interact with OSDs using kernel modules or the ``librbd`` library.
    applications, Ceph supports `RBD Caching`_.
 
 Ceph's block devices deliver high performance with infinite scalability to
-`kernel modules`_, or to :abbr:`KVMs (kernel virtual machines)` such as `Qemu`_, and
+`kernel modules`_, or to :abbr:`KVMs (kernel virtual machines)` such as `QEMU`_, and
 cloud-based computing systems like `OpenStack`_ and `CloudStack`_ that rely on
-libvirt and Qemu to integrate with Ceph block devices. You can use the same cluster
+libvirt and QEMU to integrate with Ceph block devices. You can use the same cluster
 to operate the `Ceph RADOS Gateway`_, the `Ceph FS filesystem`_, and Ceph block
 devices simultaneously.
 
@@ -64,7 +64,7 @@ devices simultaneously.
 
 .. _RBD Caching: ../rbd-config-ref/
 .. _kernel modules: ../rbd-ko/
-.. _Qemu: ../qemu-rbd/
+.. _QEMU: ../qemu-rbd/
 .. _OpenStack: ../rbd-openstack
 .. _CloudStack: ../rbd-cloudstack
 .. _Ceph RADOS Gateway: ../../radosgw/
index 9532c99eb8f8c2198b14651d18456cb06dc4f984..11a588e2213a3f720bca29f29394da30d626e327 100644 (file)
@@ -4626,7 +4626,7 @@ v0.94.5 Hammer
 ==============
 
 This Hammer point release fixes a critical regression in librbd that can cause
-Qemu/KVM to crash when caching is enabled on images that have been cloned.
+QEMU/KVM to crash when caching is enabled on images that have been cloned.
 
 All v0.94.4 Hammer users are strongly encouraged to upgrade.
 
@@ -12010,7 +12010,7 @@ Notable changes
 * rbd: avoid FIEMAP ioctl on import (it is broken on some kernels)
 * librbd: fixes for several request/reply ordering bugs
 * librbd: only set STRIPINGV2 feature on new images when needed
-* librbd: new async flush method to resolve qemu hangs (requires Qemu update as well)
+* librbd: new async flush method to resolve qemu hangs (requires QEMU update as well)
 * librbd: a few fixes to flatten
 * ceph-disk: support for dm-crypt
 * ceph-disk: many backports to allow bobtail deployments with ceph-deploy, chef