Description of problem: If you try man virsh to look for things related to the storage pools, then you'll discover that those options aren't mentioned at all. Since this is a fairly important part of virsh and the manpage doesn't cover it, other things might be missing. It would be nice if someone who knows virsh very well took a look at it and uncovered anything else that might be missing.
I second this request, pool-* commands are missing from the virsh manpage.
Fixed starting in 0.8.0 with: commit 9f337ef7525e44d32afaef5f650ede2d07a482b2 Author: Eric Blake <eblake> Date: Mon Apr 5 17:21:02 2010 -0600 virsh: improve documentation Document several missing commands. There's more work that could be done, but incremental improvements is better than no patch at all. * tools/virsh.pod (autostart, connect): Improve grammar. (create): Improve example. (domjobabort, domjobinfo, domxml-from-native, domxml-to-native): Document. (storage pool commands): New section.