删除 BranchCache 配置
用于删除存储虚拟机(SVM)上 BranchCache 服务的命令因您想删除还是保留现有哈希的意愿而异。
运行适用命令:
如果要... | 输入以下命令... |
---|---|
删除 BranchCache 配置和现有哈希 | vserver cifs branchcache delete -vserver vserver_name -flush-hashes true |
删除 BranchCache 配置,但保留现有哈希 | vserver cifs branchcache delete -vserver vserver_name -flush-hashes false |
示例
以下示例将删除 SVM vs1 的 BranchCache 配置以及所有现有哈希:
cluster1::> vserver cifs branchcache delete -vserver vs1 -flush-hashes true
提供反馈