# File lib/fog/ovirt/models/compute/server.rb, line 68 def start(options = {}) wait_for { stopped? } if options[:blocking] connection.vm_action(:id =>id, :action => :start) reload end