Even this article title says "POTENTIAL" release. I am not even sure it is signed? They are still doing QA, it will be a week or two before GA Before you rush to 7.0 after 6.5 - things you are going to have to learn because they change everything: systemd replaces init.d grub2 replaces grub xfs is now default over ext4 filesystem ( many, many people dislike systemd, it is somewhat anti-linux in nature ) No more easy…
CentOS 7 potential release
21–30 of 57 posts
Re: CentOS 7 potential release
#22Even this article title says "POTENTIAL" release. I am not even sure it is signed? They are still doing QA, it will be a week or two before GA Before you rush to 7.0 after 6.5 - things you are going to have to learn because they change everything: systemd replaces init.d grub2 replaces grub xfs is now default over ext4 filesystem ( many, many people dislike systemd, it is somewhat anti-linux in nature ) No more easy…
No more easy editing/understanding grub.conf True, the grub2 config is horrible. No more easy to understand /etc/init.d It's a bit more complicated, but not too bad: Instead of "/etc/init.d/thing restart" you type "systemctl restart thing" Instead of chkconfig --list, you type "systemctl list-dependencies" Writing the equivalent script with systemd is much cleaner with less hacks, particularly for launching as differ…
http://openbenchmarking.org/prospect/1305166-UT-FILESYSTE20/...
Re: CentOS 7 potential release
#23Re: CentOS 7 potential release
#24Even this article title says "POTENTIAL" release. I am not even sure it is signed? They are still doing QA, it will be a week or two before GA Before you rush to 7.0 after 6.5 - things you are going to have to learn because they change everything: systemd replaces init.d grub2 replaces grub xfs is now default over ext4 filesystem ( many, many people dislike systemd, it is somewhat anti-linux in nature ) No more easy…
XFS is a dealbreaker for me. Nothing but bad experiences with that particular FS, especially when the filecount goes up.
Re: CentOS 7 potential release
#25Even this article title says "POTENTIAL" release. I am not even sure it is signed? They are still doing QA, it will be a week or two before GA Before you rush to 7.0 after 6.5 - things you are going to have to learn because they change everything: systemd replaces init.d grub2 replaces grub xfs is now default over ext4 filesystem ( many, many people dislike systemd, it is somewhat anti-linux in nature ) No more easy…
XFS is a dealbreaker for me. Nothing but bad experiences with that particular FS, especially when the filecount goes up.
Re: CentOS 7 potential release
#26Earlier quoted context omitted.
Thanks for posting this. That's what i was expecting. Does any of that really improve my day? Nope. In fact most of it makes it worse and adds friction. More cogs turning in different directions. Will keep our devops stuff on CentOS 6.5 for at least another 4 years...
Will keep our devops stuff on CentOS 6.5 for at least another 4 years... What if someone needs one of the newer packages provided by RHEL7?
Re: CentOS 7 potential release
#27Re: CentOS 7 potential release
#28Re: CentOS 7 potential release
#29Earlier quoted context omitted.
You don't like systemd but it's probably time to accept the fact that it has "won". Most major distros including Debian is switching to it so it will get harder and harder to avoid. Might as well make the effort to learn it now.
Technically I don't have to accept it until 2020 ;-) (and FreeBSD has declared they will never use it, which to be fair is easy for them to declare since they cannot use it because it requires posix) (correction: not posix, cgroups and udev)
Re: CentOS 7 potential release
#30Earlier quoted context omitted.
No more easy editing/understanding grub.conf True, the grub2 config is horrible. No more easy to understand /etc/init.d It's a bit more complicated, but not too bad: Instead of "/etc/init.d/thing restart" you type "systemctl restart thing" Instead of chkconfig --list, you type "systemctl list-dependencies" Writing the equivalent script with systemd is much cleaner with less hacks, particularly for launching as differ…
I'll wait for more benchmarks to be certain but this database test of the 3.10 kernel (which 7 uses) of XFS vs EXT4 is not promising: http://openbenchmarking.org/prospect/1305166-UT-FILESYSTE20/...
In fact, here's an article on the SUSE blog from a year ago discussing why XFS is a great choice for enterprise:
https://www.suse.com/communities/conversations/xfs-the-file-...