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

[RHL] varnish_param, DAEMON_OPTS, and runtime arguments #27

Open
cjeanneret opened this issue Sep 11, 2015 · 1 comment
Open

[RHL] varnish_param, DAEMON_OPTS, and runtime arguments #27

cjeanneret opened this issue Sep 11, 2015 · 1 comment
Assignees

Comments

@cjeanneret
Copy link
Contributor

Hello,

It seems we're currently unable to pass varnish_param correctly on RHL system.

Example:

  varnish_param {'shm_reclen':
        value  => '4084',
        notify => Exec['systemctl-daemon-reload'],
   }

What's expected:
update DAEMON_OPTS in /etc/varnish/varnish.params and add a -p shm_reclen=4084 in the existing string.
For example:
DAEMON_OPTS="-p shm_reclen=4084 -p vsl_reclen=4084"'

What it actually does:
creates a VARNISH_SHM_RECLEN=4084 line in /etc/varnish/varnish.params

Cheers,

C.

@raphink
Copy link
Contributor

raphink commented Sep 14, 2015

Indeed, -p is not supported on RedHat systems currently.

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

No branches or pull requests

2 participants