Revision c738375b lib/backend.py

b/lib/backend.py
2392 2392
        # standalone, even though this should not happen with the
2393 2393
        # new staged way of changing disk configs
2394 2394
        try:
2395
          rd.ReAttachNet(multimaster)
2395
          rd.AttachNet(multimaster)
2396 2396
        except errors.BlockDeviceError, err:
2397 2397
          return (False, "Can't change network configuration: %s" % str(err))
2398 2398
    if all_connected:

Also available in: Unified diff