On 5/27/12 12:37 AM, "James Kahn" <jk...@idea11.com.au> wrote:
>I'm trying to switch from one network offering to another, and receiving >an error when switching: > >"There are multiple services used ip <public IP of Virtual Router>". (sic) > >This occurs when switching any network it's not isolated to one. The >differences between the current network offering and the new network >offering are that there is a higher network rate, and also that redundant >virtual routers are enabled. > >This is running CloudStack 3.0.1. > >Any clues? > >Thanks, >JK. > Looks like these 2 offerings have different values for conserveMode. The original offering has conserveMode = true, which means that single public IP can be used for multiple services at the same time (PF/LB/StaticNat). The offering you are trying to upgrade to has conserveMode=false - the Ips can't be used for more than one service at a time. The fact your original network has public Ips used by multiple services makes upgrade to the offering with conserveMode=false impossible. Please confirm that this is your case. -Alena.