Administrator Guide

Table Of Contents
以下示例显示了如何在支持精简功能的存储卷上创建两个扩展区(具有创建密集扩展区的限制):
VPlexcli:/clusters/cluster-1/storage-elements/storage-volumes> extent create myVolume --num-
extents 2
You are creating 2 extents on top of 1 thin-capable storage-volume 'myVolume'. The resulting
extents will not be thin-capable.
以下示例显示了如何创建比支持存储卷小的扩展区(具有创建密集扩展区的限制):
VPlexcli:/clusters/cluster-1/storage-elements/storage-volumes> extent create myVolume --size
1MB
The new extent will not completely encompass the following thin-capable storage-volume:
myVolume. The resulting extent will not be thin-capable.
使用以下命令列出支持精简功能的虚拟卷,或将虚拟卷设置为启用精简功能:
virtual-volume list-thin --enabled false --
capable true --clusters
群集
列出当前未启用精简功能的所有支持精简功能的虚拟卷。
virtual-volume list-thin --capable true --
clusters
群集
列出所有支持精简功能的卷(无论它们是否已启用精简功能)。
virtual-volume set-thin-enabled [true|false] --
virtual-volumes
虚拟卷
将虚拟卷设置为启用精简功能。
例如,要将 cluster-1 上的所有虚拟卷设置为启用精简功能,请键入以下命令:
virtual-volume set-thin-enabled true --virtual-volumes /clusters/cluster-1/virtual-volumes/*
Metro Node CLI
指南
提供了有关命令及其用法的更多信息。
更改虚拟卷的精简特性
直到将卷的 thin-enabled 选项设置为 true(启用),Metro Node 才会将卷作为精简卷报告给主机启动器。可以在创建过程中
(如创建启用精简功能的虚拟卷中所述)将该值设置为 true。仅当虚拟卷支持精简功能时,才可以将它的 thin-enabled 值设置为
true。使用 set 命令将 thin-enabled 属性的值更改为 true false。值 true 可将 thin-enabled 属性设置为“启用”,值 false
可将 thin-enabled 属性设置为“禁用”。更改虚拟卷的行为后,主机将需要执行某些操作(例如重新扫描)以检测更改的行为。
VPlexcli:/clusters/cluster-2/virtual-volumes/XtremIO_LUN_1_vol> set thin-enabled true
VPlexcli:/clusters/cluster-2/virtual-volumes/XtremIO_LUN_1_vol> ls
Name Value
-------------------------- ----------------------------------------
block-count 5242880
block-size 4K
cache-mode synchronous
capacity 20G
consistency-group -
expandable true
expandable-capacity 0B
expansion-method storage-volume
expansion-status -
health-indications []
health-state ok
locality local
operational-status ok
scsi-release-delay 0
service-status running
storage-tier -
supporting-device XtremIO_LUN_1
system-id XtremIO_LUN_1_vol
thin-capable true
thin-enabled enabled
volume-type virtual-volume
vpd-id VPD83T3:6000144000000010e03e55ee4c98c41f
28 Metro Node 中的精简支持