Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--no-color has no effect on stage 3 #311

Open
smithfarm opened this issue Jun 8, 2017 · 1 comment
Open

--no-color has no effect on stage 3 #311

smithfarm opened this issue Jun 8, 2017 · 1 comment

Comments

@smithfarm
Copy link
Contributor

Color escape codes are generated even though --no-color option is specified:

  salt-run --no-color state.orch ceph.stage.3
  tee /tmp/stage.3.log
[ERROR   ] No highstate or sls specified, no execution made
firewall                 : �[1m�[92mdisabled�[0m
DEV_ENV                  : �[1m�[92mTrue�[0m
fsid                     : �[1m�[92mvalid�[0m
public_network           : �[1m�[92mvalid�[0m
cluster_network          : �[1m�[92mvalid�[0m
cluster_interface        : �[1m�[92mvalid�[0m
storage                  : �[1m�[92mvalid�[0m
ganesha                  : �[1m�[92mvalid�[0m
master_role              : �[1m�[92mvalid�[0m
time_server              : �[1m�[92mvalid�[0m
fqdn                     : �[1m�[92mvalid�[0m
monitors                 : �[1m�[91m['Too few monitors target149202191086.teuthology']�[0m
mon_host                 : �[1m�[91m['Must have at least three entries']�[0m
mon_initial_members      : �[1m�[91m['Must have at least three entries']�[0m
@rjfd
Copy link
Contributor

rjfd commented Jun 8, 2017

@smithfarm yeah, those prints are being made by "us" in the runner and we totally ignored the --no-color flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants