canonical / canonical/mongodb-operator
Mismatch between charm channel version and snap channel version
- Dominant language
- HCL
- Stars
- 14
- Forks
- 15
- Avg merge
- 9h 44m
- Merged PRs (30d)
- 17
Description
## Steps to reproduce
Install charm mongodb channel 6/stable
Check the installed snap version
## Expected behavior
That the channel used in the charm matches the channel used in the snap
## Actual behavior
```bash
# juju status | grep mongodb
mongodb active 1 mongodb 6/stable 199 yes
```
```bash
juju ssh mongodb/0 -- snap list | grep mongo
charmed-mongodb 6.0 123 6/edge canonical✓ held
```
## Versions
Operating system: Ubuntu Jammy
Juju: 3.6
Charm revision: 6/stable rev 199
Contributor guide
Research direction
Start by reproducing the mismatch with the Juju status and snap list commands in the issue, then trace how the MongoDB charm's 6/stable channel selects the snap channel. Done means installing charm revision 199 from 6/stable results in the expected matching snap channel.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- mongodb
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100