Adding new pool for storage in kvm env
Appearance
[[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)
- 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)