summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--storage/formats/fs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/formats/fs.py b/storage/formats/fs.py
index cff52d3a4..c6153a412 100644
--- a/storage/formats/fs.py
+++ b/storage/formats/fs.py
@@ -918,7 +918,7 @@ class XFS(FS):
_maxSize = 16 * 1024 * 1024
_formattable = True
_linuxNative = True
- _supported = False
+ _supported = True
_dump = True
_check = True
_packages = ["xfsprogs"]