Skip to content

Commit

Permalink
Merge "Add more detail to help text for reclaim_instance_interval opt…
Browse files Browse the repository at this point in the history
…ion"
  • Loading branch information
Jenkins authored and openstack-gerrit committed Dec 19, 2016
2 parents 63e7f95 + 06de083 commit d0df433
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions nova/conf/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,14 +440,19 @@
Interval for reclaiming deleted instances.
A value greater than 0 will enable SOFT_DELETE of instances.
This option decides whether the server to be deleted will still be in
This option decides whether the server to be deleted will be put into
the SOFT_DELETED state. If this value is greater than 0, the deleted
server will not be deleted immediately, instead it will be put into
a queue until it's too old (deleted time greater than the value of
reclaim_instance_interval). The server can be recovered from the
delete queue by using recover action. If the deleted server remains
delete queue by using the restore action. If the deleted server remains
longer than the value of reclaim_instance_interval, it will be
deleted by compute service automatically.
deleted by a periodic task in the compute service automatically.
Note that this option is read from both the API and compute nodes, and
must be set globally otherwise servers could be put into a soft deleted
state in the API and never actually reclaimed (deleted) on the compute
node.
Possible values:
Expand Down

0 comments on commit d0df433

Please sign in to comment.