Hi, On Fri, Feb 26, 2010 at 02:59:14PM +0100, [email protected] wrote: > > >> >> > >> >> crm configure << EOF > >> >> > >> >> > delete loadbalancer > >> >> > group loadbalancer ldirectord vip_1 vip_2 vip_3 > >> >> > verify > >> >> > EOF > >> >> > >> >> INFO: no curses support: you won't see colors > >> >> WARNING: 1: resource loadbalancer is running, can't delete it > >> >> ERROR: 2: loadbalancer: id is already in use > >> >> > >> >> Do you have another idea. > >> > > >> > You can not modify the configuration of a managed resource. Did you > try > >> > >> to > >> > >> > set > >> > it to unmanaged and then change the configuration ? > >> > > >> > crm_resource -t primitive -r <rsc_id> -p is-managed -v false > >> > > >> > Marian > >> > >> What happens, if I unmanage the resource? > >> Is the cluster - and the running resources still running? > > > > Hi, > > > > - cluster runs on > > - cluster does not care about the resource any more > > - cluster still monitors the resource in the background, but does nto > > start > > and stop it. > > I can confirm this, but if I try to perform a "crm configure load update" > still the message "loadbalancer: id is already in use" occurs. > > But with crm configure <<EOF > delete loadbalancer > group loadbalancer ldirector vip1 vip2 vip3 vip4 > verify > commit > EOF > it works. > Is it a bug that "load update" is not working here?
Not a bug, but what it does is not that useful either. load update should really update the existing elements. You can open a bugzilla for this. Thanks, Dejan > Tom. > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
