# File lib/virt/volume.rb, line 54
    def fetch_volume
      return unless @vol = pool.find_volume_by_name(name)
      @size           = to_gb(@vol.info.capacity)
      @allocated_size = to_gb(@vol.info.allocation)
    end