[chef-dev] CHEF-2880 debian policy and service provider


Chronological Thread 
  • From: Bryan McLellan < >
  • To:
  • Subject: [chef-dev] CHEF-2880 debian policy and service provider
  • Date: Wed, 8 Feb 2012 16:12:37 -0500

A chef user recently ran into a problem with the service resource
where a service was disabled on their system by debian policy
unbeknownst to them. The underlying script that the resource asked to
start the service returned successfully, however it did not actually
start the service because of the system policy.

There are varying opinions as to what should be done here.

1) Nothing. Chef shouldn't fix your system for you.
2) Warn. Chef should tell you if it thinks you are doing it wrong.
3) Fail. Chef should throw an exception if you asked it to do
something it couldn't (by checking policy first).

CHEF-2880 [1] proposes:

1) Always due #2 from above.
2) Add an option to the resource to run "invoke-rc.d --disclose-deny"
which will cause #3 above to happen.

We're not crazy about adding resource method solely for this. The
simplest solution is to just run "invoke-rc.d --disclose-deny" all the
time. The big question here, is there a use case where you would have
the service disabled by policy but still want Chef to keep running if
you ask it to start it? Laurent? Thom? Tollef? (CHEF-597 [2])

The argument is that, if you ask Chef to do something and it cannot,
it should fail. Or you shouldn't ask it to try. But we usually trust
the underlying system, if there is a bug, perhaps it is in invoke-rc.d
lying to us unless we use --disclose-deny. In any case, it isn't as if
we're going to start running ps after a service resource action to
verify if it worked or not.

-- 
Bryan McLellan | opscode | technical program manager
(c) 206.607.7108 | (t) @btmspox | (b) http://blog.loftninjas.org

[1] http://tickets.opscode.com/browse/CHEF-2880
[2] http://tickets.opscode.com/browse/CHEF-597



Archive powered by MHonArc 2.6.16.

§