首页 > 其他 > 详细

制作CentOS fence-agents 镜像

时间:2017-04-01 20:30:07      阅读:621      评论:0      收藏:0      [点我收藏+]

1, Download centos7 iso file:

Centos7 ISO download: http://buildlogs.centos.org/rolling/7/isos/x86_64/CentOS-7-x86_64-Minimal-1511.iso

2, Install centos7 with virt-manager:

boot a vm named “centos7-fence-agents” with that “Centos-7-x86_64-Minimal-1511.iso”.

3, Install fence-agents on ths vm:

I followed the steps of “method of installing fence-agents on linux” in “fence_agents kvm实验

4, Compress qcow2 file and upload to openstack:

# qemu-img convert –O qcow2 /var/lib/libvirt/image/centos7-fence-agents.qcow2 /path/new.qcow2
$ openstack image create --disk-format qcow2 --container-format bare --public --file /path/new.qcow2 centos7-fence-agents

5, Boot an openstack instance with “centos7-fence-agents” image :

技术分享

 

制作CentOS fence-agents 镜像

原文:http://www.cnblogs.com/pinganzi/p/6657370.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!