glance是openstack管理镜像的一个组件,从web client上传的镜像或者从命令行上传的镜像默认保存到了那个目录下,可以在:
-
# cat /etc/glance/glance-api.conf | grep -v "^$" | grep -v "^#"
-
-
filesystem_store_datadir=/var/lib/glance/images/ #这行中是显示的image存储目录
-
# cd /var/lib/glance/images/
-
[root@CLOUD1 images(keystone_admin)]# ls
-
26fb1a5e-9105-4719-8508-77e8db5f4623 89d034bc-179b-44f3-9c00-d1e981e72d1c f4cf3321-aafb-4c28-bb9b-5c9f7ce72c75
-
[root@CLOUD1 images(keystone_admin)]# glance image-list
-
+————————————–+———————–+————-+——————+———–+——–+
-
| ID | Name | Disk Format | Container Format | Size | Status |
-
+————————————–+———————–+————-+——————+———–+——–+
-
| f4cf3321-aafb-4c28-bb9b-5c9f7ce72c75 | Centos6 | qcow2 | bare | 984416256 | active |
-
| 89d034bc-179b-44f3-9c00-d1e981e72d1c | cirros | qcow2 | bare | 13147648 | active |
-
| 26fb1a5e-9105-4719-8508-77e8db5f4623 | lisys-host02 snapshot | qcow2 | bare | 784859136 | active |
-
+————————————–+———————–+————-+——————+———–+——–+
阅读(559) | 评论(0) | 转发(0) |