Re: [Pacemaker] "allow-migrate"

2012-03-28 Thread Andrew Beekhof
it doesn't mean the resource can't be moved to another host, only that it will do it with a stop+start rather than a migrate action. 2012/3/29 sinchb : > I have a resource named myrsc .And it have the allow-migrate meta-attribute > set to false.However,when I tried to migrate it ,I successed.Why i

[Pacemaker] "allow-migrate"

2012-03-28 Thread sinchb
I have a resource named myrsc .And it have the allow-migrate meta-attribute set to false.However,when I tried to migrate it ,I successed.Why it is? Definition: primitive myrsc ocf:heartbeat:IPaddr2 \ params ip="1.1.1.1" cidr_netmask="32" \ meta target-role="Started" allow-migrate