Using PVE 8.4. For LVM iSCSI there is an option for wiped removed volumes. Ideally it would use discard instead, but appears to use /usr/bin/cstream -i /dev/zero which I guess is ok as not all devices support discard (but many do). Unfortunately it also has a -t option that limits it to a ridiculously low speed of 10MB/sec. If it's going to default to something, it show be something a bit more sane, like 100x that. Is there a way to switch it to either use discard instead, or to remove the limit and/or change it to something reasonable?