cockpit
cockpit copied to clipboard
Set minimal size when resizing a filesystem
When resizing a filesystem, especially shrinking I can set the slider to 1 or 10 MB. Obviously filesystems have a minimal size but we also need to account for the data on the existing filesystem. So an idea would be to set a minimal size required when we open the resize dialog. Something like $used_space + 512MB to account for FS metadata?