From: Boris Ranto Date: Tue, 31 Oct 2017 11:31:10 +0000 (+0100) Subject: restful: Set the value of the argument X-Git-Tag: v12.2.6~139^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5b4aebd60de94fdaebc8555e908e2084568067a2;p=ceph.git restful: Set the value of the argument Previously, we forgot to set the value of the argument for the second group of pool variables. Signed-off-by: Boris Ranto (cherry picked from commit 64ac3af77e0e6c81b842f72678829a15e1a60087) --- diff --git a/src/pybind/mgr/restful/common.py b/src/pybind/mgr/restful/common.py index dc8b39b6e6e3..18ef18baf7a9 100644 --- a/src/pybind/mgr/restful/common.py +++ b/src/pybind/mgr/restful/common.py @@ -86,6 +86,7 @@ def pool_update_commands(pool_name, args): 'prefix': 'osd pool set', 'pool': pool_name, 'var': var, + 'val': args[var], }) return commands