Dell PowerStore NFS 驱动程序¶
PowerStore NFS 驱动程序支持在 PowerStore 存储后端存储块存储服务卷。
支持的操作¶
创建、删除、附加和分离卷。
创建、删除卷快照。
从快照创建卷。
将镜像复制到卷。
将卷复制到镜像。
克隆卷。
扩展卷。
获取卷统计信息。
同时将卷附加到多个服务器(多重附加)。
将卷恢复到快照。
驱动程序配置¶
将以下内容添加到 /etc/cinder/cinder.conf
[DEFAULT]
enabled_backends = powerstore-nfs
[powerstore-nfs]
volume_driver = cinder.volume.drivers.dell_emc.powerstore.nfs.PowerStoreNFSDriver
nfs_qcow2_volumes = True
nfs_snapshot_support = True
nfs_sparsed_volumes = False
nas_host = <Ip>
nas_share_path = /nfs-export
nas_secure_file_operations = False
nas_secure_file_permissions = False
volume_backend_name = powerstore-nfs
Dell PowerStore NFS 复制卸载 API¶
PowerStore NFS 驱动程序中添加了一项功能,可有效地从快照/卷创建卷。dellfcopy 工具提供了在客户端挂载的 Dell SDNAS 文件系统上非常快速地复制文件的能力。要下载它,请联系您当地的 Dell 代表。
dellfcopy 工具用于以下操作
从快照创建卷。
克隆卷。
要使用此功能与 PowerStore NFS 驱动程序一起使用,您必须使用以下命令安装该工具
# sudo dpkg -i ./dellfcopy_1.3-1_amd64.deb