Noah Kantrowitz
Noah Kantrowitz
@jalev I don't think this is a thing for the operator to manage. If it's going to be fixed it should be upstream. Way too many possible bad outcomes from...
Setting it to 0 would migrate more quickly during a failure but during a normal upgrade it would also immediately terminate the process which would likely corrupt the database files....
It will indeed repeat, there are several options for deduplicating things including Thanos, Cortex, and M3.
Please include your recipe and spec code as well.
@aogail In general it's best to include it in the issue itself since external repos 1) have a ton of extra files in them and 2) can change under the...
Does it work if you use a single resource instead? ```ruby template '/etc/config.conf' do variables( :setting => node['chefspec-render-file']['setting'] ) source 'config.conf.erb' action node['chefspec-render-file']['setting'] ? :create : :delete end ``` Guessing...
Would be a nice feature, but not super high on my list. If someone wants to figure out how to hook in to the diff generators in RSpec itself, that...
Put the `stub_command` call in a `before` block?
Sounds correct, what does your whole spec file look like?
That's the recipe, not the spec file.