def _default(self, downtime, steps): """provides the default downtime sequence""" return list(migration.exponential_downtime(downtime, steps))