zoukankan      html  css  js  c++  java
  • error: Refusing to undefine while domain managed save image exists

    [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
    

     -----------------------------------------------------------------------------------------------------------------------------------------

    [root@ok images]# virsh list --all
     Id    Name                           State
    ----------------------------------------------------
     -     centos02                       shut off
     -     centos03                       shut off
     -     centos04                       shut off
     -     centos05                       shut off
     -     centos06                       shut off
     -     centos07                       shut off
     -     centos08                       shut off
     -     centos09                       shut off
     -     tiny                           shut off
     -     win7                           shut off
    
    [root@ok images]# virsh undefine win7
    error: Refusing to undefine while domain managed save image exists
    
    [root@ok images]# virsh undefine win7 --managed-save
    Domain win7 has been undefined
    
    [root@ok images]# virsh list
     Id    Name                           State
    ----------------------------------------------------
    
    [root@ok images]# virsh list --all
     Id    Name                           State
    ----------------------------------------------------
     -     centos02                       shut off
     -     centos03                       shut off
     -     centos04                       shut off
     -     centos05                       shut off
     -     centos06                       shut off
     -     centos07                       shut off
     -     centos08                       shut off
     -     centos09                       shut off
     -     tiny                           shut off
    
  • 相关阅读:
    在Asp.net 2.0使用页面无刷新
    Asp.net 2.0 中的TreeView的右键菜单(Context Menus on the TReeView IE Specific)
    利用XMLHTTP无刷新自动实时更新数据
    表单提交中Get和Post方式的区别
    一个好的学习asp.net 2.0的网站
    用WebService实现web页面的局部刷新
    GridView中的数据导出到Excel中
    Windows 桌面主题,桌面背景
    通过OleDB连接方式,访问Access,Excel数据库.
    转:VS.NET2005安装与设置指南
  • 原文地址:https://www.cnblogs.com/bass6/p/5571969.html
Copyright © 2011-2022 走看看