On Thu, May 13, 2010 at 10:20 AM, RaSca <[email protected]> wrote: > Hi all, > is there a difference between these two commands: > > crm resource migrate share-a node1 > > crm resource move share-a node1 > > both of them put the resource on node1 and both of them automatically > add a location constraint in the cluster configuration. > Are them the same thing?
yes. originally move was called migrate. but then we added support for atomic migration (ie. of a xen resource) and things got confusing so the docs now refer to "move" and the cli supports both forms for compatibility reasons. > After that, it is possible to migrate a resource one time, without make > the crm put the location constraint in the cluster configuration? no _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
