当前位置:   article > 正文

Glance服务运维_glance image-delete

glance image-delete

Glance服务运维

(1)查看镜像列表
#glance image-list
在这里插入图片描述
(2)查看镜像的详细信息
glance image-show 镜像 ID(只能镜像ID,name不行)
#glance image-show cd99e2ba-8b90-45a4-914d-ff8a08d6137c
在这里插入图片描述
glance image-show 镜像名称不可用
在这里插入图片描述
(3)上传镜像
glance image-create --name +“名字” --disk-format +镜像格式 --container-format+图片容器格式 –progress〈镜像文件

#glance image-create --name “cirros” --disk-format qcow2 --container-format bare --progress < cirros-0.3.4-x86_64-disk.img**

在这里插入图片描述
(4)更新镜像信息
glance image-update 镜像ID
#glance image-update 8a7d219c-6e27-4f79-9929-7baa3b877f0c
在这里插入图片描述
glance image-update 镜像name 不可用

如果需要改变镜像启动硬盘最低要求值(min-disk)时,min-disk默认单位为G。
#glance image-update --min-disk=1 bdd8d652-7d10-4a77-8a9b-b8563df42d5a
在这里插入图片描述
(5)删除镜像
glance image-delete +镜像id(name不行)
#glance image-delete 4d52457a-aec5-4a5d-b5cf-7ee1048c318f

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/306945
推荐阅读
相关标签
  

闽ICP备14008679号