@cryptotaxi247 / infra / commits / 406a5981

bastion: fixup the mount of the ebsVolume

Graham Christensen committed Apr 20, 2021 at 15:24 UTC 406a59814df3e245143b8fbab60d138417f35852
1 file changed +2 -1
bastion/network.nix
+2 -1
@@ -167,8 +167,9 @@ in
167 fileSystems."/scratch" =
168 { autoFormat = true;
169 fsType = "ext4";
170 - device = "/dev/xvdh";
170 + device = "/dev/disk/by-id/nvme-Amazon_Elastic_Block_Store_vol05abc1e7f806e6c7d";
171 ec2.disk = resources.ebsVolumes.scratch;
172 + options = [ "nofail" ];
173 };
174
175 # work around releases taking too much memory