You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The volume that was made for the instance will get stuck in Error Deleting, see screenshot of the instance volume + the image cache volume in horizon + in truenas UI:
In the truenas UI I see there is a snapshot on the instance volume.
Per testing, this snapshot gets created when the image is cached, then is used to create a zvol for the cached image.
This seems a bit backwards to me. I would expect the volume to be created in openstack, zvol created in truenas which is the cached image, snapshot taken of that, then a new zvol created from that snapshot for the instance disk. But it seems to be taking a snapshot of the instance's volume to cache the image.
If I delete the image-5cb160aa-5e5f-46e8-a217-a30135bed695 volume, then reset the sate of 9f6a6172-27ba-4afc-ad02-28c826d8ec86 then delete 9f6a6172-27ba-4afc-ad02-28c826d8ec86 everything works fine. So I beleive it's due to this snapshot on the instance volume due to the image cache.
The text was updated successfully, but these errors were encountered:
Hi Ryan, this issue is not fixed by PR#35 #35, with latest master branch code, cache volume now managed by driver properly by promoting the volume. Thank you for reporting this issue. -Yi
This is a weird one, it may be an Openstack issue and not an issue with this driver.
image_volume_cache_enabled = True
for this driver and start with no images currently cached.The volume that was made for the instance will get stuck in
Error Deleting
, see screenshot of the instance volume + the image cache volume in horizon + in truenas UI:In the truenas UI I see there is a snapshot on the instance volume.
Per testing, this snapshot gets created when the image is cached, then is used to create a zvol for the cached image.
This seems a bit backwards to me. I would expect the volume to be created in openstack, zvol created in truenas which is the cached image, snapshot taken of that, then a new zvol created from that snapshot for the instance disk. But it seems to be taking a snapshot of the instance's volume to cache the image.
If I delete the
image-5cb160aa-5e5f-46e8-a217-a30135bed695
volume, then reset the sate of9f6a6172-27ba-4afc-ad02-28c826d8ec86
then delete9f6a6172-27ba-4afc-ad02-28c826d8ec86
everything works fine. So I beleive it's due to this snapshot on the instance volume due to the image cache.The text was updated successfully, but these errors were encountered: