Skip to content

Commit

Permalink
CASMTRIAGE-3353 Allow <1TiB disks for OS and LUKs (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustydb authored May 17, 2022
1 parent 644a900 commit 4095183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0
1.10.1
2 changes: 1 addition & 1 deletion 90metalmdsquash/metal-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export metal_fsopts_xfs=noatime,largeio,inode64,swalloc,allocsize=13107
#
# Define the size that is considered to fit the "small" disk form factor. These
# usually serve critical functions.
export metal_disk_small=524288000000
export metal_disk_small=1048575999999

##############################################################################
# constant: metal_disk_large
Expand Down

0 comments on commit 4095183

Please sign in to comment.