Obsoleted by statvfs() patch.
On 03/15/2009 08:22 AM, David Lehman wrote:
On Fri, 2009-03-13 at 18:09 -1000, David Cantrell wrote:
---
storage/formats/fs.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Looks good.
diff --git a/storage/formats/fs.py b/storage/formats/fs.py
index a65f010..481c6a9 100644
--- a/storage/formats/fs.py
+++ b/storage/formats/fs.py
@@ -951,6 +951,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):
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
--
David Cantrell <dcantrell@xxxxxxxxxx>
Red Hat / Honolulu, HI
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list