You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fog-libvirt-0.12.0/lib/fog/libvirt/models/compute/pool.rb:28:in `save': undefined method `create_pool' for an instance of Fog::Libvirt::Compute::Real (NoMethodError)
self.uuid = (persistent ? service.define_pool(xml) : service.create_pool(xml)).uuid
^^^^^^^^^^^^
Did you mean? create_volume
from fog-core-2.4.0/lib/fog/core/collection.rb:53:in `create'
Did this ever work or is this a regression? In 476c630 I did implement a new to_xml method since in 09b6851 I removed the XML template but I don't see how it would cause this. The specific line was part of 192adc0 but I can't find definition of create_pool in the source code.
When doing
It fails with
There is no such method
create_pool
. See models/compute/pool.rb#L28The text was updated successfully, but these errors were encountered: