www.cnblogs.com/ruiyqinrui

开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞

python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发.

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

更改以创建镜像的属性  glance image-update img-uuid --property architecture=arm --property
hypervisor_type=qemu

Commercial Interest Reference Rates

canonical maintain

gunzip -cd  windows_server_2012_r2_standard_eval_hyperv_20131031.vhd.gz | \
glance image-create --property hypervisor_type=hyperv --name "Windows Server 2012 R2 Std Eval" \
--container-format bare --disk-format vhd
 
 auto_disk_config=True is set as a property on the image in the image registry  (Compute service automatically adjusts the partition
and file system for your instance on boot)
 
sudo yum install libguestfs-tools

On Debian/Ubuntu:

sudo apt-get install libguestfs-tools

Open a disk image:

guestfish --ro -i -a disk.img

1, use `qemu-img` create empty image
qemu-img create -f qcow2 /data/ruiy-centos-6.4.qcow2 15G

2, use virt-install start up a virtual machine


显示虚拟机的vnc
virsh vncdisplay VMI_id
permission defined
权限对ssh password less的正确配置是至关重要的
一般~/.ssh/下的所有文件的权限为700
~/.ssh的上一级目录的权限为751
如果权限配置不正确,你的ssh password less是搞不定 的!




posted on 2014-11-19 17:38  秦瑞It行程实录  阅读(933)  评论(0编辑  收藏  举报
www.cnblogs.com/ruiyqinrui