summaryrefslogtreecommitdiff
path: root/trove/taskmanager/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'trove/taskmanager/models.py')
-rwxr-xr-xtrove/taskmanager/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/trove/taskmanager/models.py b/trove/taskmanager/models.py
index 2bd9e611..13951b3b 100755
--- a/trove/taskmanager/models.py
+++ b/trove/taskmanager/models.py
@@ -1865,7 +1865,7 @@ class ResizeActionBase(object):
"""Initiates the action."""
try:
LOG.debug("Instance %s calling stop_db...", self.instance.id)
- self.instance.guest.stop_db()
+ self.instance.guest.stop_db(do_not_start_on_reboot=True)
except Exception as e:
if self.ignore_stop_error:
LOG.warning(f"Failed to stop db {self.instance.id}, error: "