From f116d046f6e79c5400ebb0bdce5d8f4cf33b1015 Mon Sep 17 00:00:00 2001 From: Antoine Eiche Date: Thu, 21 Mar 2019 10:04:07 +0100 Subject: openstackImage: set the / fsType to reenable root FS resizing Since 34234dcb511066dd1e4fe75d80ee89519a8c8001, the reisizefs tool is embeded only if the `fsType` starts with `ext`. The default `fsType` value is `auto`. --- nixos/modules/virtualisation/openstack-config.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/virtualisation/openstack-config.nix') diff --git a/nixos/modules/virtualisation/openstack-config.nix b/nixos/modules/virtualisation/openstack-config.nix index d5e862da0ea..c2da5d0d230 100644 --- a/nixos/modules/virtualisation/openstack-config.nix +++ b/nixos/modules/virtualisation/openstack-config.nix @@ -20,6 +20,7 @@ in config = { fileSystems."/" = { device = "/dev/disk/by-label/nixos"; + fsType = "ext4"; autoResize = true; }; -- cgit 1.4.1