mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 02:02:47 +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}]);
|
'--', $param->{dev}]);
|
||||||
};
|
};
|
||||||
|
|
||||||
return $rpcenv->fork_worker('cephcreateosd', $param->{dev}, $authuser, $worker);
|
return $rpcenv->fork_worker('cephcreateosd', $devname, $authuser, $worker);
|
||||||
}});
|
}});
|
||||||
|
|
||||||
__PACKAGE__->register_method ({
|
__PACKAGE__->register_method ({
|
||||||
|
Loading…
Reference in New Issue
Block a user