You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2014/05/27 11:00:32 UTC

[07/13] Add po files for zh_CN

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/fff40fc1/source/locale/zh_CN/LC_MESSAGES/storage.po
----------------------------------------------------------------------
diff --git a/source/locale/zh_CN/LC_MESSAGES/storage.po b/source/locale/zh_CN/LC_MESSAGES/storage.po
new file mode 100644
index 0000000..dfc19da
--- /dev/null
+++ b/source/locale/zh_CN/LC_MESSAGES/storage.po
@@ -0,0 +1,1461 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C)
+# This file is distributed under the same license as the Apache CloudStack Administration Documentation package.
+# 
+# Translators:
+# renoshen <sh...@sinosig.com>, 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: Apache CloudStack Administration RTD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-03-31 14:08-0400\n"
+"PO-Revision-Date: 2014-05-15 02:30+0000\n"
+"Last-Translator: renoshen <sh...@sinosig.com>\n"
+"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/apache-cloudstack-administration-rtd/language/zh_CN/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: zh_CN\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+# 6a202e4741994470b627a504dfaa0ec4
+#: ../../storage.rst:18
+msgid "Working with Storage"
+msgstr "使用存储"
+
+# 162dc01704434bf39297420664b52155
+#: ../../storage.rst:21
+msgid "Storage Overview"
+msgstr "存储概述"
+
+# fb6cf279ed414191933888a05da50e30
+#: ../../storage.rst:23
+msgid ""
+"CloudStack defines two types of storage: primary and secondary. Primary "
+"storage can be accessed by either iSCSI or NFS. Additionally, direct "
+"attached storage may be used for primary storage. Secondary storage is "
+"always accessed using NFS."
+msgstr "CloudStack定义了两种存储:主存储和辅助存储。主存储可以使用iSCSI或NFS协议。另外,直接附加存储可被用于主存储。辅助存储通常使用NFS协议。"
+
+# 3e1682b1378e44d1b6277de404cef6c9
+#: ../../storage.rst:28
+msgid ""
+"There is no ephemeral storage in CloudStack. All volumes on all nodes are "
+"persistent."
+msgstr "CloudStack不支持临时存储。所有节点上的所有卷都是持久存储。"
+
+# 3b158cf365224a128dce4c9bf414bc05
+#: ../../storage.rst:32
+msgid "Primary Storage"
+msgstr "主存储"
+
+# 0182a2b8079342b0b3ceb0b29b179646
+#: ../../storage.rst:34
+msgid ""
+"This section gives concepts and technical details about CloudStack primary "
+"storage. For information about how to install and configure primary storage "
+"through the CloudStack UI, see the Installation Guide."
+msgstr "本章节讲述的是关于CloudStack的主存储概念和技术细节。更多关于如何通过CloudStack UI安装和配置主存储的信息,请参阅安装向导。"
+
+# 6050cb5647774b9191d87c9ac4c7db00
+#: ../../storage.rst:38
+msgid ""
+"`“About Primary Storage” "
+"<http://docs.cloudstack.apache.org/en/latest/concepts.html#about-primary-"
+"storage>`_"
+msgstr "`“关于主存储” <http://docs.cloudstack.apache.org/en/latest/concepts.html#关于主存储>`_"
+
+# 2d5f67decc454f279ad544d95f3a200c
+#: ../../storage.rst:41
+msgid "Best Practices for Primary Storage"
+msgstr "主存储的最佳实践"
+
+# a8e6b6ee46a0407d89434124df4e5829
+#: ../../storage.rst:45
+msgid ""
+"The speed of primary storage will impact guest performance. If possible, "
+"choose smaller, higher RPM drives or SSDs for primary storage."
+msgstr "主存储的速度会直接影响来宾虚机的性能。如果可能,为主存储选择选择容量小,转速高的硬盘或SSDs。"
+
+# 25a499cd8ec24c99bfc6f0391d203d7b
+#: ../../storage.rst:51
+msgid "There are two ways CloudStack can leverage primary storage:"
+msgstr "CloudStack用两种方式使用主存储:"
+
+# 8c344e1829c64653b8c2a3f7fd4340c6
+#: ../../storage.rst:53
+msgid ""
+"Static: This is CloudStack's traditional way of handling storage. In this "
+"model, a preallocated amount of storage (ex. a volume from a SAN) is given "
+"to CloudStack. CloudStack then permits many of its volumes to be created on "
+"this storage (can be root and/or data disks). If using this technique, "
+"ensure that nothing is stored on the storage. Adding the storage to "
+"CloudStack will destroy any existing data."
+msgstr "静态:CloudStack管理存储的传统方式。在这个模式下,要给CloudStack预先分配几个存储(比如一个SAN上的卷)。然后CloudStack在上面创建若干个卷(可以是root和/或者数据盘)。如果使用这种技术,确保存储上没有数据。给CloudStack添加存储会销毁已存在的所有数据。"
+
+# 72b1dbe1653c4bfbb6de406140cd47d5
+#: ../../storage.rst:61
+msgid ""
+"Dynamic: This is a newer way for CloudStack to manage storage. In this "
+"model, a storage system (rather than a preallocated amount of storage) is "
+"given to CloudStack. CloudStack, working in concert with a storage plug-in, "
+"dynamically creates volumes on the storage system and each volume on the "
+"storage system maps to a single CloudStack volume. This is highly useful for"
+" features such as storage Quality of Service. Currently this feature is "
+"supported for data disks (Disk Offerings)."
+msgstr "动态:这是一个比较新的CloudStack管理存储的方式。在这个模式中,给CloudStack使用的是一个存储系统(但不是预分配的存储)。CloudStack配合存储一起工作,动态的在存储系统上创建卷并且存储系统上的每个卷都映射到一个CloudStack卷。这样做非常有利于存储的QoS。目前数据磁盘(磁盘方案)支持这个特性。"
+
+# 0a9a0545d65d499e9e87855b3f653046
+#: ../../storage.rst:71
+msgid "Runtime Behavior of Primary Storage"
+msgstr "主存储的运行时行为"
+
+# c1b7c1df534f487d9b282f9cba881b25
+#: ../../storage.rst:73
+msgid ""
+"Root volumes are created automatically when a virtual machine is created. "
+"Root volumes are deleted when the VM is destroyed. Data volumes can be "
+"created and dynamically attached to VMs. Data volumes are not deleted when "
+"VMs are destroyed."
+msgstr "当创建虚拟机的时候,root卷也会自动的创建。在VM被销毁的时候root卷也会被删除。数据卷可以被创建并动态的挂载到VMs上。VMs销毁时并不会删除数据卷。"
+
+# b55c6963f6704ca899a39303709603e6
+#: ../../storage.rst:78
+msgid ""
+"Administrators should monitor the capacity of primary storage devices and "
+"add additional primary storage as needed. See the Advanced Installation "
+"Guide."
+msgstr "管理员可以监控主存储设备的容量和在需要时添加其他的主存储。强参阅高级安装指导。"
+
+# 0e941196770047709eb7afb942ef3189
+#: ../../storage.rst:82
+msgid ""
+"Administrators add primary storage to the system by creating a CloudStack "
+"storage pool. Each storage pool is associated with a cluster or a zone."
+msgstr "管理员通过CloudStack创建存储池来给系统添加主存储。每个存储池对应一个群集或者区域。"
+
+# 0be8863a4d5c46b1bfa11b79c1a1b407
+#: ../../storage.rst:86
+msgid ""
+"With regards to data disks, when a user executes a Disk Offering to create a"
+" data disk, the information is initially written to the CloudStack database "
+"only. Upon the first request that the data disk be attached to a VM, "
+"CloudStack determines what storage to place the volume on and space is taken"
+" from that storage (either from preallocated storage or from a storage "
+"system (ex. a SAN), depending on how the primary storage was added to "
+"CloudStack)."
+msgstr "对于数据磁盘,当一个用户执行一个磁盘方案来创建数据磁盘的时候,初始化信息就被写到了CloudStack的数据库中。根据第一次给VM附加数据磁盘的请求,CloudStack决定这个卷的位置和空间占用在哪个存储(预分配存储和存储系统(比如SAN)中的任意一种,这取决于CloudStack使用的哪种主存储)。"
+
+# 35ce9d0c83744d748be1f1449258f36c
+#: ../../storage.rst:95
+msgid "Hypervisor Support for Primary Storage"
+msgstr "Hypervisor支持的主存储"
+
+# 31019aa248e34fc6b8039761b2720e7f
+#: ../../storage.rst:97
+msgid ""
+"The following table shows storage options and parameters for different "
+"hypervisors."
+msgstr "下面的表格展示了不同hypervisors所支持的存储类型。"
+
+# 9b771149e496473c92a454c33198c403
+#: ../../storage.rst:101
+msgid "Storage media \\\\ hypervisor"
+msgstr "存储媒介 \\\\ hypervisor"
+
+# e97686c28c974dbf92162b6b0fa942b8
+# bfae9331e42b4e998bdae8c62e3765eb
+#: ../../storage.rst:101 ../../storage.rst:805
+msgid "VMware vSphere"
+msgstr "VMware vSphere"
+
+# 0058e135219d4613a2d541b1870917de
+# 3b343f7b559749a29a430c1a553b3526
+#: ../../storage.rst:101 ../../storage.rst:805
+msgid "Citrix XenServer"
+msgstr "Citrix XenServer"
+
+# 367bf4f20f1c4984924962ff00d6df89
+# 52a52afa13aa4117b06c90af23419b9d
+# edc2d21234584f6a99ca592df4540bbe
+#: ../../storage.rst:101 ../../storage.rst:354 ../../storage.rst:805
+msgid "KVM"
+msgstr "KVM"
+
+# b5679e3e7ee44ad081663d53a59df3e5
+#: ../../storage.rst:101
+msgid "Hyper-V"
+msgstr "Hyper-V"
+
+# 8c6b23cd30df4e11a24b05d287672f22
+#: ../../storage.rst:103
+msgid "**Format for Disks, Templates, and Snapshots**"
+msgstr "**磁盘、模板和快照的格式**"
+
+# 1533db8909654e9dbdee1bfb501c22da
+#: ../../storage.rst:103
+msgid "VMDK"
+msgstr "VMDK"
+
+# aa7a7f57290745ebb004f74e8d93a94c
+# 7d5a6b20bd9c40dd8e2bf7f89defbb4f
+#: ../../storage.rst:103 ../../storage.rst:352
+msgid "VHD"
+msgstr "VHD"
+
+# 857238d5d0894c4195147b0552ef94cc
+# 85858348297d4cb18e06b4f68df7bb9b
+#: ../../storage.rst:103 ../../storage.rst:354
+msgid "QCOW2"
+msgstr "QCOW2"
+
+# 45f3ddfdaf174b0e844873ef2d5609aa
+#: ../../storage.rst:103
+msgid "VHD Snapshots are not supported."
+msgstr "不支持VHD快照。"
+
+# 629dd8794f35435ba0c0de72442d0698
+#: ../../storage.rst:105
+msgid "**iSCSI support**"
+msgstr "**支持iSCSI**"
+
+# df0857bbc10d454694cb27c6368cc385
+# 6cbf7a9a5ccf4c9b8d9cfea376fa936c
+#: ../../storage.rst:105 ../../storage.rst:106
+msgid "VMFS"
+msgstr "VMFS"
+
+# 6356c605eb10407597ce69ae946eded4
+#: ../../storage.rst:105
+msgid "Clustered LVM"
+msgstr "集群化的LVM"
+
+# 54f6f377a0e9433ba6646f2d344089a1
+# e8acf322132f4c1d92c944041a19c61f
+#: ../../storage.rst:105 ../../storage.rst:106
+msgid "Yes, via Shared Mountpoint"
+msgstr "是的,通过Shared Mountpoint"
+
+# d6cf7d4bef014613aaf695ffffe4a235
+# c823d9f7038149b690668fa00379827b
+# 0b59cd2d03ac46529c20eaaab120981c
+# 846a3012c0ae422495176ac15ab15e55
+# d14fff6660d64688afc8ccbcc70cddfd
+# caa33ef9d4a04315a001850c938c31b8
+# 86461019f42a406e8b39a826bc193ed7
+# 5bb1f7b752e345d2b87e7e358be4b8a8
+# e68af722a2d2497aa6f8a8fca2cbdde6
+#: ../../storage.rst:105 ../../storage.rst:106 ../../storage.rst:107
+#: ../../storage.rst:109 ../../storage.rst:110 ../../storage.rst:110
+#: ../../storage.rst:110 ../../storage.rst:807 ../../storage.rst:807
+msgid "No"
+msgstr "不支持"
+
+# 4a312a6b96eb419e9e8f0340e73043c7
+#: ../../storage.rst:106
+msgid "**Fiber Channel support**"
+msgstr "**FC支持**"
+
+# ca35f289a9684c7dbf0aa1d2eec7ea07
+#: ../../storage.rst:106
+msgid "Yes, via Existing SR"
+msgstr "是的,通过已有的SR"
+
+# 50c9535f99f94ba991e8f54be3a35868
+#: ../../storage.rst:107
+msgid "**NFS support**"
+msgstr "**支持NFS**"
+
+# e2c8e01326de420a93da3da1cccc6e04
+# 03b10788ed144cee89bfeb280a91507b
+# 36ec13d7d1104063898e7ee586dc8e73
+# 7b8ce691a5754a2bbe7b77ba4a5beb29
+# 73f105a11ea244348d276ceda77ffa48
+# 8e54d7de196946248fa2f7c5e5e89ed6
+# f03361eae16c40518b6e18d98ee28635
+# 34559af0e0774036a131a78b6b54e924
+# 89b6eb69d35a47eabb875bdf4405e421
+#: ../../storage.rst:107 ../../storage.rst:107 ../../storage.rst:107
+#: ../../storage.rst:108 ../../storage.rst:108 ../../storage.rst:108
+#: ../../storage.rst:108 ../../storage.rst:110 ../../storage.rst:807
+msgid "Yes"
+msgstr "支持"
+
+# 6d3ad498707b47e183038ce5ebb1447d
+#: ../../storage.rst:108
+msgid "**Local storage support**"
+msgstr "**支持本地存储**"
+
+# 858891283fa8498382d9942dc59e2ae6
+#: ../../storage.rst:109
+msgid "**Storage over-provisioning**"
+msgstr "**存储超配**"
+
+# 876ffced6c3f4dd1825a99b39c624759
+#: ../../storage.rst:109
+msgid "NFS and iSCSI"
+msgstr "NFS and iSCSI"
+
+# 34edc60597864cb88c0d3a68161bd014
+# afaccbd5ae404bbf9a2b322b957fc27f
+#: ../../storage.rst:109 ../../storage.rst:109
+msgid "NFS"
+msgstr "NFS"
+
+# 5cdd4df99d8146b99052b26946cfdebc
+#: ../../storage.rst:110
+msgid "**SMB/CIFS**"
+msgstr "**SMB/CIFS**"
+
+# 23cfe36aac394c0183ffe7482f8dcded
+#: ../../storage.rst:113
+msgid ""
+"XenServer uses a clustered LVM system to store VM images on iSCSI and Fiber "
+"Channel volumes and does not support over-provisioning in the hypervisor. "
+"The storage server itself, however, can support thin-provisioning. As a "
+"result the CloudStack can still support storage over-provisioning by running"
+" on thin-provisioned storage volumes."
+msgstr "XenServer通过在iSCSI和FC卷上使用集群化的LVM系统来存储VM镜像,并且不支持存储超配。尽管存储本身支持自动精简配置。不过CloudStack仍然支持在有自动精简配置的存储卷上使用存储超配。"
+
+# bd46a0f32fc0459fadf89598bd0b9f7b
+#: ../../storage.rst:119
+msgid ""
+"KVM supports \"Shared Mountpoint\" storage. A shared mountpoint is a file "
+"system path local to each server in a given cluster. The path must be the "
+"same across all Hosts in the cluster, for example /mnt/primary1. This shared"
+" mountpoint is assumed to be a clustered filesystem such as OCFS2. In this "
+"case the CloudStack does not attempt to mount or unmount the storage as is "
+"done with NFS. The CloudStack requires that the administrator insure that "
+"the storage is available"
+msgstr "KVM支持 \"Shared Mountpoint\"存储。Shared Mountpoint是群集中每个服务器本地文件系统中的一个路径。群集中所有主机上的这个路径必须一致,比如/mnt/primary1。假设Shared Mountpoint是一个集群文件系统如OCFS2。在这种情况下,CloudStack不会把它当做NFS存储去尝试挂载或卸载。CloudStack需要管理员保证存储时可用的。"
+
+# 5ab2d028f0aa4897b165fb8e42dbb0e4
+#: ../../storage.rst:127
+msgid ""
+"With NFS storage, CloudStack manages the overprovisioning. In this case the "
+"global configuration parameter storage.overprovisioning.factor controls the "
+"degree of overprovisioning. This is independent of hypervisor type."
+msgstr "在NFS存储中,CloudStack负责超配置。这种情况下,全局配置参数storage.overprovisioning.factor来控制超配的范围。这取决于hyperviso类型。"
+
+# 585fda9b393848eaa23c3131967805fe
+#: ../../storage.rst:132
+msgid ""
+"Local storage is an option for primary storage for vSphere, XenServer, and "
+"KVM. When the local disk option is enabled, a local disk storage pool is "
+"automatically created on each host. To use local storage for the System "
+"Virtual Machines (such as the Virtual Router), set "
+"system.vm.use.local.storage to true in global configuration."
+msgstr "在vSphere, XenServer和KVM中,本地存储是一个可选项。当选择了使用本地存储,所有主机上会自动创建本地存储资源池。要让System Virtual Machines (如the Virtual Router)使用本地存储,请设置全局配置中的system.vm.use.local.storage为true."
+
+# c4c43cee4d724ef7aa505614fe3cedba
+#: ../../storage.rst:138
+msgid ""
+"CloudStack supports multiple primary storage pools in a Cluster. For "
+"example, you could provision 2 NFS servers in primary storage. Or you could "
+"provision 1 iSCSI LUN initially and then add a second iSCSI LUN when the "
+"first approaches capacity."
+msgstr "CloudStack支持在一个群集内有多个主存储池。比如,有2个NFS服务器提供主存储。或原来有1个iSCSI LUN后来又添加了第二个iSCSI LUN。"
+
+# 235339683cb34f9984c233974b8da43d
+#: ../../storage.rst:144
+msgid "Storage Tags"
+msgstr "存储标签"
+
+# c9a9cdbd754642189859f3f96cfebe95
+#: ../../storage.rst:146
+msgid ""
+"Storage may be \"tagged\". A tag is a text string attribute associated with "
+"primary storage, a Disk Offering, or a Service Offering. Tags allow "
+"administrators to provide additional information about the storage. For "
+"example, that is a \"SSD\" or it is \"slow\". Tags are not interpreted by "
+"CloudStack. They are matched against tags placed on service and disk "
+"offerings. CloudStack requires all tags on service and disk offerings to "
+"exist on the primary storage before it allocates root or data disks on the "
+"primary storage. Service and disk offering tags are used to identify the "
+"requirements of the storage that those offerings have. For example, the high"
+" end service offering may require \"fast\" for its root disk volume."
+msgstr "存储是可以被\"标签\"的。标签是与主存储、磁盘方案或服务方案关联的字符串属性。标签允许管理员给存储添加额外的信息。比如\"SSD\"或者\"慢速\"。CloudStack不负责解释标签。它不会匹配服务和磁盘方案的标签。CloudStack要求在主存储上分配root或数据磁盘之前,所有服务和磁盘方案的都已存在对应的标签。服务和磁盘方案的标签被用于识别方案对存储的要求。比如,高端服务方案可能需要它的root磁盘卷是\"快速的\""
+
+# 62e869476add4ac8a88d34476a992a0b
+#: ../../storage.rst:158
+msgid ""
+"The interaction between tags, allocation, and volume copying across clusters"
+" and pods can be complex. To simplify the situation, use the same set of "
+"tags on the primary storage for all clusters in a pod. Even if different "
+"devices are used to present those tags, the set of exposed tags can be the "
+"same."
+msgstr "标签,分配,跨集群或机架的卷复制之间的关系是很复杂的。简单的环境就是在一个机架内所有集群的主存储使用相同的标签。即使用这些标签表示不同设备,展现出来的标签组仍可以是一样的。"
+
+# 85d0b9514cd94531b80bb8458c5ce0dc
+#: ../../storage.rst:165
+msgid "Maintenance Mode for Primary Storage"
+msgstr "主存储的维护模式"
+
+# 51dcf6eb4eec44809e6e374dbf77c6bf
+#: ../../storage.rst:167
+msgid ""
+"Primary storage may be placed into maintenance mode. This is useful, for "
+"example, to replace faulty RAM in a storage device. Maintenance mode for a "
+"storage device will first stop any new guests from being provisioned on the "
+"storage device. Then it will stop all guests that have any volume on that "
+"storage device. When all such guests are stopped the storage device is in "
+"maintenance mode and may be shut down. When the storage device is online "
+"again you may cancel maintenance mode for the device. The CloudStack will "
+"bring the device back online and attempt to start all guests that were "
+"running at the time of the entry into maintenance mode."
+msgstr "主存储可以被设置成维护模式。这很有用,例如,替换存储设备中坏的RAM。对存储设备的维护模式将首先停止任何新的来自预处理的来宾虚机,然后停止所有有数据卷的来宾虚机。当所有来宾虚机被停止的时候,这个存储设备就进入维护模式了并且可以关机。当存储设备再次上线的时候,你可以对这个设备取消维护模式。CloudStack将返回在线状态并且试着启动所有曾在这个设备进入维护模式前运行的来宾机器。"
+
+# 50c6445f7bbf459c8184fcbee613ef51
+#: ../../storage.rst:179
+msgid "Secondary Storage"
+msgstr "辅助存储"
+
+# 93e8dd0aa2384174bfaff80a3205b6cb
+#: ../../storage.rst:181
+msgid ""
+"This section gives concepts and technical details about CloudStack secondary"
+" storage. For information about how to install and configure secondary "
+"storage through the CloudStack UI, see the Advanced Installation Guide."
+msgstr "本章节讲述的是关于CloudStack的辅助存储概念和技术细节。更多关于如何通过CloudStack UI安装和配置主存储的信息,请参阅高级安装向导。"
+
+# 18793cf034ab43f1b77b289ac9d4286b
+#: ../../storage.rst:186
+msgid ""
+"`“About Secondary Storage” "
+"<http://docs.cloudstack.apache.org/en/latest/concepts.html#about-secondary-"
+"storage>`_"
+msgstr "`“关于辅助存储” <http://docs.cloudstack.apache.org/en/latest/concepts.html#about-secondary-storage>`_。"
+
+# 581e0ba4319a47feb92812e319ae14af
+#: ../../storage.rst:189
+msgid "Working With Volumes"
+msgstr "使用磁盘卷"
+
+# 142cd329b56e4fb2b0e17fb5fe687958
+#: ../../storage.rst:191
+msgid ""
+"A volume provides storage to a guest VM. The volume can provide for a root "
+"disk or an additional data disk. CloudStack supports additional volumes for "
+"guest VMs."
+msgstr "卷为来宾虚机提供存储。卷可以作为root分区或附加数据磁盘。CloudStack支持为来宾虚机添加卷。"
+
+# cdaaac178c9946e9bd5030fe82be6c78
+#: ../../storage.rst:195
+msgid ""
+"Volumes are created for a specific hypervisor type. A volume that has been "
+"attached to guest using one hypervisor type (e.g, XenServer) may not be "
+"attached to a guest that is using another hypervisor type, for "
+"example:vSphere, KVM. This is because the different hypervisors use "
+"different disk image formats."
+msgstr "不同的hypervisor创建的磁盘卷有所不同。当磁盘卷被附加到一种hypervisor的虚拟机(如:xenserver),就不能再被附加到其他类型的hypervisor,如:vmware、kvm的虚拟机中。因为它们所用的磁盘分区模式不同。"
+
+# 91341fe4ee6540a9a6ee240d99134524
+#: ../../storage.rst:201
+msgid ""
+"CloudStack defines a volume as a unit of storage available to a guest VM. "
+"Volumes are either root disks or data disks. The root disk has \"/\" in the "
+"file system and is usually the boot device. Data disks provide for "
+"additional storage, for example: \"/opt\" or \"D:\". Every guest VM has a "
+"root disk, and VMs can also optionally have a data disk. End users can mount"
+" multiple data disks to guest VMs. Users choose data disks from the disk "
+"offerings created by administrators. The user can create a template from a "
+"volume as well; this is the standard procedure for private template "
+"creation. Volumes are hypervisor-specific: a volume from one hypervisor type"
+" may not be used on a guest of another hypervisor type."
+msgstr "CloudStack定义一个卷作为来宾虚机的一个有效的存储单元。卷可能是root磁盘或者数据磁盘。root磁盘在文件系统中有 \"/\" 并且通常用于启动设备。数据磁盘提供额外的存储,比如:\"/opt\"或者\"D:\"。每个来宾VM都有一个root磁盘,VMs可能也还有数据磁盘。终端用可以给来宾VMs挂在多个数据磁盘。用户通过管理员创建的磁盘方案来选择数据磁盘。用户同样可以在卷上创建模板;这是标准私有模板的创建流程。针对不同的hypervisor卷也不同:一个hypervisor类型上的卷不能用于其它的hypervisor类型上的来宾虚机。"
+
+# da3a2cb646de40cba343e682fd29a500
+#: ../../storage.rst:213
+msgid ""
+"CloudStack supports attaching up to 13 data disks to a VM on XenServer "
+"hypervisor versions 6.0 and above. For the VMs on other hypervisor types, "
+"the data disk limit is 6."
+msgstr "CloudStack支持给XenServer 6.0和以上版本的VM最多附加13个数据磁盘。其它hypervisor类型上的VMs,最多附加6个数据磁盘。"
+
+# f994b230e52240c089e8967a20e17040
+#: ../../storage.rst:216
+msgid "Creating a New Volume"
+msgstr "创建新卷"
+
+# 73e8fe50f38c4b7ab55f0fc3569b141f
+#: ../../storage.rst:218
+msgid ""
+"You can add more data disk volumes to a guest VM at any time, up to the "
+"limits of your storage capacity. Both CloudStack administrators and users "
+"can add volumes to VM instances. When you create a new volume, it is stored "
+"as an entity in CloudStack, but the actual storage resources are not "
+"allocated on the physical storage device until you attach the volume. This "
+"optimization allows the CloudStack to provision the volume nearest to the "
+"guest that will use it when the first attachment is made."
+msgstr "你可以在符合你存储能力的情况下随时向来宾虚拟机添加多个数据卷。CloudStack的管理员和普通用户都可以向虚拟机实例中添加卷。当你创建了一个新卷,他以一个实体的形式存在于CloudStack中,但是在你将其附加到实例中之前他并不会被分配实际的物理空间。这个优化项允许CloudStack提供最接近来宾虚机的卷,并在第一个附加至虚机的时候使用它。"
+
+# 4e95f1cce44c4810b4dbd2d9ad64b99c
+#: ../../storage.rst:227
+msgid "Using Local Storage for Data Volumes"
+msgstr "使用本地存储作为数据卷"
+
+# 77c86c26103b40de80b813b21c07de64
+#: ../../storage.rst:229
+msgid ""
+"You can create data volumes on local storage (supported with XenServer, KVM,"
+" and VMware). The data volume is placed on the same host as the VM instance "
+"that is attached to the data volume. These local data volumes can be "
+"attached to virtual machines, detached, re-attached, and deleted just as "
+"with the other types of data volume."
+msgstr "您可以将数据盘创建在本地存储上(XenServer、KVM和VMware支持)。数据盘会存放在和所挂载的虚机相同的主机上。这些本地数据盘可以象其它类型的数据盘一样挂载到虚机、卸载、再挂载和删除。"
+
+# 4e4085b4548c4fd291c04570d4b72c31
+#: ../../storage.rst:235
+msgid ""
+"Local storage is ideal for scenarios where persistence of data volumes and "
+"HA is not required. Some of the benefits include reduced disk I/O latency "
+"and cost reduction from using inexpensive local disks."
+msgstr "在不需要持久化数据卷和HA的情况下,本地存储是个理想的选择。其优点包括降低磁盘I/O延迟、使用廉价的本地磁盘来降低费用等。"
+
+# fb5fadabf5084ba2be5f47f42c575bec
+#: ../../storage.rst:239
+msgid ""
+"In order for local volumes to be used, the feature must be enabled for the "
+"zone."
+msgstr "为了能使用本地磁盘,区域中必须启用该功能。"
+
+# 2738dcf7ec914826a7fee9dde6d1dd3d
+#: ../../storage.rst:242
+msgid ""
+"You can create a data disk offering for local storage. When a user creates a"
+" new VM, they can select this disk offering in order to cause the data disk "
+"volume to be placed in local storage."
+msgstr "您可以为本地存储创建一个数据盘方案。当创建新虚机时,用户就能够选择该磁盘方案使数据盘存放到本地存储上。"
+
+# e6cc30d22423450c85f9517f7c29b58c
+#: ../../storage.rst:246
+msgid ""
+"You can not migrate a VM that has a volume in local storage to a different "
+"host, nor migrate the volume itself away to a different host. If you want to"
+" put a host into maintenance mode, you must first stop any VMs with local "
+"data volumes on that host."
+msgstr "你不能将使用了本地存储作为磁盘的虚机迁移到别的主机,也不能迁移磁盘本身到别的主机。若要将主机置于维护模式,您必须先将该主机上所有拥有本地数据卷的虚机关机。"
+
+# 5ba5e0d99d2b485eb47568e8f5c49974
+#: ../../storage.rst:252
+msgid "To Create a New Volume"
+msgstr "创建新卷"
+
+# 854156bcaf7841df87abdbbe3c2e1a97
+# 81089de40b7f4cfabaf992d654b45b6a
+# d2aadcf9b28745ccabf9ab9238f12bb8
+# 87447c411f444603b00a3bdf59da65d0
+# 6f7be70585d8470fb8e8e0f82a57714b
+# c9aa8bf9f15c4956ab9d0372030dc6ee
+# 88f2f68cca994709945a84a66ff08f83
+#: ../../storage.rst:256 ../../storage.rst:386 ../../storage.rst:428
+#: ../../storage.rst:498 ../../storage.rst:529 ../../storage.rst:566
+#: ../../storage.rst:636
+msgid "Log in to the CloudStack UI as a user or admin."
+msgstr "使用用户或管理员登录到CloudStack用户界面。"
+
+# 72e414f9ba5a469aa0219d560888934b
+# 14f9e0c99a7a49f6ac1f53e3163d2025
+# 50e1473900704ebcae177aa3a73ed45c
+# ce7e768615b345d1a5cfd791b3e49343
+#: ../../storage.rst:260 ../../storage.rst:324 ../../storage.rst:640
+#: ../../storage.rst:756
+msgid "In the left navigation bar, click Storage."
+msgstr "在左侧导航栏点击存储。"
+
+# 5e66820dfd5e495fb59a2e3b04eceaf4
+# 7490a7779492470692842a5bc16f66a8
+# 05e2753aad0543ed9de8f5fe61ae80d8
+#: ../../storage.rst:264 ../../storage.rst:394 ../../storage.rst:644
+msgid "In Select View, choose Volumes."
+msgstr "在选择视图中选择卷。"
+
+# 98f953c385004db884f1a0b9d7fcce09
+#: ../../storage.rst:268
+msgid ""
+"To create a new volume, click Add Volume, provide the following details, and"
+" click OK."
+msgstr "点击添加卷来创建一个新卷,填写以下信息后点击确定。"
+
+# f77218cc8e0944c5ac93425caddc5a5c
+#: ../../storage.rst:273
+msgid "Name. Give the volume a unique name so you can find it later."
+msgstr "名字。给卷取个唯一的名字以便于你以后找到它。"
+
+# 77f2d58bc029432fad2e20894e0dc4a4
+#: ../../storage.rst:277
+msgid ""
+"Availability Zone. Where do you want the storage to reside? This should be "
+"close to the VM that will use the volume."
+msgstr "可用的资源域。你想让这个存储在哪个地方有效?这个应该接近要是用这个卷的VM。(就是说你要 在单个资源域内使用这个存储就选择单个资源域,如果此存储要在多个资源与内共享你就选所有资源域)"
+
+# 0dd389820dab437ab448b331b2e2e3dc
+#: ../../storage.rst:282
+msgid "Disk Offering. Choose the characteristics of the storage."
+msgstr "磁盘方案。选择存储特性。"
+
+# 3ff901f9fc4245859f4413152d691ec2
+#: ../../storage.rst:284
+msgid ""
+"The new volume appears in the list of volumes with the state “Allocated.” "
+"The volume data is stored in CloudStack, but the volume is not yet ready for"
+" use"
+msgstr "新建的存储会在卷列表中显示为“已分配”状态。卷数据已经存储到CloudStack了,但是该卷还不能被使用。"
+
+# 1fd0848ef74948fdbcbccf818d92177d
+#: ../../storage.rst:290
+msgid "To start using the volume, continue to Attaching a Volume"
+msgstr "通过附加卷来开始使用这个卷。"
+
+# c0df3d546d4d4bb0b749ee670e7fb1b4
+#: ../../storage.rst:293
+msgid "Uploading an Existing Volume to a Virtual Machine"
+msgstr "上传一个已存在的卷给虚拟机"
+
+# 72bbdbadb3124063954e9e6fe0dce7a1
+#: ../../storage.rst:295
+msgid ""
+"Existing data can be made accessible to a virtual machine. This is called "
+"uploading a volume to the VM. For example, this is useful to upload data "
+"from a local file system and attach it to a VM. Root administrators, domain "
+"administrators, and end users can all upload existing volumes to VMs."
+msgstr "已存在的数据现在可以被虚拟机存取。这个被称为上传一个卷到VM。例如,这对于从本地数据系统上传数据并将数据附加到VM是非常有用的。Root管理员、域管理员和终端用户都可以给VMs上传已存在的卷。"
+
+# c9884a3f983640be9c819a9386183862
+#: ../../storage.rst:301
+msgid ""
+"The upload is performed using HTTP. The uploaded volume is placed in the "
+"zone's secondary storage"
+msgstr "使用HTTP上传。上传的卷被存储在区域中的辅助存储中。"
+
+# 0a24f9d7f649445ea6f882e03af5a4c8
+#: ../../storage.rst:304
+msgid ""
+"You cannot upload a volume if the preconfigured volume limit has already "
+"been reached. The default limit for the cloud is set in the global "
+"configuration parameter max.account.volumes, but administrators can also set"
+" per-domain limits that are different from the global default. See Setting "
+"Usage Limits"
+msgstr "如果预配置的卷已经达到了上限的话,那么你就不能上传卷了。默认的限制在全局配置参数max.account.volumes中设置,但是管理员同样可以为每个用户域设置不同于全局默认的上限值。请参阅设置使用限制。"
+
+# 561cea17ed5b4aa18cea478b6159261d
+#: ../../storage.rst:310
+msgid "To upload a volume:"
+msgstr "要上传一个卷:"
+
+# 5ca6925a182745bd92c83dddbb7ae803
+#: ../../storage.rst:314
+msgid ""
+"(Optional) Create an MD5 hash (checksum) of the disk image file that you are"
+" going to upload. After uploading the data disk, CloudStack will use this "
+"value to verify that no data corruption has occurred."
+msgstr "(可选项)为将要上传的磁盘镜像文件创建一个MD5哈希(校验)。再上传数据磁盘之后,CloudStack将使用这个校验值来检查这个磁盘文件再上传过程中没有出错。"
+
+# 51a89894bbfa4442971f72c7e46f146d
+#: ../../storage.rst:320
+msgid "Log in to the CloudStack UI as an administrator or user"
+msgstr "用管理员或用户账号登录CloudStack UI"
+
+# 28723898f3674b00ab161be4a747617a
+#: ../../storage.rst:328
+msgid "Click Upload Volume."
+msgstr "点击上传卷。"
+
+# ad72af46b40f4b3f9a6e531498b729d9
+#: ../../storage.rst:332
+msgid "Provide the following:"
+msgstr "填写以下内容:"
+
+# 2171cbf4083742a8be4e3f3d6905d0da
+#: ../../storage.rst:336
+msgid ""
+"Name and Description. Any desired name and a brief description that can be "
+"shown in the UI."
+msgstr "名称和描述。你想要的任何名称和一个简洁的描述,这些都会显示在UI中。"
+
+# 4cd509c15df24aba8666b7d11a9051be
+#: ../../storage.rst:341
+msgid ""
+"Availability Zone. Choose the zone where you want to store the volume. VMs "
+"running on hosts in this zone can attach the volume."
+msgstr "可用的区域:选择你想存储卷的区域。运行在该区域中的主机上的VMs都可以附加这个卷。"
+
+# 17cb7725cd0940cf8557d68206638aea
+#: ../../storage.rst:346
+msgid ""
+"Format. Choose one of the following to indicate the disk image format of the"
+" volume."
+msgstr "格式。在下面所指出的卷的磁盘镜像格式中选择一种。"
+
+# e4c763d0aab143b49ab6e9d9a1432df0
+#: ../../storage.rst:350
+msgid "Hypervisor"
+msgstr "Hypervisor"
+
+# 31ec3ac278d44770a548d99764119364
+#: ../../storage.rst:350
+msgid "Disk Image Format"
+msgstr "磁盘镜像格式"
+
+# 81cdbfc4baaf46318a9b1031f0aa73f9
+#: ../../storage.rst:352
+msgid "XenServer"
+msgstr "XenServer"
+
+# b0ad57c5512c4cfda950f3a262618a6d
+#: ../../storage.rst:353
+msgid "VMware"
+msgstr "VMware"
+
+# 9714e77ca28e441fad02c1f395a121a9
+#: ../../storage.rst:353
+msgid "OVA"
+msgstr "OVA"
+
+# 1c6d0308a6d84f04909361d7d827e4a8
+#: ../../storage.rst:359
+msgid ""
+"URL. The secure HTTP or HTTPS URL that CloudStack can use to access your "
+"disk. The type of file at the URL must match the value chosen in Format. For"
+" example, if Format is VHD, the URL might look like the following:"
+msgstr "URL。CloudStack用来访问你的磁盘的安全HTTP或HTTPS URL。URL对应的文件种类必须符合在格式中选择的。例如,格式为VHD,则URL必须像下面的:"
+
+# f0494cc84c3941c1b9f499bc95a77793
+#: ../../storage.rst:364
+msgid "``http://yourFileServerIP/userdata/myDataDisk.vhd``"
+msgstr "``http://yourFileServerIP/userdata/myDataDisk.vhd``"
+
+# 459a453424c84b51abfd379a935f578d
+#: ../../storage.rst:368
+msgid "MD5 checksum. (Optional) Use the hash that you created in step 1."
+msgstr "MD5校验。(可选项)使用在步骤1中创建的哈希。"
+
+# 8532aa0d890a4990b343381696efe17b
+#: ../../storage.rst:372
+msgid ""
+"Wait until the status of the volume shows that the upload is complete. Click"
+" Instances - Volumes, find the name you specified in step 5, and make sure "
+"the status is Uploaded."
+msgstr "等到卷的上传显示完成。点击实例-卷,找到你在步骤5中指定的名称,单后确保状态是已上传。"
+
+# 9d29a7dddfd446539ef41dfcdf464ca1
+#: ../../storage.rst:377
+msgid "Attaching a Volume"
+msgstr "附加一个卷"
+
+# 59c5f93ac3c64d8eb008975ca5b66300
+#: ../../storage.rst:379
+msgid ""
+"You can attach a volume to a guest VM to provide extra disk storage. Attach "
+"a volume when you first create a new volume, when you are moving an existing"
+" volume from one VM to another, or after you have migrated a volume from one"
+" storage pool to another."
+msgstr "你可以通过附加一个卷来提供虚拟机的额外磁盘存储。当你第一次创建新卷,或移动已存在的卷到另一台虚拟机,或实在从另一个存储池迁移过来一个卷的时候你才可以附加一个卷。"
+
+# d2666c87d93e413aa8dd8637e062f650
+#: ../../storage.rst:390
+msgid "In the left navigation, click Storage."
+msgstr "在左侧导航栏点击存储。"
+
+# 60b9f463a5304e338a5505ef7d8c64ff
+#: ../../storage.rst:398
+msgid ""
+"Click the volume name in the Volumes list, then click the Attach Disk button"
+" |AttachDiskButton.png|"
+msgstr "在卷列表中点击卷的名称,然后点击附加磁盘按钮 |AttachDiskButton.png|"
+
+# 9b1bee8f6c564762854e98112c13ef30
+#: ../../storage.rst:403
+msgid ""
+"In the Instance popup, choose the VM to which you want to attach the volume."
+" You will only see instances to which you are allowed to attach volumes; for"
+" example, a user will see only instances created by that user, but the "
+"administrator will have more choices."
+msgstr "在弹出的实例界面,选择你打算附加卷的那台虚拟机。你只能看到允许你附加卷的实例;比如,普通用户只能看到他自己创建的实例,而管理员将会有更多的选择。"
+
+# 650c85a5e1254efdb77ed55f37f13a14
+#: ../../storage.rst:410
+msgid ""
+"When the volume has been attached, you should be able to see it by clicking "
+"Instances, the instance name, and View Volumes."
+msgstr "当卷被附加之后,你通过点击实例看到实例名和该实例所附加的卷。"
+
+# 3a8754012f8f4da98dfba46033984c06
+#: ../../storage.rst:414
+msgid "Detaching and Moving Volumes"
+msgstr "卸载和移动卷"
+
+# 15d989ccfe6b43b28260c1289e7388cf
+#: ../../storage.rst:417
+msgid ""
+"This procedure is different from moving volumes from one storage pool to "
+"another as described in `“VM Storage Migration” <#vm-storage-migration>`_."
+msgstr "这个过程不同于从一个存储池移动卷到其他的池。这些内容在 `“VM存储迁移” <#vm-storage-migration>`_中有描述。"
+
+# 8bf4295f191343829d3c43e858b12a1e
+#: ../../storage.rst:419
+msgid ""
+"A volume can be detached from a guest VM and attached to another guest. Both"
+" CloudStack administrators and users can detach volumes from VMs and move "
+"them to other VMs."
+msgstr "卷可以从来宾虚机上卸载再附加到其他来宾虚机上。CloudStack管理员和用户都能从VMs上卸载卷再给其他VMs附加上。"
+
+# 4b538b0a7328497cbb1de6c4dd724eb2
+#: ../../storage.rst:423
+msgid ""
+"If the two VMs are in different clusters, and the volume is large, it may "
+"take several minutes for the volume to be moved to the new VM."
+msgstr "如果两个VMs存在于不同的群集中,并且卷很大,那么卷移动至新的VM上可能要耗费比较长的时间。"
+
+# 39d64a096df5469ba79c30f50856d546
+#: ../../storage.rst:432
+msgid ""
+"In the left navigation bar, click Storage, and choose Volumes in Select "
+"View. Alternatively, if you know which VM the volume is attached to, you can"
+" click Instances, click the VM name, and click View Volumes."
+msgstr "在左侧的导航栏,点击存储,在选择视图中选择卷。或者,如果你知道卷要附加给哪个VM的话,你可以点击实例,再点击VM名称,然后点击查看卷。"
+
+# 791d977d23984313b80ffa2aa915577d
+#: ../../storage.rst:439
+msgid ""
+"Click the name of the volume you want to detach, then click the Detach Disk "
+"button. |DetachDiskButton.png|"
+msgstr "点击你想卸载卷的名字,然后点击卸载磁盘按钮。 |DetachDiskButton.png|"
+
+# 6b7ea67796a948bbbaeab6bbdaf832c2
+#: ../../storage.rst:444
+msgid ""
+"To move the volume to another VM, follow the steps in `“Attaching a Volume” "
+"<#attaching-a-volume>`_."
+msgstr "要移动卷至其他VM,按照`“附加卷” <#attaching-a-volume>`_中的步骤。"
+
+# 6597c6aaa3fc40f89bdac966f91c4642
+#: ../../storage.rst:448
+msgid "VM Storage Migration"
+msgstr "VM存储迁移"
+
+# 98aac3254e864e4dad42c3824a081f9d
+#: ../../storage.rst:450
+msgid "Supported in XenServer, KVM, and VMware."
+msgstr "支持XenServer、KVM和VMware。"
+
+# 04f285a0220743a19e6d3a7b54226766
+#: ../../storage.rst:453
+msgid ""
+"This procedure is different from moving disk volumes from one VM to another "
+"as described in `“Detaching and Moving Volumes” <#detaching-and-moving-"
+"volumes>`_."
+msgstr "这个过程不同于从一个虚拟机移动磁盘卷到另外的虚拟机。这些内容在 \"查看挂载和移动卷\" <#detaching-and-moving-volumes>`_中有描述。"
+
+# 63619f4ba4c14b57b06d4b6f34cad27e
+#: ../../storage.rst:455
+msgid ""
+"You can migrate a virtual machine’s root disk volume or any additional data "
+"disk volume from one storage pool to another in the same zone."
+msgstr "你可以从同一区域中的一个存储池迁移虚机的root磁盘卷或任何其他的数据磁盘卷到其他的池"
+
+# b374aaa7079f4357a3f44ea9e8d06dfc
+#: ../../storage.rst:458
+msgid ""
+"You can use the storage migration feature to achieve some commonly desired "
+"administration goals, such as balancing the load on storage pools and "
+"increasing the reliability of virtual machines by moving them away from any "
+"storage pool that is experiencing issues."
+msgstr "你可以使用存储迁移功能完成一些常用的管理目标。如将它们从有问题的存储池中迁移出去以平衡存储池的负载和增加虚拟机的可靠性。"
+
+# 04abf2b317084f6a948d7878ad1cbaf4
+#: ../../storage.rst:463
+msgid ""
+"On XenServer and VMware, live migration of VM storage is enabled through "
+"CloudStack support for XenMotion and vMotion. Live storage migration allows "
+"VMs to be moved from one host to another, where the VMs are not located on "
+"storage shared between the two hosts. It provides the option to live migrate"
+" a VM’s disks along with the VM itself. It is possible to migrate a VM from "
+"one XenServer resource pool / VMware cluster to another, or to migrate a VM "
+"whose disks are on local storage, or even to migrate a VM’s disks from one "
+"storage repository to another, all while the VM is running."
+msgstr "在XenServer和VMware上,由于CloudStack支持XenMotion和vMotion,VM存储的在线迁移是启用的。在线存储迁移允许没有在共享存储上的VMs从一台主机迁移到另一台主机上。它提供选项让VM的磁盘与VM本身一起在线迁移。它让XenServer资源池之间/VMware群集之间迁移VM,或者在本地存储运行的VM,甚至是存储库之间迁移VM的磁盘成为可能,而且迁移同时VM是正在运行的。"
+
+# def78c6283b8421d959acad05e006b34
+#: ../../storage.rst:474
+msgid ""
+"Because of a limitation in VMware, live migration of storage for a VM is "
+"allowed only if the source and target storage pool are accessible to the "
+"source host; that is, the host where the VM is running when the live "
+"migration operation is requested."
+msgstr "由于VMware中的限制,仅当源和目标存储池都能被源主机访问时才允许VM存储的在线迁移;也就是说,当需要在线迁移操作时,源主机是运行VM的主机。"
+
+# c24b72459dde481887747acf4697636f
+#: ../../storage.rst:477
+msgid "Migrating a Data Volume to a New Storage Pool"
+msgstr "将数据卷迁移到新的存储池"
+
+# bf37a69a59b542a98c25363d45c9713d
+#: ../../storage.rst:479
+msgid "There are two situations when you might want to migrate a disk:"
+msgstr "当你想迁移磁盘的时候可能有两种情况:"
+
+# f8b93cb34c384463a75f83959616871f
+#: ../../storage.rst:483
+msgid ""
+"Move the disk to new storage, but leave it attached to the same running VM."
+msgstr "将磁盘移动到新的存储,但是还将其附加在原来正在运行的VM上。"
+
+# 5cbf239bfd444a0f9c842deb94ed82ba
+#: ../../storage.rst:488
+msgid ""
+"Detach the disk from its current VM, move it to new storage, and attach it "
+"to a new VM."
+msgstr "从当前VM上卸载磁盘,然后将其移动至新的存储,再将其附加至新的VM。"
+
+# 0d25ecabc349499586d885844f71b1d0
+#: ../../storage.rst:492
+msgid "Migrating Storage For a Running VM"
+msgstr "为正在运行的VM迁移存储"
+
+# 245dccc84a4e456990f3c0543c4fead3
+#: ../../storage.rst:494
+msgid "(Supported on XenServer and VMware)"
+msgstr "(支持XenServer和VMware)"
+
+# 30cb4d3d0e4e417492b11e590eb7f765
+#: ../../storage.rst:502
+msgid ""
+"In the left navigation bar, click Instances, click the VM name, and click "
+"View Volumes."
+msgstr "在左侧的导航栏,点击实例,再点击VM名,接着点击查看卷。"
+
+# 5277b5ef2825414da877bab6feb8fc04
+#: ../../storage.rst:507
+msgid "Click the volume you want to migrate."
+msgstr "点击你想迁移的卷。"
+
+# d0f6564fdaf8483e98845c58dc25c962
+# 9e933a0caa314e80b7270c72c0de6271
+#: ../../storage.rst:511 ../../storage.rst:533
+msgid ""
+"Detach the disk from the VM. See `“Detaching and Moving Volumes” "
+"<#detaching-and-moving-volumes>`_ but skip the “reattach” step at the end. "
+"You will do that after migrating to new storage."
+msgstr "从VM卸载磁盘。请参阅 `“卸载和移动卷” <#detaching-and-moving-volumes>`_ 但是跳过最后的\"重新附加\"步骤。你会在迁移过后在新的存储上做这一步。"
+
+# 4649c894198146228bfeed3a1fb7bdd4
+# 27b66737b23347a0926867a4c198ca1a
+#: ../../storage.rst:517 ../../storage.rst:539
+msgid ""
+"Click the Migrate Volume button |Migrateinstance.png| and choose the "
+"destination from the dropdown list."
+msgstr "点击迁移卷按钮 |Migrateinstance.png| ,然后从下拉列表里面选择目标位置。"
+
+# 8b7c76c6d3b441929912e2e36ceb34d2
+#: ../../storage.rst:521
+msgid ""
+"Watch for the volume status to change to Migrating, then back to Ready."
+msgstr "这期间,卷的状态会变成正在迁移,然后又变回已就绪。"
+
+# 3ffc696411bf46ccacd94ed84c8a4e52
+#: ../../storage.rst:525
+msgid "Migrating Storage and Attaching to a Different VM"
+msgstr "迁移存储和附加到不同的VM"
+
+# 451b903ccdf9481a87553a1ff3e11675
+#: ../../storage.rst:543
+msgid ""
+"Watch for the volume status to change to Migrating, then back to Ready. You "
+"can find the volume by clicking Storage in the left navigation bar. Make "
+"sure that Volumes is displayed at the top of the window, in the Select View "
+"dropdown."
+msgstr "观察卷的状态会变成正在迁移,然后又变回已就绪。你可以点击左侧导航条中的存储找到卷。在选择查看的下拉列表中,确保卷显示在窗口的顶部。"
+
+# 3ea9addc45e04febafb2f43888f9756a
+#: ../../storage.rst:550
+msgid ""
+"Attach the volume to any desired VM running in the same cluster as the new "
+"storage server. See `“Attaching a Volume” <#attaching-a-volume>`_"
+msgstr "在新的存储服务器中给运行在同一群集中的任何想要的VM附加卷。请参阅 `“附加卷” <#attaching-a-volume>`_。"
+
+# 4f145ec0a8e9487a840dd7dbd6858579
+#: ../../storage.rst:555
+msgid "Migrating a VM Root Volume to a New Storage Pool"
+msgstr "迁移VM的Root卷到新的存储池"
+
+# b1b1c5f5444e43bcb759263c0dc47036
+#: ../../storage.rst:557
+msgid ""
+"(XenServer, VMware) You can live migrate a VM's root disk from one storage "
+"pool to another, without stopping the VM first."
+msgstr "(XenServer、VMware)你可以在停止VM的情况下,使用在线迁移将VM的root磁盘从一个存储池移动到另外一个。"
+
+# df65430daab94ed197c4acaf08a3e836
+#: ../../storage.rst:560
+msgid ""
+"(KVM) When migrating the root disk volume, the VM must first be stopped, and"
+" users can not access the VM. After migration is complete, the VM can be "
+"restarted."
+msgstr "(KVM)当前已root磁盘卷的时候,VM必须关机,这时用户不能访问VM。在迁移完成之后,VM就能重启了。"
+
+# be481dbccbbf4cb0a2cc056284533ab8
+#: ../../storage.rst:570
+msgid "In the left navigation bar, click Instances, and click the VM name."
+msgstr "在左侧的导航栏里,点击实例,然后点击VM名。"
+
+# 5274bdb89bf44ea3b038c790ff8672b4
+#: ../../storage.rst:574
+msgid "(KVM only) Stop the VM."
+msgstr "(仅限于KVM)停止VM。"
+
+# 33f3864ed4d34fb881cc89f632512d88
+#: ../../storage.rst:578
+msgid ""
+"Click the Migrate button |Migrateinstance.png| and choose the destination "
+"from the dropdown list."
+msgstr "点击迁移按钮 |Migrateinstance.png| ,然后从下拉列表中选择目标位置。"
+
+# 3349af1b38e4457482c539813e40a08c
+#: ../../storage.rst:581
+msgid ""
+"If the VM's storage has to be migrated along with the VM, this will be noted"
+" in the host list. CloudStack will take care of the storage migration for "
+"you."
+msgstr "如果VM的存储与VM必须一起被迁移,这点会在主机列表中标注。CloudStack会为你自动的进行存储迁移。"
+
+# 4445e369263d4d0dafd72fe3666283a7
+#: ../../storage.rst:585
+msgid ""
+"Watch for the volume status to change to Migrating, then back to Running (or"
+" Stopped, in the case of KVM). This can take some time."
+msgstr "观察卷的状态会变成迁移中,然后变回运行中(或者停止,在KVM中)。这过程会持续一段时间。"
+
+# e1ad558399c64d8aa7ae00633e58c413
+#: ../../storage.rst:590
+msgid "(KVM only) Restart the VM."
+msgstr "(仅限于KVM)重启VM。"
+
+# a5eee53b3a944bf88fba18aafe337287
+#: ../../storage.rst:593
+msgid "Resizing Volumes"
+msgstr "重新规划卷"
+
+# a5d5757162eb492aaf50d2220d1d1b98
+#: ../../storage.rst:595
+msgid ""
+"CloudStack provides the ability to resize data disks; CloudStack controls "
+"volume size by using disk offerings. This provides CloudStack administrators"
+" with the flexibility to choose how much space they want to make available "
+"to the end users. Volumes within the disk offerings with the same storage "
+"tag can be resized. For example, if you only want to offer 10, 50, and 100 "
+"GB offerings, the allowed resize should stay within those limits. That "
+"implies if you define a 10 GB, a 50 GB and a 100 GB disk offerings, a user "
+"can upgrade from 10 GB to 50 GB, or 50 GB to 100 GB. If you create a custom-"
+"sized disk offering, then you have the option to resize the volume by "
+"specifying a new, larger size."
+msgstr "CloudStack提供了调整数据盘大小的功能;CloudStack借助磁盘方案控制卷大小。这样提供了CloudStack管理员可以灵活地选择他们想要给终端用户多少可用空间。使用相同存储标签的磁盘方案中的卷可以重新划分。比如,如果你只想提供 10,50和100GB的方案,重新划分允许的极限就不会超过这些。也就是说,如果你定义了10GB,50GB和100GB的磁盘方案,用户可以从10GB升级到50GB,或者从50GB升级到100GB。如果你创建了自定义大小的磁盘方案,那么你可以重新规划卷的大小为更大的值。"
+
+# 4d2a89a3e81a4293bb926db2952a2d89
+#: ../../storage.rst:606
+msgid ""
+"Additionally, using the resizeVolume API, a data volume can be moved from a "
+"static disk offering to a custom disk offering with the size specified. This"
+" functionality allows those who might be billing by certain volume sizes or "
+"disk offerings to stick to that model, while providing the flexibility to "
+"migrate to whatever custom size necessary."
+msgstr "另外,使用 resizeVolume API,数据卷可以从一个静态磁盘方案移动到指定大小的自定义磁盘方案。此功能允对特定容量或磁盘方案进行收费,同时可以灵活地更改磁盘大小。"
+
+# 0c302b9381964652a04f4931be9a3656
+#: ../../storage.rst:612
+msgid ""
+"This feature is supported on KVM, XenServer, and VMware hosts. However, "
+"shrinking volumes is not supported on VMware hosts."
+msgstr "KVM, XenServer和VMware主机支持这个功能。但是VMware主机不支持卷的收缩。"
+
+# c9bd7905071a44d4a6f7905fee796c4a
+#: ../../storage.rst:615
+msgid "Before you try to resize a volume, consider the following:"
+msgstr "在你试图重新规划卷大小之前,请考虑以下几点:"
+
+# 82c7ca43b93f4df09d6c513ff5b70486
+#: ../../storage.rst:619
+msgid "The VMs associated with the volume are stopped."
+msgstr "与卷关联的VMs是停止状态。"
+
+# 6f5a21b47e314e0484db238c6e9c457e
+#: ../../storage.rst:623
+msgid "The data disks associated with the volume are removed."
+msgstr "与卷关联的数据磁盘已经移除了。"
+
+# fec276a1979249fb9dc124f18e1455bd
+#: ../../storage.rst:627
+msgid ""
+"When a volume is shrunk, the disk associated with it is simply truncated, "
+"and doing so would put its content at risk of data loss. Therefore, resize "
+"any partitions or file systems before you shrink a data disk so that all the"
+" data is moved off from that disk."
+msgstr "当卷缩小的时候,上面的磁盘会被截断,这么做的话可能会丢失数据。因此,在缩小数据磁盘之前,重新规划任何分区或文件系统以便数据迁移出这个磁盘。"
+
+# 91d00577aa774910bc0090ff9249c714
+#: ../../storage.rst:632
+msgid "To resize a volume:"
+msgstr "要重新规划卷容量:"
+
+# b8b72eb1404144179334e6914f461c43
+#: ../../storage.rst:648
+msgid ""
+"Select the volume name in the Volumes list, then click the Resize Volume "
+"button |resize-volume-icon.png|"
+msgstr "在卷列表中选择卷名称,然后点击调整卷大小按钮 |resize-volume-icon.png|"
+
+# 6d5f5f78fa294317aaaa19d07403aa91
+#: ../../storage.rst:653
+msgid ""
+"In the Resize Volume pop-up, choose desired characteristics for the storage."
+msgstr "在弹出的调整卷大小窗口中,为存储选择想要的方案。"
+
+# 94cd2f322cad423485fcfdaa0afe2ab4
+#: ../../storage.rst:656
+msgid "|resize-volume.png|"
+msgstr "|resize-volume.png|"
+
+# 7f15ee5fc83e482791baa84599ea55cd
+#: ../../storage.rst:660
+msgid "If you select Custom Disk, specify a custom size."
+msgstr "如果你选择自定义磁盘,请指定一个自定义大小。"
+
+# 138ac0a6338b4b0f95312bd4dec59967
+#: ../../storage.rst:664
+msgid "Click Shrink OK to confirm that you are reducing the size of a volume."
+msgstr "点击是否确实要缩小卷大小来确认你要缩小的容量。"
+
+# 7381eca9284e4773a1bb46e44a3865aa
+#: ../../storage.rst:667
+msgid ""
+"This parameter protects against inadvertent shrinking of a disk, which might"
+" lead to the risk of data loss. You must sign off that you know what you are"
+" doing."
+msgstr "此参数避免了不小心的失误造成数据的丢失。你必须知道你在做什么。"
+
+# eed53ca74872424ea49fa6cabfbe9eb9
+#: ../../storage.rst:673
+msgid "Click OK."
+msgstr "点击确定。"
+
+# 5d71f55bf71c4f58beb781d2cb94c74c
+#: ../../storage.rst:676
+msgid "Reset VM to New Root Disk on Reboot"
+msgstr "在VM重启时重设VM的root盘"
+
+# 2521d69d348047fc8a660b3b8a77b2ac
+#: ../../storage.rst:678
+msgid ""
+"You can specify that you want to discard the root disk and create a new one "
+"whenever a given VM is rebooted. This is useful for secure environments that"
+" need a fresh start on every boot and for desktops that should not retain "
+"state. The IP address of the VM will not change due to this operation."
+msgstr "你可以指定你想要放弃的root磁盘和创建一个新的,并且无论何时在VM重启时都使用新的。每次启动时都是一个全新的VM并且桌面不需要保存它的状态,出于安全环境考虑这非常有用。VM的IP地址在这个操作期间不会改变。"
+
+# f9ff6cc586b8407c9ff1e235962ec731
+#: ../../storage.rst:684
+msgid "**To enable root disk reset on VM reboot:**"
+msgstr "**要启用在VM重启时重置root磁盘:**"
+
+# 0c3f06afe8504df7a4bf4ea7bea288bf
+#: ../../storage.rst:686
+msgid ""
+"When creating a new service offering, set the parameter isVolatile to True. "
+"VMs created from this service offering will have their disks reset upon "
+"reboot. See `“Creating a New Compute Offering” "
+"<service_offerings.html#creating-a-new-compute-offering>`_."
+msgstr "当创建一个新的服务方案时,设置isVolatile这个参数为True。从这个服务方案创建的VMs一旦重启,它们的磁盘就会重置。请参阅 `“创建新的计算方案” <service_offerings.html#creating-a-new-compute-offering>`_。"
+
+# d0e6735ecfb243bcb2038075c332453d
+#: ../../storage.rst:692
+msgid "Volume Deletion and Garbage Collection"
+msgstr "卷的删除和回收"
+
+# 15a72eae3cce46e494793039f4408bc2
+#: ../../storage.rst:694
+msgid ""
+"The deletion of a volume does not delete the snapshots that have been "
+"created from the volume"
+msgstr "删除卷不会删除曾经对卷做的快照"
+
+# 484eaae26aa442b2af1e54dea16342d2
+#: ../../storage.rst:697
+msgid ""
+"When a VM is destroyed, data disk volumes that are attached to the VM are "
+"not deleted."
+msgstr "当一个VM被销毁时,附加到该VM的数据磁盘卷不会被删除。"
+
+# 5fd59185e6d64db280b2ca89ecca3f89
+#: ../../storage.rst:700
+msgid ""
+"Volumes are permanently destroyed using a garbage collection process. The "
+"global configuration variables expunge.delay and expunge.interval determine "
+"when the physical deletion of volumes will occur."
+msgstr "使用回收程序后,卷就永久的被销毁了。全局配置变量expunge.delay和expunge.interval决定了何时物理删除卷。"
+
+# 9111bfdfe0ee4dcf8c15a359324059fc
+#: ../../storage.rst:706
+msgid ""
+"`expunge.delay`: determines how old the volume must be before it is "
+"destroyed, in seconds"
+msgstr "`expunge.delay`:决定在卷被销毁之前卷存在多长时间,以秒计算。"
+
+# b9e7a6caccba433b8b23ff40bfd62123
+#: ../../storage.rst:711
+msgid ""
+"`expunge.interval`: determines how often to run the garbage collection check"
+msgstr "`expunge.interval`:决定回收检查运行频率。"
+
+# 984f73d3efdc4d5a8a6a4309599cb386
+#: ../../storage.rst:714
+msgid ""
+"Administrators should adjust these values depending on site policies around "
+"data retention."
+msgstr "管理员可以根据站点数据保留策略来调整这些值。"
+
+# 08d9ad354b7942bda197e39303ab4ebe
+#: ../../storage.rst:718
+msgid "Working with Volume Snapshots"
+msgstr "使用卷快照"
+
+# 9eb74cf1e4cd42df8c38300249e3e96b
+# a741a75990ca4897a4f34de220bde407
+#: ../../storage.rst:720 ../../storage.rst:773
+msgid ""
+"(Supported for the following hypervisors: **XenServer**, **VMware vSphere**,"
+" and **KVM**)"
+msgstr "(支持以下hypervisors:**XenServer**, **VMware vSphere** 和 **KVM**)"
+
+# 673b7caff5fb4ce481e087a9877d4dcd
+#: ../../storage.rst:723
+msgid ""
+"CloudStack supports snapshots of disk volumes. Snapshots are a point-in-time"
+" capture of virtual machine disks. Memory and CPU states are not captured. "
+"If you are using the Oracle VM hypervisor, you can not take snapshots, since"
+" OVM does not support them."
+msgstr "CloudStack支持磁盘卷的快照。快照为虚拟机某一时间点的抓取。内存和CPU状态不会被抓取。如果你使用Oracle VM hypervisor,那么你不能做快照,因为OVM不支持。"
+
+# d6369c41ebb54df68c691818f61104bb
+#: ../../storage.rst:728
+msgid ""
+"Snapshots may be taken for volumes, including both root and data disks "
+"(except when the Oracle VM hypervisor is used, which does not support "
+"snapshots). The administrator places a limit on the number of stored "
+"snapshots per user. Users can create new volumes from the snapshot for "
+"recovery of particular files and they can create templates from snapshots to"
+" boot from a restored disk."
+msgstr "卷,包括root和数据磁盘(使用Oracle VM hypervisor除外,因为OVM不支持快照)都可以做快照。管理员可以限制每个用户的快照数量。用户可以通过快照创建新的卷,用来恢复特定的文件,还可以通过快照创建模板来启动恢复的磁盘。"
+
+# 90f5f9401836415abbc9e1620b3f224f
+#: ../../storage.rst:735
+msgid ""
+"Users can create snapshots manually or by setting up automatic recurring "
+"snapshot policies. Users can also create disk volumes from snapshots, which "
+"may be attached to a VM like any other disk volume. Snapshots of both root "
+"disks and data disks are supported. However, CloudStack does not currently "
+"support booting a VM from a recovered root disk. A disk recovered from "
+"snapshot of a root disk is treated as a regular data disk; the data on "
+"recovered disk can be accessed by attaching the disk to a VM."
+msgstr "用户可以手动或者设置自动循环快照策略创建快照。用户也可以从快照创建附磁盘卷,并像其他磁盘卷一样附加到虚机上。root和数据磁盘支持快照。但是,CloudStack目前不支持通过恢复的root盘启动VM。从快照恢复的root盘会被认为是数据盘;恢复的磁盘可以附加到VM上以访问上面的数据。"
+
+# 75d1388574754e729e8da27b3c799a49
+#: ../../storage.rst:744
+msgid ""
+"A completed snapshot is copied from primary storage to secondary storage, "
+"where it is stored until deleted or purged by newer snapshot."
+msgstr "完整快照慧聪主存储拷贝到附加存储,并会一直存储在里面知道删除或被新的快照覆盖。"
+
+# bada0f726d0d4d729aea533943c409b3
+#: ../../storage.rst:748
+msgid "How to Snapshot a Volume"
+msgstr "如何给卷做快照"
+
+# 44e0d512d57c4888a44a396a5eac75bb
+#: ../../storage.rst:752
+msgid "Log in to the CloudStack UI as a user or administrator."
+msgstr "是用用户或者管理员登录CloudStack。"
+
+# 19c4af0199724420aecc49d58b0f818e
+#: ../../storage.rst:760
+msgid "In Select View, be sure Volumes is selected."
+msgstr "在选择视图,确认选择的是卷。"
+
+# 70d14f08edf540afaa590235f7ea2f8b
+#: ../../storage.rst:764
+msgid "Click the name of the volume you want to snapshot."
+msgstr "点击你要做快照的卷的名称。"
+
+# aed06a6f99fd4092a29f2307fa3f046b
+#: ../../storage.rst:768
+msgid "Click the Snapshot button. |SnapshotButton.png|"
+msgstr "点击快照按钮。 |SnapshotButton.png|"
+
+# 669a8d0c02184e369299bf9d7e5483d2
+#: ../../storage.rst:771
+msgid "Automatic Snapshot Creation and Retention"
+msgstr "创建和保留自动快照"
+
+# 24d0d72217234a93a95c9d1990899367
+#: ../../storage.rst:776
+msgid ""
+"Users can set up a recurring snapshot policy to automatically create "
+"multiple snapshots of a disk at regular intervals. Snapshots can be created "
+"on an hourly, daily, weekly, or monthly interval. One snapshot policy can be"
+" set up per disk volume. For example, a user can set up a daily snapshot at "
+"02:30."
+msgstr "用户可以设置循环快照策略来自动的为磁盘定期地创建多个快照。快照可以按小时,天,周或者月为周期。每个磁盘卷都可以设置快照策略。比如,用户可以设置每天的02:30做快照。"
+
+# 1ddc07ffd4744db3996a56928fabe1b3
+#: ../../storage.rst:782
+msgid ""
+"With each snapshot schedule, users can also specify the number of scheduled "
+"snapshots to be retained. Older snapshots that exceed the retention limit "
+"are automatically deleted. This user-defined limit must be equal to or lower"
+" than the global limit set by the CloudStack administrator. See `“Globally "
+"Configured Limits” <usage.html#globally-configured-limits>`_. The limit "
+"applies only to those snapshots that are taken as part of an automatic "
+"recurring snapshot policy. Additional manual snapshots can be created and "
+"retained."
+msgstr "依靠每个快照计划,用户还可以指定计划快照的保留数量。超出保留期限的老快照会被自动的删除。用户定义的限制必须等于或小于CloudStack管理员设置的全局限制。请参阅 `“全局配置的限制” <usage.html#globally-configured-limits>`_.。限制只能应用给作为自动循环快照策略的一部分的快照。额外的手动快照能被创建和保留。"
+
+# cf33bcc958214dce8809b1b3664d8473
+#: ../../storage.rst:793
+msgid "Incremental Snapshots and Backup"
+msgstr "增量快照和备份"
+
+# 790dbaf719ea4af3a21944492c933590
+#: ../../storage.rst:795
+msgid ""
+"Snapshots are created on primary storage where a disk resides. After a "
+"snapshot is created, it is immediately backed up to secondary storage and "
+"removed from primary storage for optimal utilization of space on primary "
+"storage."
+msgstr "创建的快照保存在磁盘所在的主存储。在创建快照之后,它会立即被备份到辅助存储并在主存储上删除以节省主存储的空间。"
+
+# c6a3543640914d2abcb184e9f17b9a33
+#: ../../storage.rst:800
+msgid ""
+"CloudStack does incremental backups for some hypervisors. When incremental "
+"backups are supported, every N backup is a full backup."
+msgstr "CloudStack给一些 hypervisors做增量备份。当使用了增量备份,那么每N备份就是一个完全备份。"
+
+# ca4450266a9e41e4ba1d71743809cc71
+#: ../../storage.rst:807
+msgid "Support incremental backup"
+msgstr "支持增量备份"
+
+# 05da4101c8ee4a32a1cd8e61dd902cca
+#: ../../storage.rst:812
+msgid "Volume Status"
+msgstr "卷状态"
+
+# 389f5943ba4c4e04be7c271c11632520
+#: ../../storage.rst:814
+msgid ""
+"When a snapshot operation is triggered by means of a recurring snapshot "
+"policy, a snapshot is skipped if a volume has remained inactive since its "
+"last snapshot was taken. A volume is considered to be inactive if it is "
+"either detached or attached to a VM that is not running. CloudStack ensures "
+"that at least one snapshot is taken since the volume last became inactive."
+msgstr "当快照操作是由一个循环快照策略所引发的时候,如果从其上次创建快照后,卷一直处于非活跃状态,快照被跳过。如果卷被分离或附加的虚拟机没有运行,那么它就被认为是非活跃的。CloudStack会确保从卷上一次变得不活跃后,至少创建了一个快照。"
+
+# f6a7564bbd474bb28c93ac2ef46e537f
+#: ../../storage.rst:821
+msgid ""
+"When a snapshot is taken manually, a snapshot is always created regardless "
+"of whether a volume has been active or not."
+msgstr "当手动创建了快照,不管改卷是不是活跃的,快照会一直被创建。"
+
+# e1558eacbe2f4d768b7fe6e226152c57
+#: ../../storage.rst:825
+msgid "Snapshot Restore"
+msgstr "快照恢复"
+
+# eb2f5defecae49b9a0b4338cc0a8ff65
+#: ../../storage.rst:827
+msgid ""
+"There are two paths to restoring snapshots. Users can create a volume from "
+"the snapshot. The volume can then be mounted to a VM and files recovered as "
+"needed. Alternatively, a template may be created from the snapshot of a root"
+" disk. The user can then boot a VM from this template to effect recovery of "
+"the root disk."
+msgstr "有两种方式恢复快照。用户能够从快照中创建一个卷。卷可以随后被挂载到虚拟机上并且文件根据需要被复原。另一种方式是,模板可以从一个root 盘的快照创建。用户能够从这个模板启动虚拟机从而实际上复原root盘。"
+
+# e9999cd4fd964600a2979344583457d2
+#: ../../storage.rst:834
+msgid "Snapshot Job Throttling"
+msgstr "快照工作调节"
+
+# c31b190ad5a64d5c84c623c66056d37a
+#: ../../storage.rst:836
+msgid ""
+"When a snapshot of a virtual machine is requested, the snapshot job runs on "
+"the same host where the VM is running or, in the case of a stopped VM, the "
+"host where it ran last. If many snapshots are requested for VMs on a single "
+"host, this can lead to problems with too many snapshot jobs overwhelming the"
+" resources of the host."
+msgstr "当虚拟机需要快照时,VM所在的主机上就会运行快照工作,或者在VM最后运行的主机上。如果在一台主机上的VMs需要很多快照,那么这会导致太多的快照工作进而占用过多的主机资源。"
+
+# b250747385d042f49ad48f81329b10a7
+#: ../../storage.rst:842
+msgid ""
+"To address this situation, the cloud's root administrator can throttle how "
+"many snapshot jobs are executed simultaneously on the hosts in the cloud by "
+"using the global configuration setting "
+"concurrent.snapshots.threshold.perhost. By using this setting, the "
+"administrator can better ensure that snapshot jobs do not time out and "
+"hypervisor hosts do not experience performance issues due to hosts being "
+"overloaded with too many snapshot requests."
+msgstr "针对这种情况,云端的root管理员可以利用全局配置设置中的concurrent.snapshots.threshold.perhost调节有多少快照工作同时在主机上运行。借助这个设置,当太多快照请求发生时,管理员更好的确认快照工作不会超时并且hypervisor主机不会有性能问题。"
+
+# d1dd9aa964bc44e39ace5434f582dcd1
+#: ../../storage.rst:850
+msgid ""
+"Set concurrent.snapshots.threshold.perhost to a value that represents a best"
+" guess about how many snapshot jobs the hypervisor hosts can execute at one "
+"time, given the current resources of the hosts and the number of VMs running"
+" on the hosts. If a given host has more snapshot requests, the additional "
+"requests are placed in a waiting queue. No new snapshot jobs will start "
+"until the number of currently executing snapshot jobs falls below the "
+"configured limit."
+msgstr "给concurrent.snapshots.threshold.perhost设置一个你结合目前主机资源和在主机上运行的VMs数量的最佳值,这个值代表了在同一时刻有多少快照工作在hypervisor主机上执行。如果一个主机有比较多的快照请求,额外的请求就会被放在等待队列里。在当前执行 的快照工作数量下降至限制值之内,新的快照工作才会开始。"
+
+# 7b49369aa49743b780984cc9c3bd2c52
+#: ../../storage.rst:858
+msgid ""
+"The admin can also set job.expire.minutes to place a maximum on how long a "
+"snapshot request will wait in the queue. If this limit is reached, the "
+"snapshot request fails and returns an error message."
+msgstr "管理员也可以通过job.expire.minutes给快照请求等待队列的长度设置一个最大值。如果达到了这个限制,那么快照请求会失败并且返回一个错误消息。"
+
+# fb6fcac386824780ac7f09de0d50a555
+#: ../../storage.rst:863
+msgid "VMware Volume Snapshot Performance"
+msgstr "VMware卷快照性能"
+
+# 80cd717eab4a487f89e5d530af50dcdf
+#: ../../storage.rst:865
+msgid ""
+"When you take a snapshot of a data or root volume on VMware, CloudStack uses"
+" an efficient storage technique to improve performance."
+msgstr "当你为VMware中的数据卷或root卷做快照时,CloudStack使用一种高效率的存储技术来提高性能。"
+
+# 0feb29ffc87942eaa740795e36db3801
+#: ../../storage.rst:868
+msgid ""
+"A snapshot is not immediately exported from vCenter to a mounted NFS share "
+"and packaged into an OVA file format. This operation would consume time and "
+"resources. Instead, the original file formats (e.g., VMDK) provided by "
+"vCenter are retained. An OVA file will only be created as needed, on demand."
+" To generate the OVA, CloudStack uses information in a properties file "
+"(\\*.ova.meta) which it stored along with the original snapshot data."
+msgstr "快照不会立即从vCenter导出OVA格式文件到挂载的NFS共享中。这个操作会消耗时间和资源。相反的,由vCenter提供的原始文件格式(比如VMDK)被保留。OVA文件只有在需要的时候被创建。CloudStack使用与原始快照数据存储在一起的属性文件(\\*.ova.meta)中的信息来生成OVA。"
+
+# de8e361b5b984d8fac0ef05d6f5e03e2
+#: ../../storage.rst:877
+msgid ""
+"For upgrading customers: This process applies only to newly created "
+"snapshots after upgrade to CloudStack 4.2. Snapshots that have already been "
+"taken and stored in OVA format will continue to exist in that format, and "
+"will continue to work as expected."
+msgstr "对于旧版本升级的客户:这个过程只适用于在升级到CloudStack 4.2之后新创建的快照。已经做过快照并且使用OVA格式存储的将继续使用已有的格式,并且也能正常工作。"