<div dir="ltr">Yes" it helps !<div>Thanks a lot !</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 4, 2020 at 5:40 PM melanie witt <<a href="mailto:melwittt@gmail.com">melwittt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 6/4/20 06:51, Massimo Sgaravatto wrote:<br>
> Hi<br>
> <br>
> I need to delete an instance  created from volume, but I don't want to <br>
> delete such volume.<br>
> How can I know if the option "Delete volume on instance delete" was <br>
> selected when creating such instance ?<br>
> I can't find any information in openstack server/volume show outputs<br>
<br>
What you want to see is the 'delete_on_termination' field which was <br>
added in API microversion 2.3 [1] and with OSC, you need to pass the <br>
needed microversion to the CLI, for example:<br>
<br>
openstack --os-compute-api-version 2.3 server show <server><br>
<br>
And as of API microversion 2.85 [2], it's possible to change the value <br>
of 'delete_on_termination' if desired.<br>
<br>
If you're on an older version than has 2.85 and 'delete_on_termination' <br>
is True, then maybe you could migrate the volume in cinder before <br>
deleting the instance as a way to preserve the volume?<br>
<br>
Hope this helps,<br>
-melanie<br>
<br>
[1] <br>
<a href="https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#maximum-in-kilo" rel="noreferrer" target="_blank">https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#maximum-in-kilo</a><br>
[2] <br>
<a href="https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id78" rel="noreferrer" target="_blank">https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id78</a><br>
</blockquote></div>