Page MenuHomePhabricator

confctl should provide tags information after writing data
Closed, ResolvedPublic

Description

When updating the "pooled" attribute of a service running on a given node

confctl --tags dc=codfw,cluster=cache_mobile,service=nginx --action set/pooled=yes cp2001.codfw.wmnet

confctl provides the following output

cp2001.codfw.wmnet: pooled changed no => yes

However, the output does not contain tags information. Different actions such as updating the pooled attribute of a different service result in the exact same output message:

confctl --tags dc=codfw,cluster=cache_mobile,service=varnish-fe --action set/pooled=yes cp2001.codfw.wmnet
cp2001.codfw.wmnet: pooled changed no => yes

This behavior is potentially confusing. It would be nice to include tags information in confctl output.

cp2001.codfw.wmnet (dc=codfw,cluster=cache_mobile,service=varnish-fe): pooled changed no => yes

Event Timeline

ema raised the priority of this task from to Low.
ema updated the task description. (Show Details)
ema added a project: discovery-system.
ema subscribed.
ema set Security to None.
ema added a subscriber: Joe.
Joe claimed this task.

This has been solved years ago.