mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 09:58:29 +00:00
avoid slash characters in task ids
Our REST API cannot handle that.
This commit is contained in:
parent
a5f42e3aa6
commit
ace49d5357
@ -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 ({
|
||||
|
Loading…
Reference in New Issue
Block a user