We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
infrared virsh allocate /boot partition with the bigger size while leaves / with the small one
infrared --version 2.0.1.dev5472 (ansible-2.9.27, python-3.6.8)
infrared virsh --host-address --host-key ~/.ssh/id_rsa --host-user root --host-memory-overcommit True --topology-nodes "undercloud:1,controller:3,compute_dvr:2,ceph:3" -e override.controller.memory=16384 -e override.undercloud.memory=16384 -e override.compute_dvr.memory=6144 -e override.ceph.memory=4096 -e override.undercloud.disks.disk1.size=150G --image-url http://download.eng.bos.redhat.com/rel-eng/rhel-9/RHEL-9/latest-RHEL-9.0/compose/BaseOS/x86_64/images/rhel-guest-image-9.0-20220420.0.x86_64.qcow2
further infrared tripleo-undercloud will fails for insufficient disk space
[stack@undercloud-0 ~]$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS vda 252:0 0 150G 0 disk ├─vda1 252:1 0 1M 0 part ├─vda2 252:2 0 200M 0 part /boot/efi ├─vda3 252:3 0 140.5G 0 part /boot └─vda4 252:4 0 9.3G 0 part /
The text was updated successfully, but these errors were encountered:
No branches or pull requests
infrared virsh allocate /boot partition with the bigger size while leaves / with the small one
infrared --version
2.0.1.dev5472 (ansible-2.9.27, python-3.6.8)
infrared virsh --host-address --host-key ~/.ssh/id_rsa --host-user root --host-memory-overcommit True --topology-nodes "undercloud:1,controller:3,compute_dvr:2,ceph:3" -e override.controller.memory=16384 -e override.undercloud.memory=16384 -e override.compute_dvr.memory=6144 -e override.ceph.memory=4096 -e override.undercloud.disks.disk1.size=150G --image-url http://download.eng.bos.redhat.com/rel-eng/rhel-9/RHEL-9/latest-RHEL-9.0/compose/BaseOS/x86_64/images/rhel-guest-image-9.0-20220420.0.x86_64.qcow2
further infrared tripleo-undercloud will fails for insufficient disk space
[stack@undercloud-0 ~]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
vda 252:0 0 150G 0 disk
├─vda1 252:1 0 1M 0 part
├─vda2 252:2 0 200M 0 part /boot/efi
├─vda3 252:3 0 140.5G 0 part /boot
└─vda4 252:4 0 9.3G 0 part /
The text was updated successfully, but these errors were encountered: