views: enable client partitioning without cache

Remove the check that disables creating a client without cache.
This is the initial step towards unicast restoration support.
master
Alejandro Sirgo Rica 2024-06-06 17:21:35 +02:00
parent 26785aa88b
commit 81c4c73498
1 changed files with 0 additions and 4 deletions

View File

@ -658,10 +658,6 @@ def action_setup_modify():
flash(_('Partitions can\'t have a size of zero or lower'), category='error')
return redirect(url_for('commands'))
if cache_count == 0:
flash(_(f'Missing cache partition'), category='error')
return redirect(url_for('commands'))
if cache_count > 1:
flash(_(f'More than one cache partition is not supported'), category='error')
return redirect(url_for('commands'))