0
votes
0
comments
987
views

Why does a yum package update replaces my yum-cron config files?

0 votes, 0.00 avg. rating (0% score)
Usually, when applying package updates via yum update, rpm is ‘intelligent’ enough to respect my changes to configuration files under /etc. (It basically looks at the mtime, compares it and depending on the outcome replaces the file with the new version, or just puts the new version beside it.) But with one of the last […]
0
votes
0
comments
880
views

How do I configure RAID 5, especially stripe size, with 24 x 1.2 TB drives for CentOS 6?

0 votes, 0.00 avg. rating (0% score)
For a Dell R920 with 24 x 1.2TB disks (and 1TB RAM), I’m looking to set up a RAID 5 configuration for fast IO. The server will be used to host KVM VMs that will be reading/writing files of all sizes, including very large files. I am not terribly interested in data safety because if […]