Jump to content

Adding new pool for storage in kvm env

From TetraWiki
Revision as of 10:09, 12 May 2015 by Archana (talk | contribs) (Created page with "<center>'''How to add pool of storage(or any other) in KVM'''</center> [[Image:]] '''fig1- '''''Creating new VM.'' [[Image:]] '''Fig- '''''Locating the ISO.'' [[Image...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
How to add pool of storage(or any other) in KVM


[[Image:]]


fig1- Creating new VM.

[[Image:]]


Fig- Locating the ISO.


[[Image:]]


Fig:- Selecting new pool (mypool).


[[Image:]]Fig- iso is selected from mypool(new pool)


STEPS:
  • virsh pool-dumpxml pool(give the name of active default pool) > pool.xml(desired xml name)
  • vi pool.xml (or make changes with your other text editor)
  • virsh pool-define pool.xml
    verify the permissions also of the files
  • pool-info pool-or-uuid ( #basic information about the pool, ## pool is defined name of pool in xml file)
  • pool-start pool-or-uuid (active the new pool)