Created
July 30, 2020 04:46
-
-
Save cjac/e57f5d2207090c4b331a4d79be1db804 to your computer and use it in GitHub Desktop.
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
cjac@mini:/tmp$ cat /tmp/sheep-pool.xml | |
<pool type="sheepdog"> | |
<name>sheepdog0</name> | |
<source> | |
<name>sheepdog0</name> | |
<host name='localhost' port='7000'/> | |
</source> | |
</pool> | |
cjac@mini:/tmp$ sudo virsh pool-create /tmp/sheep-pool.xml | |
error: Failed to create pool from /tmp/sheep-pool.xml | |
error: internal error: missing backend for pool type 10 (sheepdog) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment