Files
RemoveWeeklyShapshot/README.md
2026-02-18 11:41:03 +08:00

7 lines
399 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 以下需求需要每个月执行一次使用ansible实现还是使用python代码实行好
-[x] 获取所有vms
-[ ] 获取所有snapshots
-[ ] 筛选出15天半个月前的snapshots
-[ ] 以上内容以Excel表格的形式导出
-[ ] 最后删除15天前的snapshot并同时记录删除的snapshot日志信息
-[ ] 需要控制每台vCenter不可以同时删除超过4个快照