Skip to content

Commit

Permalink
Adjust ceph-osd deployment to use juju==3.5.2.0 definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Jul 26, 2024
1 parent 7bac8e5 commit d5e5e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/integration/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2484,8 +2484,8 @@ async def ceph_apps(model, tools):
channel=ceph_charms_channel,
)
cs = {
"osd-devices": {"size": 8 * 1024, "count": 1},
"osd-journals": {"size": 8 * 1024, "count": 1},
"osd-devices": "8G,1",
"osd-journals": "8G,1",
}
log.info("deploying ceph osd")
ceph_osd = await model.deploy(
Expand Down

0 comments on commit d5e5e6a

Please sign in to comment.