Re: [pve-devel] [PATCH manager v2 5/8] ceph: gui: rework pool input panel

2020-11-24 Thread Dominik Csapak
seems not to work to set the target_size(_bytes) via gui (cli works) comments inline On 11/24/20 11:58 AM, Alwin Antreich wrote: * add the ability to edit an existing pool * allow adjustment of autoscale settings * warn if user specifies min_size 1 * disallow min_size 1 on pool create * calcula

[pve-devel] [PATCH manager v2 5/8] ceph: gui: rework pool input panel

2020-11-24 Thread Alwin Antreich
* add the ability to edit an existing pool * allow adjustment of autoscale settings * warn if user specifies min_size 1 * disallow min_size 1 on pool create * calculate min_size replica by size Signed-off-by: Alwin Antreich --- www/manager6/ceph/Pool.js | 276 ++--