Reputation: 857
I created one stream and now I would like to know the procedure to transfer the mastership of the stream in a different location? what are the steps should I follow?
Any help will be appreciated.
Thanks !!
Upvotes: 1
Views: 620
Reputation: 1326366
You can start by following "Transferring mastership of a stream"
In some cases, you must manually change mastership of branch types or activities associated with a stream.
The output of thechmaster
command includes a list of these objects.
The output may also include an instruction to run thechmaster –stream
command with the-override
option. This option transfers mastership of objects whose mastership was not transferred during the original invocation of the command.For example, to transfer mastership of the stream v2.1.bl5 and its associated objects to the boston_hub replica:
multitool chmaster -stream boston_hub@/vobs/dev stream:v2.1.bl5@/vobs/dev
Attention: Do not use
-override
unless the output ofchmaster –stream
indicates that you should do so.
This is part of the more general section "Changing mastership of VOB objects", and based on the multitool chmaster
command.
This is also part of procedures like "To deliver to a nonmastered target stream (MultiSite)".
Upvotes: 1