# File lib/fog/ovirt/models/compute/server.rb, line 81 def destroy_volume attrs wait_for { stopped? } if attrs[:blocking] service.destroy_volume(id, attrs) end