使用提供的“all-in-one”虚拟机,使用Glance命令,创建一个名称为“cirros”镜像,镜像文件使用提供的为“cirros-0.3.4-x86_64-disk.img”。通过glance 命令查看镜像“cirros”的详细信息。使用glance 命令更新镜像信息min-disk(min-disk默认单位为G)为1G。将以上操作命令及结果以文本形式填入答题框。
答:[root@xiandian images]# glance image-create --name “cirros” --disk-format qcow2 --container-format bare --progress < cirros-0.3.4-x86_64-disk.img
glance image-show id
glance image-update --min-disk=1 id