搜索
查看
编辑修改
首页
UNITY
NODEJS
PYTHON
AI
GIT
PHP
GO
CEF3
JAVA
HTML
CSS
搜索
weixin_40725706
这个屌丝很懒,什么也没留下!
关注作者
热门标签
jquery
HTML
CSS
PHP
ASP
PYTHON
GO
AI
C
C++
C#
PHOTOSHOP
UNITY
iOS
android
vue
xml
爬虫
SEO
LINUX
WINDOWS
JAVA
MFC
CEF3
CAD
NODEJS
GIT
Pyppeteer
article
热门文章
1
安装flutter sdk 及配置环境变量_flutter环境变量
2
学习区块链随笔(四)_可以对区块的一部分进行签名吗
3
雷电模拟器导入burp证书_怎么在雷电模拟器的浏览器中导入burp证书
4
深度学习pytorch——激活函数&损失函数(持续更新)
5
shel自动设置目录权限_shell中递归创建目录 并设置777权限
6
快速上手YOLOv9目标检测算法:从配置到推理再到训练自定义模型
7
【Git】一文带你入门Git分布式版本控制系统(必要配置、工作原理、创建/克隆项目)_简述分布式版本控制的工作原理
8
机器学习Sklearn实战——回归算法应用、xgboost、lightingGBM
9
微信小程序 java springboot 49.戏曲文化苑设计与实现(完整源码+数据库文件+万字文档+保姆级视频部署教程+配套环境)
10
马尔科夫状态转移矩阵的一个性质,以及一个直观的图形证明_马尔可夫状态转移概率矩阵怎么画
当前位置:
article
> 正文
Glance详解_glance image-create
作者:weixin_40725706 | 2024-03-25 04:24:20
赞
踩
glance image-create
一 什么是Glance
Glance是Openstack项目中负责镜像管理的模块,其功能包括虚拟机镜像的查找,注册和检索等操作。
Glance提供restful API可以查询虚拟机镜像的metadata,并且可以获得镜像。
通过Glance,虚拟机镜像进行可以被存储到多种存储上,比如简单的文件存储或者对象存储。
二 Glance in Openstack
三 基本概念
1 image identifiers
就是Image URI,格式:<Glance Server Location>/images/<ID>
全局唯一
2 Image status
Queued:镜像ID已经被保留,镜像还没有上传
Saving:镜像正在被上传
Active:镜像可以使用了
Killed:镜像损坏或者不可用
Deleted:镜像被删除
3 Disk Format
raw:This is an unstructured disk image format
vhd:VMWare,Xen,Microsoft,VirtualBox
vmdk:common format
vdi:VirtualBox,QEMU emulator
iso:optical disc
qcow2:QEMU emulator
aki:Amazon kernel image
ari:Amazon ramdisk iamge
ami:Amazon machine image
4 Container Format
Bare
ovf
aki
ami
ari
四 基本架构
五模块
Glance API:处理API请求
Glance Registry:处理镜像的metadata存储
Store Adapter:镜像本身的存储
六 Store-Adapter
S3
Swift
FileSystem:默认后端存储
RBD:Ceph的Rados block device(RBD)
HTTP:通过HTTP在Internet上读取可用的虚拟机镜像
其他分布是存储,比如sheepdog等。
七 Glance搭建
1 安装Glance包
2 初始化数据库
3 配置Glance
数据库
Keystone认证信息
4 启动Glance
八 Glance CLI
列出镜像
创建镜像
删除镜像
下载镜像
九 添加镜像
glance image-create --name myimage --disk-format=raw --container-format=bare --file /path/to/file.img --is-public
glance image-create --name myimage --disk-format=raw --container-format=bare --location <IMAGE_URL> --is-public
十 API实验
1 获取Token
2 使用Token列出镜像
3 使用Token上传,下载镜像
4 获取镜像
5 制作镜像-Linux
6 修改镜像
7 转换镜像格式
声明:
本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:
https://www.wpsshop.cn/w/weixin_40725706/article/detail/306928
推荐阅读
article
C++创建文件夹
_
c++
create
folder
...
使用DOS命令 (测试成功)#include
using namespace std;int mai...
赞
踩
article
【HarmonyOS】ArkUI -
Image
、
Text
、
Text
Input、
Button
、Sli...
ArkUI 基础组件用法,resources资源访问_
harmonyos
textinput backgroundima...
赞
踩
article
鸿蒙Harmony(六)ArkUI---基础组件:
Image
、
Text
、
Text
Input、Butt...
【代码】鸿蒙Harmony(六)ArkUI---基础组件:
Image
、
Text
、
Text
Input、
Button
、Sli...
赞
踩
article
解决运行Unable to
find
image
‘
hello
-
world
:
latest
‘ loca...
参考这位博主的没作用。_unable to
find
image
'
hello
-
world
:
latest
' locall...
赞
踩
article
阿里云
linux
环境安装
Docker
(期间问题记录:执行到 “测试是否成功安装”,提示
Unable
...
记录下第一次在
linux
环境安装
Docker
_
unable
to
find
image
'
hello
-
world
:
lat...
赞
踩
article
解决安装
docker
之后,测试
hello
world
镜像,终端提示
Unable
to
find
ima...
解决安装
docker
之后,测试
hello
-
world
镜像,终端提示:
Unable
to
find
image
'hell...
赞
踩
article
Unable to
find
image
‘
hello
-
world
:
latest
‘
locally
,...
Unable to
find
image
‘
hello
-
world
:
latest
‘
locally
跑不起来参考处理E21...
赞
踩
article
docker
安装完成后测试
hello
-
world
出现问题(Unable to
find
image
...
安装
docker
之后,测试
hello
-
world
镜像,终端卡在Unable to
find
image
'
hello
-w...
赞
踩
article
[2021] 完美解决Unable
to
find
image
‘
hello
-
world
:lates...
安装Docker出现的问题相信大家查询了很多的回答里面都是需要修改阿里镜像源,但是修改之后却无用。这是因为阿里那个源对于...
赞
踩
article
docker
run
hello
-
world
报错:Unable to
find
image
‘hel...
Unable to
find
image
'
hello
-
world
:
latest
' locally
docker
: Err...
赞
踩
article
OPENCV 测试
Mat
_
undefined
reference
to `cv::mat::crea...
如果直接写 g++ -o test test.cpp 这样会出错。错误提示如下:
Mat
_test.cpp:(.text....
赞
踩
article
img
_
gray
=
cv2
.cvtColor(
img
,
cv2
.COLOR_
BGR2GRAY
) c...
@解决
img
_
gray
=
cv2
.cvtColor(
img
,
cv2
.COLOR_
BGR2GRAY
)
cv2
.erro...
赞
踩
article
ICCV2019
oral
papers_
privacy
preserving
image
quer...
ICCV2019
oral
papersExploring Randomly Wired Neural Networks...
赞
踩
article
AI新工具(20240320) AI
创作
一首属于自己
的
音乐; 轻松
制作
具有透明背景
的
高质量
图像
_ap...
通过Leonardo
的
Transparency体验无缝设计集成
的
魔法,发现它如何能够提升您
的
项目!Transparent...
赞
踩
article
What
's new
in
image
denois
in
g -
图像去噪
进展_
图像去噪
数据
集...
What
‘s new
in
image
denois
in
g最近看了不少论文,闲下来对这些文章做一个总结,把握一下这个领域...
赞
踩
article
okhttp3
.
RequestBody
.create(Ljava/lang/String;Lokht...
在com.
alibab
a.dashscope.protocol.okhttp.OkHttpHttpClient的buil...
赞
踩
article
Labelme win版exe
Create
AI-
Polygon
闪退_
labelme
中 ai m...
重命名后为https-COLON--SLASH--SLASH-github.com-SLASH-wkentaro-SLA...
赞
踩
article
OSError
:
image
file
is
truncated
(4
bytes
not proc...
项目场景:labeme打开图像报
OSError
:
image
file
is
truncated
(4
bytes
no...
赞
踩
article
深入浅出
AI
落地应用分析:
AI
音乐
生成之「
Suno
.ai」_
suno
can not
create
...
Suno
,印地语中意为「倾听」。与多数
AI
音乐
应用不同的是,它专注于创作全新旋律和人声,而不是模仿已有的知名艺术家声...
赞
踩
article
com
.
alibaba
.
druid
.
pool
.DruidDataSource :
create
...
2020-08-02 12:08:20.879 ERROR 23852 --- [reate-862840684] co...
赞
踩
相关标签
c++
qt
鸿蒙
harmonyos
鸿蒙系统
arkts
arkui
华为
ubuntu
docker
运维
容器
linux
经验分享
阿里云
opencv
人脸识别
计算机视觉
机器学习
深度学习
神经网络