CONTAP-447159:卷删除报告警告“无法列出节点上的内核条目”
问题描述
- 尝试删除卷时,报告以下警告消息,提示该卷处于脱机状态:
Cluster::> vol delete -vserver SVM1 -volume vol_1
Warning: Unable to list entries for kernel on node "Node-01": Volume is offline.
Info: Volume "vol_1" in Vserver "SVM1" will be marked as deleted and placed in the volume recovery queue. The space
used by the volume will be recovered only after the retention period of 48 hours has completed. To recover the space immediately, get the
volume name using (privilege:advanced) "volume recovery-queue show vol_1*" and then "volume recovery-queue purge
-vserver SVM1 -volume <volume_name>" command. To recover the volume use the (privilege:advanced) "volume recovery-queue recover
-vserver SVM1 -volume <volume_name>" command.
Warning: Are you sure you want to delete volume "vol_1" in Vserver "SVM1" ? {y|n}: y
[Job 172148] Job succeeded: Successful
- 尽管出现警告,但卷仍被成功删除。