Skip to content

Commit

Permalink
test: fix disk config partition overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
codefiles committed Jan 7, 2025
1 parent e1f87da commit 11c329a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/data/test_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"value": 512
},
"unit": "GiB",
"value": 20
"value": 32
},
"mount_options": [],
"mountpoint": "/",
Expand All @@ -76,7 +76,7 @@
"value": 512
},
"unit": "GiB",
"value": 100
"value": 32
},
"mount_options": [],
"mountpoint": "/home",
Expand All @@ -86,8 +86,8 @@
"unit": "B",
"value": 512
},
"unit": "GiB",
"value": 20
"unit": "MiB",
"value": 33281
},
"status": "create",
"type": "primary"
Expand Down

0 comments on commit 11c329a

Please sign in to comment.