We have a filesystem, on LVM, created as ext2
- and in daily use running 8-10 webservers (software, tempfiles, logfiles).
The discs are "local" to the OS, but are really SAN disks provided to the VmWare ESX server. Our "server" is a virtual server running RedHat 6.
The disk size is 56GB, about 26GB usage (varies).
The log files are the most active, and ranges from some 10kb up to 2GB.
Lifetime writes (since august 2012) are about 23 TB (yes, Tera) according to tune2fs
.
With regards to the filesystem (not the process) - What would be the pros and cons with upgrading from ext2
to ext4
vs creating av new filesystem as ext4
, copying and switching to the new disk?
We will go to ext4
, and will probably create a new fs and copy - since disk is not an issue, but will an upgrade give us the same - and will files and directories created before the upgrade be changed?
If there will be a difference between the old and the new files: What will de difference be?