def restart_nodes(*args)
          options = args.last.is_a?(Hash) ? args.pop : {}
          return false if args.empty?
          nodes = args.flatten
          nodes.collect! { |n| PSEUDO_NODES.include?(n) ? "_#{n}" : n }