Revision 4d4a651d daemons/ganeti-confd

b/daemons/ganeti-confd
350 350
  try:
351 351
    processor.Enable()
352 352
  except errors.ConfigurationError:
353
    # If enabling the processor has failed, we can still go on, but confd will be disabled
353
    # If enabling the processor has failed, we can still go on, but confd will
354
    # be disabled
354 355
    logging.warning("Confd is starting in disabled mode")
355 356
    pass
356 357
  server = ConfdAsyncUDPServer(options.bind_address, options.port, processor)

Also available in: Unified diff