[libvirt] [PATCH v3] This patch gives an error when migration is attempted with both --live and --offline options.

Nitesh Konkar niteshkonkar.libvirt at gmail.com
Wed Feb 24 06:06:05 UTC 2016


Signed-off-by: Nitesh Konkar <nitkon12 at linux.vnet.ibm.com>
---
 tools/virsh-domain.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c
index 43c8436..b9f678f 100644
--- a/tools/virsh-domain.c
+++ b/tools/virsh-domain.c
@@ -9838,6 +9838,8 @@ cmdMigrate(vshControl *ctl, const vshCmd *cmd)
     bool live_flag = false;
     virshCtrlData data = { .dconn = NULL };
 
+    VSH_EXCLUSIVE_OPTIONS("live", "offline");
+
     if (!(dom = virshCommandOptDomain(ctl, cmd, NULL)))
         return false;
-- 
1.8.3.1




More information about the libvir-list mailing list