On Tue, Sep 15, 2015 at 4:38 PM, <[email protected]> wrote: > Hi, > > Thanks for reply. > The problem is Compute resource, the appY and appZ can't run on same Server. > > It is possible ? >
Yes; set location constraint that appY cannot run on the same node as appZ (and vice versa). Alternatively you can set location constraints that restrict appY and appZ to specific set of servers. _______________________________________________ Users mailing list: [email protected] http://clusterlabs.org/mailman/listinfo/users Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org
