Skip to content

Commit

Permalink
bump the minimum disk size
Browse files Browse the repository at this point in the history
"Not enough disk space"

    Warning ProvisioningFailed 24m (x12 over 25m)
    rawfile.csi.openebs.io_ck-storage-rawfile-csi-node-4jj4x_8ffe9da2-1b1b-4170-bd00-784420373e61
    failed to provision volume with StorageClass "csi-rawfile-default":
    rpc error: code = ResourceExhausted desc = Not enough disk space
  • Loading branch information
nobuto-m committed Feb 12, 2025
1 parent f6e5f86 commit 5a9a47e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/single-node-guided.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
# https://canonical.com/microstack/docs/single-node-guided
echo CPU=4 >> "$GITHUB_ENV"
echo MEMORY=16 >> "$GITHUB_ENV"
echo DISK=50 >> "$GITHUB_ENV"
# LP: #2098076
echo DISK=100 >> "$GITHUB_ENV"
;;
*)
echo '::error:: Invalid hardware profile'
Expand Down

0 comments on commit 5a9a47e

Please sign in to comment.