# File lib/virt/volume.rb, line 60
    def default_pool
      # this is an expensive call on hosts with lots of pools
      @connection.host.storage_pools.first
    end