From 9850ab27973b5f2c1958da68eaf43d7e1d63bd2f Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Mon, 3 Mar 2014 15:12:22 +0100 Subject: [PATCH] mon: crush_ruleset_create_erasure s/_map// Signed-off-by: Loic Dachary --- src/mon/OSDMonitor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index b72c5b1d661c..ad4df2b093b6 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -2824,9 +2824,9 @@ int OSDMonitor::crush_ruleset_create_erasure(const string &name, return -EALREADY; } else { ErasureCodeInterfaceRef erasure_code; - int err = get_erasure_code(properties_map, &erasure_code, ss); + int err = get_erasure_code(properties, &erasure_code, ss); if (err) { - ss << "failed to load plugin using properties " << properties_map; + ss << "failed to load plugin using properties " << properties; return err; } -- 2.47.3