zstackio / zstack

ZStack - the open-source IaaS software http://zstack.org (国内用户请至 http://zstack.io)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

企业试用版,云主机可以创建快照,但无法创建镜像

RuChuSec opened this issue · comments

云主机无法创建镜像,镜像按钮为灰色
image

能否直接用用 CLI 执行

CreateRootVolumeTemplateFromRootVolume rootVolumeUuid=f61bb5d8a4ba427d8b976c7410942469 name=test1  backupStorageUuids=56a3d559cc62456b9726a288f720263d platform=Linux guestOsType=Linux

(将 UUID 替换为环境里正确的 UUID),看一下返回

请问我要如何获取vmUuid,volumeUuid,backupStorageUuids,rootVolumeUuid的值?

2023年8月22日 17:08,Wei.Wang @.***> 写道: 能否直接用用 CLI 执行 CreateRootVolumeTemplateFromRootVolume vmUuid=237ecb7c0737428d96ddf0252a70522a volumeUuid=f61bb5d8a4ba427d8b976c7410942469 name=test1 backupStorageUuids=56a3d559cc62456b9726a288f720263d platform=Linux guestOsType=Linux format=qcow2 rootVolumeUuid=f61bb5d8a4ba427d8b976c7410942469 (将 UUID 替换为环境里正确的 UUID),看一下返回 — Reply to this email directly, view it on GitHub <#1341 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AX4LXOPGS6JJDX5WP4CRWL3XWRZHBANCNFSM6AAAAAA3X5JSPQ. You are receiving this because you authored the thread.

通过

QueryVmInstance

QueryBackupStorage

可以查询到相关信息

当然可以提供一下你使用的镜像服务器的类型等详细信息