11.8.2. 刷新计算资源缓存

刷新计算资源缓存以更新计算资源信息:

流程

  1. 在 Satellite Web UI 中,导航到 Infrastructure > Compute Resources
  2. 选择您要刷新计算资源缓存的 VMware 服务器,然后单击 Refresh Cache 按钮。

对于 CLI 用户

使用此 API 调用来刷新计算资源缓存:

# curl -H "Accept:application/json,version=2" \
-H "Content-Type:application/json" -X PUT \
-u username:password -k \
https://satellite.example.com/api/compute_resources/compute_resource_id/refresh_cache

使用 hammer compute-resource list 命令确定您要刷新计算资源缓存的 VMware 服务器的 ID。