[PATCH 04/17] Mark BTRFSDevice as not resizable.

David Lehman dlehman at redhat.com
Thu Jun 5 16:47:24 UTC 2014


---
 blivet/devices.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/blivet/devices.py b/blivet/devices.py
index cdd0642..c371262 100644
--- a/blivet/devices.py
+++ b/blivet/devices.py
@@ -4614,6 +4614,7 @@ class BTRFSDevice(StorageDevice):
     """ Base class for BTRFS volume and sub-volume devices. """
     _type = "btrfs"
     _packages = ["btrfs-progs"]
+    _resizable = False
 
     def __init__(self, *args, **kwargs):
         """ Passing None or no name means auto-generate one like btrfs.%d """
-- 
1.9.0



More information about the anaconda-patches mailing list