# File lib/virt/host.rb, line 34
    def storage_pool pool
      create_pool({:name => pool.is_a?(Libvirt::StoragePool) ? pool.name : pool })
    rescue Libvirt::RetrieveError
    end