Commit b9870f04 authored by Dietmar Maurer's avatar Dietmar Maurer

avoid slash characters in task ids

Our REST API cannot handle that.
parent b8b8e9a3
......@@ -1179,7 +1179,7 @@ __PACKAGE__->register_method ({
'--', $param->{dev}]);
};
return $rpcenv->fork_worker('cephcreateosd', $param->{dev}, $authuser, $worker);
return $rpcenv->fork_worker('cephcreateosd', $devname, $authuser, $worker);
}});
__PACKAGE__->register_method ({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment