[PATCH 2/3] Remove requirement for btrfsctl which no longer exists. (#1012504)

David Lehman dlehman at redhat.com
Wed Oct 23 19:42:59 UTC 2013


We aren't supporting btrfs resize now anyway, so this only serves to
make the supported property correctly return True for btrfs during
OS installation.
---
 blivet/formats/fs.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/blivet/formats/fs.py b/blivet/formats/fs.py
index 13896c9..04270f0 100644
--- a/blivet/formats/fs.py
+++ b/blivet/formats/fs.py
@@ -1028,7 +1028,6 @@ class BTRFS(FS):
     _type = "btrfs"
     _mkfs = "mkfs.btrfs"
     _modules = ["btrfs"]
-    _resizefs = "btrfsctl"
     _formattable = True
     _linuxNative = True
     _maxLabelChars = 256
-- 
1.8.1.4



More information about the anaconda-patches mailing list