]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Adds ionice command permutations to rootwrap filters
authorBryan D. Payne <bdpayne@acm.org>
Mon, 31 Mar 2014 22:50:43 +0000 (15:50 -0700)
committerjohn-griffith <john.griffith@solidfire.com>
Fri, 4 Apr 2014 14:40:39 +0000 (08:40 -0600)
commitd3516176bba5d6ac258d31f775353f8702df56a6
treee5232028b99782b0f6f4cd69f9a9727b11b5f268
parent5a1fcc88ce613b01cf50c55f2508c01bbc609ed4
Adds ionice command permutations to rootwrap filters

When setting volume_clear_ionice, the ionice command is prepended to a dd
command before executing it.  Previously, this would have failed because it
wasn't allowed through the default rootwrap filters.  This commit fixes this
problem.

Note that due to the way that the RegExpFilter works, we need three different
expressions to cover all cases.  This is because the various options result
in a different number of arguments.  And this filter will fail immediately
if the number of arguments is incorrect.

Change-Id: Ie29f7fa21b34982ed5394c2c8f38c3e066ef0112
Closes-Bug: #1300496
(cherry picked from commit d5c74a954b260567874c45c39b92904f3756b806)
etc/cinder/rootwrap.d/volume.filters