# File lib/virt/volume.rb, line 30
    def destroy
      return true if new?
      @vol.delete
      fetch_volume
      new?
    end