Re: [rhel6-branch] Prevent root-on-xfs (#498002).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 29 Apr 2010, Ales Kozumplik wrote:

Tested, works for both gui install and ks install. Note that we don't
support XFS at all on i386, just x86_64.
---
storage/__init__.py |    5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/storage/__init__.py b/storage/__init__.py
index 4ca4f7a..fb2829d 100644
--- a/storage/__init__.py
+++ b/storage/__init__.py
@@ -963,6 +963,11 @@ class Storage(object):
                            "for a normal %(productName)s install.")
                          % {'min': self.anaconda.backend.getMinimumSizeMB("/"),
                             'productName': productName})
+
+        if root and root.format.type == "xfs":
+            errors.append(_("Placing the root partition on an XFS "
+                            "filesystem is not supported in %s.") %
+                          productName)

        # livecds have to have the rootfs type match up
        if (root and


Ack.  Go ahead and push this one for rhel6-branch.

- -- David Cantrell <dcantrell@xxxxxxxxxx>
Red Hat / Honolulu, HI

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkvbOOAACgkQ5hsjjIy1Vkm2PwCg6cHmE+jBB75LBea740Xih/ce
rXEAoJokVhUhSlblU3A1CsO0xZpyqwpw
=clYP
-----END PGP SIGNATURE-----

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux