This repository has been archived by the owner on May 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Can't find storage pool 'default' #15
Comments
Oh, actually you might see also the error about the default network being not active if you don't activate it before:
|
Hm, wondering if we really should fix this ourselves. sounds like a general thing with the libvirt provider? |
Yes, you are right. We probably should handle that in terraform-provider-libvirt. |
Just FYI, you should not assume the existence of |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When you run on the fresh machine, you might see the following error:
The fix is to run virt-manager which creates the default storage pool (and also the default network, which could be an another potential error). It would be nice to somehow handle the case if someone is not running virt-manager.
The text was updated successfully, but these errors were encountered: