Last active
October 9, 2017 12:05
-
-
Save atton/6f0de7475f6f4973001c372d2ec967f9 to your computer and use it in GitHub Desktop.
Output by virsh vol-list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # virsh vol-list a | |
| Name Path | |
| ------------------------------------------------------------------------------ | |
| hoge.img /path/to/a/hoge.img |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # virsh vol-list --pool b | |
| Name Path | |
| ------------------------------------------------------------------------------ | |
| fuga.img /path/to/b/fuga.img |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment