Skip to content

Commit

Permalink
Merge pull request #279 from dosaboy/dont-set-root-disk-volume-for-maas
Browse files Browse the repository at this point in the history
Don't set root-disk-source when using MAAS
  • Loading branch information
dosaboy authored Dec 12, 2024
2 parents 5545a99 + 741f0fd commit 921ee98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/generate_bundle_base
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fi

if [ -n "${MASTER_OPTS[MODEL_CONSTRAINTS]}" ]; then
juju set-model-constraints ${MASTER_OPTS[MODEL_CONSTRAINTS]}
else
elif ! ${MASTER_OPTS[HYPERCONVERGED_DEPLOYMENT]}; then
juju set-model-constraints root-disk-source=volume root-disk=20G
fi

Expand Down

0 comments on commit 921ee98

Please sign in to comment.