是否可以设置 "Is Cleanup Pending ? " 设置为 true ?
适用场景
- ONTAP 9.x
- NDMP
- 第三方备份应用程序
问题解答
- 否,无法设置 " 清理是否待定? " 通过 ONTAP 命令行界面设置为 true
- 如果备份应用程序在每次备份后都不删除上下文,则可能会出现以下错误:
NDMP Server [SERVER] reported the following error: [Maximum number of backup contexts reached. Delete some of the unwanted restartable backup contexts and retry the operation.]
- 可通过以下命令查看可重新启动的备份:
::> vserver services ndmp restartable-backup show
false
:备份应用程序尚未删除此上下文true
:正在通过备份应用程序删除上下文
- 可以在 ONTAP 中手动删除可重新启动的备份:
::> vserver services ndmp restartable-backup delete -vserver <vserver-name> -context-id <ID>