Restrict stopping core during migrations with force option (#5205)

This commit is contained in:
Mike Degatano
2024-07-25 11:14:45 -04:00
committed by GitHub
parent 591b9a4d87
commit 0bbd15bfda
6 changed files with 155 additions and 10 deletions

View File

@@ -36,6 +36,7 @@ ATTR_DT_UTC = "dt_utc"
ATTR_EJECTABLE = "ejectable"
ATTR_FALLBACK = "fallback"
ATTR_FILESYSTEMS = "filesystems"
ATTR_FORCE = "force"
ATTR_GROUP_IDS = "group_ids"
ATTR_IDENTIFIERS = "identifiers"
ATTR_IS_ACTIVE = "is_active"