在 centos-7 中的 Glance 中创建 VM 时出错

在 centos-7 中的 Glance 中创建 VM 时出错

我在 Glance-Openstack 中安装虚拟机时遇到问题。以下是问题

[root@parkst ~(keystone)]# virt-install \

--name centos7 \ --ram 2048 \ --disk path=/var/kvm/images/centos7.img,format=qcow2 \ --vcpus 2 \ --os-type linux \ --os-variant rhel7 \ --graphics none \ --console pty,target_type=serial \ --location '/home/sayan/Desktop/CentOS-6.6-x86_64-bin-DVD2.iso' \ --extra-args 'console=ttyS0,115200n8 serial'

开始安装... 正在检索文件 .treeinfo... | 728 B 00:00 错误 无法获取文件 /var/lib/libvirt/boot/virtinstmnt.WtfSht/images/pxeboot/vmlinuz:[Errno 14] curl#37 - “无法打开文件 /var/lib/libvirt/boot/virtinstmnt.WtfSht/images/pxeboot/vmlinuz” 域安装似乎未成功。如果成功,您可以通过运行以下命令重新启动域:virsh --connect qemu:///system start centos7 否则,请重新启动您的安装。

请帮助我摆脱这种情况

我还有一个问题,当我使用 Source 执行“source ~/keystonerc”时,我无法退出。请告诉我是否有任何方法可以在不安装 VM 的情况下退出这种情况。我尝试了所有方法以退出 ~keystonerc ./bash shell。但我失败了。请告诉我方法。

相关内容