diff --git a/.mailmap b/.mailmap index 65e2c10871..a6744acb72 100644 --- a/.mailmap +++ b/.mailmap @@ -28,7 +28,8 @@ - + + # Name consolidation: # Preferred author spelling diff --git a/AUTHORS b/AUTHORS index fe19382cf6..57e124d582 100644 --- a/AUTHORS +++ b/AUTHORS @@ -143,7 +143,7 @@ Patches have also been contributed by: Hu Tao Laurent Léonard MORITA Kazutaka - Josh Durgin + Josh Durgin Roopa Prabhu Paweł Krześniak Kay Schubert diff --git a/src/qemu/qemu_migration.c b/src/qemu/qemu_migration.c index aee613e993..10c32c582d 100644 --- a/src/qemu/qemu_migration.c +++ b/src/qemu/qemu_migration.c @@ -846,6 +846,9 @@ qemuMigrationIsSafe(virDomainDefPtr def) continue; else if (cfs < 0) return false; + } else if (disk->type == VIR_DOMAIN_DISK_TYPE_NETWORK && + disk->protocol == VIR_DOMAIN_DISK_PROTOCOL_RBD) { + continue; } qemuReportError(VIR_ERR_MIGRATE_UNSAFE, "%s",