Administrator Guide
Table Of Contents
将阈值设置为精简存储使用量
管理员可以对某些经过精简资源调配的存储设置软限制或阈值,说明经过精简资源调配的设备的存储空间正在减少。此阈值在主机
或阵列上配置,而不是在 Metro Node 上配置。消息会指示设备达到设定的阈值。目前,在从存储设备收到此类通知时,Metro Node
会在发送 Call Home 后重试 I/O。此类通知可以在处理 I/O 时接收一次,并且 I/O 必须最终成功,除非精简设备空间不足。在收到此
Call Home 通知时,Metro Node 管理员可以通知主机管理员释放空间或请求存储管理员添加更多容量。
精简镜像和迁移
Metro Node 支持将精简卷镜像和迁移到不同的阵列。
在重建精简分支的过程中,Metro Node 保留了分支的精简特性。为此,Metro Node 会向支持这些命令的阵列发出 SCSI UNMAP 命
令,并向不支持 UNMAP 功能的阵列上的数据块写入零。为经过精简资源调配的存储重建可为您提供有关精简重建的更多信息。
执行精简镜像
如果您将镜像连接到支持精简功能的设备,而该镜像不是精简镜像,则得到的 RAID 1 设备将失去其精简功能。
当您运行 device attach-mirror -d 命令以将密集镜像分支连接到支持精简功能的设备时,将显示一条警告消息,指出该设备
不支持精简功能。系统还会提示您确认是否要继续。您可以使用 --force 选项来绕过确认,但得到的设备不支持精简功能。
VPlexcli:/clusters/cluster-1/storage-elements/extents> device attach-mirror -d myDevice
-m extent_TOP_101_1
The top-level device 'myDevice' is thin-capable. After attaching the mirror, the new
top-level device will not be thin-capable. Do you wish to proceed? (Yes/No) no
device attach-mirror: Evaluation of <<device attach-mirror -d myDevice -m extent_TOP_101_1>>
failed.
cause: Failed to attach mirror.
cause: Operation was halted by the user
VPlexcli:/clusters/cluster-1/storage-elements/extents>
您可以使用 device attach-mirror 命令将镜像连接到已支持启用精简功能的虚拟卷的设备。
要将密集镜像分支添加到启用精简功能的虚拟卷,您可以通过执行以下操作继续添加:
● 使用 set 命令将虚拟卷的 thin-enabled 属性设置为 false。新的虚拟卷不启用精简功能,也不支持精简功能。
VPlexcli:/clusters/cluster-1/devices> set ../virtual-volumes/myVolume::thin-enabled false
VPlexcli:/clusters/cluster-1/devices> device attach-mirror --device myDevice --mirror
myMirror
VPlexcli:/clusters/cluster-1/devices>
● 将 --force 选项与 device attach-mirror 命令配合使用。新的虚拟卷不启用精简功能,也不支持精简功能。
VPlexcli:/clusters/cluster-1/devices> device attach-mirror --device myDevice --mirror
myMirror
VPlexcli:/clusters/cluster-1/devices>
在镜像的精简设置中,所有分支必须来自同一存储阵列系列。如果您尝试从属于不同存储阵列系列的阵列创建精简分支,则这些分
支的精简特性将丢失并且它们会停止支持精简存储管理功能。以下是此类情况的示例:
VPlexcli:/> device attach-mirror --device xio_device --mirror vnx_device
Thin-capability is only supported with homogeneous storage-array types. The top-level device
'xio_device' is supported by XtremIO but the mirror 'vnx_device' is supported by CLARiiON.
Since XtremIO and CLARiiON are not homogeneous, the top-level device will lose thin-capability
after the new mirror is attached. Do you wish to proceed? (Yes/No) No
device attach-mirror: Evaluation of <<device attach-mirror --device xio_device --mirror
vnx_device>>
failed.
cause: Unable to attach mirror 'vnx_device' to device 'xio_device'.
cause: Operation was halted by the user
26 Metro Node 中的精简支持