[Varnish] #1496: vsl_mask is annoying to use from varnishadm commandline

Varnish varnish-bugs at varnish-cache.org
Mon May 12 13:51:12 CEST 2014


#1496: vsl_mask is annoying to use from varnishadm commandline
------------------------+----------------------
 Reporter:  dormando    |       Owner:
     Type:  defect      |      Status:  new
 Priority:  normal      |   Milestone:
Component:  varnishadm  |     Version:  unknown
 Severity:  normal      |  Resolution:
 Keywords:              |
------------------------+----------------------

Comment (by martin):

 Problem stems from the -Tag argument to param.set being interpreted as a
 command line argument by getopt(). This can be worked around by using '--'
 to end argument parsing before the 'param.set'. E.g.:

 {{{ $ varnishadm -T :6082 -- param.set vsl_mask -WorkThread }}}

 During the discussion in bugwash today it was decided to change varnishadm
 so that no options after the first non-argument is considered.

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1496#comment:1>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator



More information about the varnish-bugs mailing list