--- storage/formats/fs.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/storage/formats/fs.py b/storage/formats/fs.py index 539a344..8aec9d8 100644 --- a/storage/formats/fs.py +++ b/storage/formats/fs.py @@ -1063,6 +1063,9 @@ class JFS(FS): _supported = False _dump = True _check = True + _infofs = "jfs_tune" + _defaultInfoOptions = ["-l"] + _existingSizeFields = ["Aggregate block size:", "Aggregate size:"] @property def supported(self): -- 1.6.2.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list