首页 > 代码库 > 制作CentOS fence-agents 镜像
制作CentOS fence-agents 镜像
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 镜像
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。