[virt-manager PATCH RFC 4/4] virt-manager: delete nvram file on VM deletion

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Giuseppe Scrivano <gscrivan@xxxxxxxxxx>
---
 virtManager/delete.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/virtManager/delete.py b/virtManager/delete.py
index 1aa8180..0a7da67 100644
--- a/virtManager/delete.py
+++ b/virtManager/delete.py
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2009, 2012-2013 Red Hat, Inc.
+# Copyright (C) 2009, 2012-2014 Red Hat, Inc.
 # Copyright (C) 2009 Cole Robinson <crobinso@xxxxxxxxxx>
 #
 # This program is free software; you can redistribute it and/or modify
@@ -238,6 +238,7 @@ def populate_storage_list(storage_list, vm, conn):
     diskdata.append(("kernel", vm.get_xmlobj().os.kernel, True, False))
     diskdata.append(("initrd", vm.get_xmlobj().os.initrd, True, False))
     diskdata.append(("dtb", vm.get_xmlobj().os.dtb, True, False))
+    diskdata.append(("nvram", vm.get_xmlobj().os.nvram, True, False))
 
     for target, path, ro, shared in diskdata:
         if not path:
-- 
1.9.3

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list




[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux