← Back to team overview

curtin-dev team mailing list archive

[Merge] ~dbungert/curtin:fix-scsi-test into curtin:master

 

Dan Bungert has proposed merging ~dbungert/curtin:fix-scsi-test into curtin:master.

Commit message:
vmtests: fix basic_scsi.yaml running out of space



Requested reviews:
  curtin developers (curtin-dev)

For more details, see:
https://code.launchpad.net/~dbungert/curtin/+git/curtin/+merge/469237
-- 
Your team curtin developers is requested to review the proposed merge of ~dbungert/curtin:fix-scsi-test into curtin:master.
diff --git a/examples/tests/basic_scsi.yaml b/examples/tests/basic_scsi.yaml
index fd28bbe..426aa46 100644
--- a/examples/tests/basic_scsi.yaml
+++ b/examples/tests/basic_scsi.yaml
@@ -16,7 +16,7 @@ storage:
       - id: sda1
         type: partition
         number: 1
-        size: 3GB
+        size: 6GB
         device: sda
         flag: boot
       - id: sda2

Follow ups