IBM / StorageScaleVagrant

Example scripts and configuration files to install and configure IBM Storage Scale in a Vagrant environment
Apache License 2.0
16 stars 19 forks source link

Support for Storage Scale 5.1.8. Complete rename to Storage Scale. #43

Closed hseipp closed 1 year ago

hseipp commented 1 year ago

Please note that when you are coming from a previous release, delete your existing instance. Then delete the base vagrant image: $ vagrant box remove SpectrumScale_base

When using libvirt, also remove the backing image

$ sudo virsh vol-list default | grep Scale_base
 SpectrumScale_base_vagrant_box_image_0_box.img                      /var/lib/libvirt/images/SpectrumScale_base_vagrant_box_image_0_box.img
$ sudo virsh vol-delete SpectrumScale_base_vagrant_box_image_0_box.img --pool default

After doing so, you can re-create the base image, then deploy the VM.