Skip to content

Commit

Permalink
Don't set root-disk-source when using MAAS
Browse files Browse the repository at this point in the history
  • Loading branch information
dosaboy committed Dec 3, 2024
1 parent 510a665 commit 741f0fd
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 741f0fd

Please sign in to comment.