Virsh pool-edit

From NovaOrdis Knowledge Base
Revision as of 19:31, 28 June 2017 by Ovidiu (talk | contribs) (Created page with "=Internal= * virsh =Overview= Edit the XML configuration file for a storage pool. This is equivalent with: <pre> virsh pool-dumpxml <pool-name> > file....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

Edit the XML configuration file for a storage pool.

This is equivalent with:

virsh pool-dumpxml <pool-name> > file.xml
vi file.xml
virsh pool-define file.xml