On Mon, Jun 27, 2011 at 02:33:59PM +0200, Ulrich Windl wrote:
> >>> Dejan Muhamedagic <[email protected]> schrieb am 27.06.2011 um 14:08 in
> Nachricht <[email protected]>:
> > Hi,
> > 
> > On Mon, Jun 27, 2011 at 09:52:59AM +0200, Ulrich Windl wrote:
> > > Hi,
> > > 
> > > this is for SLES11 SP1 and crm 1.1.5 (Build 
> > 5bd2b9154d7d9f86d7f56fe0a74072a5a6590c60):
> > > 
> > > I realized that "show" in crm resource does not support completion (to 
> > > show 
> > a specific resource). However when specifying a resource, just the status 
> > of 
> > that resource is shown.
> > > Would be nice if resource namess could be completed via TAB there, too.
> > 
> > Yes, I've noticed that too. You can file a bugzilla or provide a
> > patch.
> 
> Which bugzilla? (URI?)

http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker

> BTW: Is it possible that completion for "crm resource utilization .." is much 
> slower expanding resources than "crm configure show .."?

Yes. The configure level loads the CIB and then the information
is readily available. The resource or node levels are stateless,
so they need to get the data from the running cluster first.
There's caching implemented here and there, for information that
doesn't change often, but here it's not easy to figure out if the
list of resources changed in the meantime.

Thanks,

Dejan

> Regards,
> Ulrich
> 
> 
> _______________________________________________
> 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

Reply via email to