I am trying to patch the BIGIP-11.6.1.0.0.317.ALL.qcow2.zip image to run BIG-IP on Openstack. After running :
python ve_image_sync.py -i /home/james/BIGIP-11.6.1.0.0.317.qcow2
or
sudo /bin/bash patch-image.sh -s /home/james/f5-openstack-image-prep/lib/f5_image_prep/
startup.tar -f /home/james/BIGIP-11.6.1.0.0.317.qcow2
the image is not patched. The script runs well but the image is the same as the original.
tar -xf /home/james/f5-openstack-image-prep/lib/f5_image_prep/startup.tar -C /mnt/bigip-config/
true
touch /mnt/bigip-config/firstboot
'[' -f none ']'
'[' -n '' ']'
'[' -n '' ']'
sleep 2
umount /mnt/bigip-config
umount: /mnt/bigip-config: not mounted
sleep 2
'[' -n '' ']'
sleep 2
vgchange -an
Logical volume ubuntu-vg/root contains a filesystem in use.
Can't deactivate volume group "ubuntu-vg" with 2 open logical volume(s)
sleep 2
qemu-nbd -d /dev/nbd0
/dev/nbd0 disconnected
echo 'Patched image located at /home/james/.f5-image-prep/tmp/BIGIP-11.6.1.0.0.317-OpenStack.qcow2'
Patched image located at /home/james/.f5-image-prep/tmp/BIGIP-11.6.1.0.0.317-OpenStack.qcow2
Hello,
I am trying to patch the BIGIP-11.6.1.0.0.317.ALL.qcow2.zip image to run BIG-IP on Openstack. After running : python ve_image_sync.py -i /home/james/BIGIP-11.6.1.0.0.317.qcow2 or sudo /bin/bash patch-image.sh -s /home/james/f5-openstack-image-prep/lib/f5_image_prep/ startup.tar -f /home/james/BIGIP-11.6.1.0.0.317.qcow2
the image is not patched. The script runs well but the image is the same as the original.
The output is here
sudo /bin/bash patch-image.sh -s /home/james/f5-openstack-image-prep/lib/f5_image_prep/ startup.tar -f /home/james/BIGIP-11.6.1.0.0.317.qcow2 /home/james/BIGIP-11.6.1.0.0.317.qcow2
vgchange -an
Logical volume ubuntu-vg/root contains a filesystem in use. Can't deactivate volume group "ubuntu-vg" with 2 open logical volume(s)
Any help will be appreciated.
Regards.