The downtimes will be scheduled individually according to the agreed maintenance windows. We will inform the technical contacts about the exact times for their VMs in advance. Please write to our support if any reboot time does not fit.
Benefits of the new filesystem
The ext4 filesystem offers a number of advantages over the old ext3 filesystem:- Reduced filesystem check time: this means that both planned machine reboots and error recovery after outages will be sped up significantly.
- Large file handling: access to large files like ZODB databases require less system overhead.
- Large directory handling: file lookup in directories that contain a lot of files is more efficient.
- More subtle run-time optimizations like delayed allocation and others.
Except for the reboot, the change will be completely transparent.