nova boot block-device-mapping

本文介绍如何在启动OpenStack虚拟机时,通过nova boot命令挂载存储卷。示例命令展示了如何指定卷ID为13的存储卷作为/dev/vdc挂载,并配置为在实例终止时不删除。
摘要由CSDN通过智能技术生成

在虚机启动的时候,可以指定挂在一个存储卷,并指定存储卷的挂在点

The following command will boot a new instance and attach a volume at the same time. The volume of ID 13 will be attached as /dev/vdc. It is not a snapshot, does not specify a size, and will not be deleted when the instance is terminated:
$ nova boot --image 4042220e-4f5e-4398-9054-39fbd75a5dd7            --flavor 2 --key-name mykey --block-device-mapping vdc=13:::0 boot-with-vol-test
参数意义如下:
--block-device-mapping <dev-name=mapping> 
The block device mapping format is <dev-name>=<id>:<type>:<size(GB)>:<delete-on-terminate>, where:

其中:
dev-name
A device name where the volume is attached in the system at /dev/dev_name .


id
The ID of the volume to boot from, as shown in the output of nova volume-list.


t

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值