-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
Description
I have one initiator replication one way to multiple targets.
I use systemd services (one for each target)
Touch a file on the initiator, the sync tasks kicks in but I get the following error in the log:
There is already a local instance [13020@sysvolsync-traytnkca03] of osync running for this replica. Cannot start.#033[0m
So the second server is not synced, is there something I am missing ? I thought since this is a one way operation from the initiator to ALL targets this would work in parallel or at the worst sequentially.
Thanks,
Eric