码迷,mamicode.com
首页 > 其他好文 > 详细

error: Refusing to undefine while domain managed save image exists

时间:2016-06-09 09:46:22      阅读:722      评论:0      收藏:0      [点我收藏+]

标签:

 

[root@ok libvirt]# virsh undefine win7
error: Refusing to undefine while domain managed save image exists

[root@ok libvirt]# virsh managedsave-remove win7
Removed managedsave image for domain win7
[root@ok libvirt]# virsh list
 Id    Name                           State
----------------------------------------------------
 1     centos01                       running
 2     tiny                           running

[root@ok libvirt]# virsh list --all
 Id    Name                           State
----------------------------------------------------
 1     centos01                       running
 2     tiny                           running
 -     centos02                       shut off
 -     centos03                       shut off
 -     centos04                       shut off
 -     centos05                       shut off
 -     centos06                       shut off
 -     centos07                       shut off
 -     centos08                       shut off
 -     centos09                       shut off
 -     win2003                        shut off
 -     win7                           shut off

[root@ok libvirt]# virsh start win7
Domain win7 started

[root@ok libvirt]# virsh list 
 Id    Name                           State
----------------------------------------------------
 1     centos01                       running
 2     tiny                           running
 7     win7                           running

 

error: Refusing to undefine while domain managed save image exists

标签:

原文地址:http://www.cnblogs.com/bass6/p/5571969.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!