walters added a new comment to an issue you are following: `` I swear we were defaulting to XFS before, but I may have been confused by the fact that it's hardcoded in the cloud kickstart.
Any objections to backporting this to f26?
``` diff --git a/installclass_atomic.py b/installclass_atomic.py index cce1470..7363360 100644 --- a/installclass_atomic.py +++ b/installclass_atomic.py @@ -36,6 +36,7 @@ class AtomicInstallClass(FedoraBaseInstallClass): name = "Atomic Host" sortPriority = 11000 hidden = False + defaultFS = "xfs"
def setDefaultPartitioning(self, storage): # 3GB is obviously arbitrary, but we have to pick some default. ```
(We could also consider backporting unified storage) ``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/281