mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 08:44:46 +02:00
Allow disabling block io balancing
This commit is contained in:
parent
18cbaf7458
commit
56f96348f4
@ -152,7 +152,7 @@ class Server extends Model
|
|||||||
'status' => 'nullable|string',
|
'status' => 'nullable|string',
|
||||||
'memory' => 'required|numeric|min:0',
|
'memory' => 'required|numeric|min:0',
|
||||||
'swap' => 'required|numeric|min:-1',
|
'swap' => 'required|numeric|min:-1',
|
||||||
'io' => 'required|numeric|between:10,1000',
|
'io' => 'required|numeric|between:0,1000',
|
||||||
'cpu' => 'required|numeric|min:0',
|
'cpu' => 'required|numeric|min:0',
|
||||||
'threads' => 'nullable|regex:/^[0-9-,]+$/',
|
'threads' => 'nullable|regex:/^[0-9-,]+$/',
|
||||||
'oom_disabled' => 'sometimes|boolean',
|
'oom_disabled' => 'sometimes|boolean',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user