KVM on Fedora 26 Server edition
-
Yup
-
@scottalanmiller Good, because that's what I went with.
-
@fuznutz04 said in KVM on Fedora 26 Server edition:
@scottalanmiller Good, because that's what I went with.
LOL, sorry, was on the phone.
-
@scottalanmiller said in KVM on Fedora 26 Server edition:
@fuznutz04 said in KVM on Fedora 26 Server edition:
@scottalanmiller Good, because that's what I went with.
LOL, sorry, was on the phone.
No worries. My family is on me asking why Plex isn't available, so I just went with it.
-
@fuznutz04 said in KVM on Fedora 26 Server edition:
@scottalanmiller said in KVM on Fedora 26 Server edition:
@fuznutz04 said in KVM on Fedora 26 Server edition:
@scottalanmiller Good, because that's what I went with.
LOL, sorry, was on the phone.
No worries. My family is on me asking why Plex isn't available, so I just went with it.
LOL, can't live without that VM, apparently.
-
@scottalanmiller said in KVM on Fedora 26 Server edition:
@fuznutz04 said in KVM on Fedora 26 Server edition:
@scottalanmiller said in KVM on Fedora 26 Server edition:
@fuznutz04 said in KVM on Fedora 26 Server edition:
@scottalanmiller Good, because that's what I went with.
LOL, sorry, was on the phone.
No worries. My family is on me asking why Plex isn't available, so I just went with it.
LOL, can't live without that VM, apparently.
When it's bitter cold outside, and it's now dark at 5:00, they need their movies.
-
-
@tim_g said in KVM on Fedora 26 Server edition:
Why EXT4?
Is there something wrong using ext4 instead of xfs besides Red Hat/CentOS using it by default?
-
@black3dynamite said in KVM on Fedora 26 Server edition:
@tim_g said in KVM on Fedora 26 Server edition:
Why EXT4?
Is there something wrong using ext4 instead of xfs besides Red Hat/CentOS using it by default?
I have the same question.
-
@black3dynamite said in KVM on Fedora 26 Server edition:
@tim_g said in KVM on Fedora 26 Server edition:
Why EXT4?
Is there something wrong using ext4 instead of xfs besides Red Hat/CentOS using it by default?
As with everything, reverse the question - is there something right about it? XFS is faster and more stable. What does EXT4 have going for it? EXT4 is not a bad filesystem, but "not bad" isn't a reason to choose a filesystem. Which one is best for your environment? I don't know any server environments where EXT4 is good enough to be considered - because it would have to be meaningfully better than XFS in some area for that to be useful.
-
@scottalanmiller said in KVM on Fedora 26 Server edition:
@black3dynamite said in KVM on Fedora 26 Server edition:
@tim_g said in KVM on Fedora 26 Server edition:
Why EXT4?
Is there something wrong using ext4 instead of xfs besides Red Hat/CentOS using it by default?
As with everything, reverse the question - is there something right about it? XFS is faster and more stable. What does EXT4 have going for it? EXT4 is not a bad filesystem, but "not bad" isn't a reason to choose a filesystem. Which one is best for your environment? I don't know any server environments where EXT4 is good enough to be considered - because it would have to be meaningfully better than XFS in some area for that to be useful.
Looks like I just need to read up on ext4 vs xfs.
-
@fuznutz04 said in KVM on Fedora 26 Server edition:
@scottalanmiller said in KVM on Fedora 26 Server edition:
@black3dynamite said in KVM on Fedora 26 Server edition:
@tim_g said in KVM on Fedora 26 Server edition:
Why EXT4?
Is there something wrong using ext4 instead of xfs besides Red Hat/CentOS using it by default?
As with everything, reverse the question - is there something right about it? XFS is faster and more stable. What does EXT4 have going for it? EXT4 is not a bad filesystem, but "not bad" isn't a reason to choose a filesystem. Which one is best for your environment? I don't know any server environments where EXT4 is good enough to be considered - because it would have to be meaningfully better than XFS in some area for that to be useful.
Looks like I just need to read up on ext4 vs xfs.
Or just move on to XFS. It's a super rare case that you want anything else. Basically, always choose XFS unless you have a very clear reason to do something else. You'd have an edge case with your storage to want to even look at alternatives, and when you do BtrFS and ZFS are definitely more likely to be the case over EXT4, and JFS2, GFS2, OCFS, and others will compete heavily with EXT4.
-
@scottalanmiller said in KVM on Fedora 26 Server edition:
and when you do BtrFS and ZFS are definitely more likely to be the case over EXT4, and JFS2, GFS2, OCFS, and others will compete heavily with EXT4.
I almost did BtrFS + XFS (Btrfs in place of LVM) on my main laptop. I still want to somewhere just to compare.
-
@tim_g said in KVM on Fedora 26 Server edition:
@scottalanmiller said in KVM on Fedora 26 Server edition:
and when you do BtrFS and ZFS are definitely more likely to be the case over EXT4, and JFS2, GFS2, OCFS, and others will compete heavily with EXT4.
I almost did BtrFS + XFS (Btrfs in place of LVM) on my main laptop. I still want to somewhere just to compare.
I didn't even know that it had the hooks to allow that.
-
@scottalanmiller said in KVM on Fedora 26 Server edition:
@tim_g said in KVM on Fedora 26 Server edition:
@scottalanmiller said in KVM on Fedora 26 Server edition:
and when you do BtrFS and ZFS are definitely more likely to be the case over EXT4, and JFS2, GFS2, OCFS, and others will compete heavily with EXT4.
I almost did BtrFS + XFS (Btrfs in place of LVM) on my main laptop. I still want to somewhere just to compare.
I didn't even know that it had the hooks to allow that.
Yeah, when installing Fedora, if you select custom partitioning, you can select from the dropdown to use BtrFS instead of LVM, and you can still use XFS.
-
@tim_g said in KVM on Fedora 26 Server edition:
@scottalanmiller said in KVM on Fedora 26 Server edition:
@tim_g said in KVM on Fedora 26 Server edition:
@scottalanmiller said in KVM on Fedora 26 Server edition:
and when you do BtrFS and ZFS are definitely more likely to be the case over EXT4, and JFS2, GFS2, OCFS, and others will compete heavily with EXT4.
I almost did BtrFS + XFS (Btrfs in place of LVM) on my main laptop. I still want to somewhere just to compare.
I didn't even know that it had the hooks to allow that.
Yeah, when installing Fedora, if you select custom partitioning, you can select from the dropdown to use BtrFS instead of LVM, and you can still use XFS.
I never noticed that. Interesting.
-
@scottalanmiller said in KVM on Fedora 26 Server edition:
@fuznutz04 said in KVM on Fedora 26 Server edition:
@scottalanmiller said in KVM on Fedora 26 Server edition:
@black3dynamite said in KVM on Fedora 26 Server edition:
@tim_g said in KVM on Fedora 26 Server edition:
Why EXT4?
Is there something wrong using ext4 instead of xfs besides Red Hat/CentOS using it by default?
As with everything, reverse the question - is there something right about it? XFS is faster and more stable. What does EXT4 have going for it? EXT4 is not a bad filesystem, but "not bad" isn't a reason to choose a filesystem. Which one is best for your environment? I don't know any server environments where EXT4 is good enough to be considered - because it would have to be meaningfully better than XFS in some area for that to be useful.
Looks like I just need to read up on ext4 vs xfs.
Or just move on to XFS. It's a super rare case that you want anything else. Basically, always choose XFS unless you have a very clear reason to do something else. You'd have an edge case with your storage to want to even look at alternatives, and when you do BtrFS and ZFS are definitely more likely to be the case over EXT4, and JFS2, GFS2, OCFS, and others will compete heavily with EXT4.
Sure, but without reading up on all of those, he'll never know when to use something other than XFS, which is all I think he was getting at.
-
@dashrender said in KVM on Fedora 26 Server edition:
@scottalanmiller said in KVM on Fedora 26 Server edition:
@fuznutz04 said in KVM on Fedora 26 Server edition:
@scottalanmiller said in KVM on Fedora 26 Server edition:
@black3dynamite said in KVM on Fedora 26 Server edition:
@tim_g said in KVM on Fedora 26 Server edition:
Why EXT4?
Is there something wrong using ext4 instead of xfs besides Red Hat/CentOS using it by default?
As with everything, reverse the question - is there something right about it? XFS is faster and more stable. What does EXT4 have going for it? EXT4 is not a bad filesystem, but "not bad" isn't a reason to choose a filesystem. Which one is best for your environment? I don't know any server environments where EXT4 is good enough to be considered - because it would have to be meaningfully better than XFS in some area for that to be useful.
Looks like I just need to read up on ext4 vs xfs.
Or just move on to XFS. It's a super rare case that you want anything else. Basically, always choose XFS unless you have a very clear reason to do something else. You'd have an edge case with your storage to want to even look at alternatives, and when you do BtrFS and ZFS are definitely more likely to be the case over EXT4, and JFS2, GFS2, OCFS, and others will compete heavily with EXT4.
Sure, but without reading up on all of those, he'll never know when to use something other than XFS, which is all I think he was getting at.
The point being, itβs a ridiculously special case. Approaching never.