Skip to content

Commit 3ea94cf

Browse files
committed
Enable online migration between Trixie hypervisors
1 parent f461885 commit 3ea94cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

igvm/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
('bullseye', 'bookworm'): P2P_TLS_MIGRATION,
104104
('bookworm', 'bookworm'): P2P_TLS_MIGRATION,
105105
('bookworm', 'bullseye'): P2P_TLS_MIGRATION,
106+
('trixie', 'trixie'): P2P_TLS_MIGRATION,
106107
}
107108

108109
# Arbitrarily chosen MAC address prefix with U/L bit set

0 commit comments

Comments
 (0)