The same has happened in R80.10 after installing jumbo take 169, apparently the change was introduced in take 169 or a take or two before the 169.
The cma_migrate script now leaves no other options but to do full stop and each import would mean management downtime for all MDS customers!
Some lines from the script:
EchoNLog "************************ NOTICE *********************************"
EchoNLog "Your Multi-Domain Server should NOT be running while you import."
EchoNLog "cma_migrate will now stop the Multi-Domain Server."
EchoNLog "*****************************************************************"
# we can ask the user questions
ask_user "Do you want to continue"
if [ "$ASK_USER_ANS" = "n" -o "$ASK_USER_ANS" = "no" -o "$ASK_USER_ANS" = "N" -o "$ASK_USER_ANS" = "NO" ]
then
exit 0
fi
#stop the MDS but let global domain run
mdsstop
mdsstart -m
Why, software developers, why?
Is this limitation described anywhere in jumbo release notes?