Linux command
virsh-pool-undefine 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Undefine storage pool
virsh pool-undefine [pool]
说明
virsh pool-undefine removes the libvirt configuration for a storage pool, making it transient. If the pool is currently running, the runtime instance continues until stopped, but no longer persists across libvirtd restarts. Pool contents on disk are untouched; use `virsh pool-delete` to destroy the underlying storage.
FAQ
What is the virsh-pool-undefine command used for?
virsh pool-undefine removes the libvirt configuration for a storage pool, making it transient. If the pool is currently running, the runtime instance continues until stopped, but no longer persists across libvirtd restarts. Pool contents on disk are untouched; use `virsh pool-delete` to destroy the underlying storage.
How do I run a basic virsh-pool-undefine example?
Run `virsh pool-undefine [pool]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.