Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unrecognized backend "file" status after deployment #13

Open
jneo8 opened this issue Dec 21, 2023 · 0 comments
Open

Unrecognized backend "file" status after deployment #13

jneo8 opened this issue Dec 21, 2023 · 0 comments

Comments

@jneo8
Copy link
Contributor

jneo8 commented Dec 21, 2023

After deployment of charm-duplicity using a juju bundle with this config:

[...]
duplicity:
charm: ch:bootstack-charmers-duplicity
num_units: 0
options:
backend: "file"
disable_encryption: true
[...]

Unit has entered blocked/idle state:

duplicity/0* blocked idle Unrecognized backend "file"

Debug log of the unit:
https://pastebin.ubuntu.com/p/7HcVFmY2MB/

Versions: charm revision 2, channel stable.

The workaround is to unset and set backend="file" again:

$ juju config duplicity backend=""
$ juju config duplicity backend="file"

duplicity/0* active idle 10.5.0.94 Ready

Running the same without clearing this config option first results in:
$ juju config duplicity backend="file"
WARNING the configuration setting "backend" already has the value "file"

And the status doesn't get cleared.

I managed to reproduce it with both bionic and focal on the primary unit.


Imported from Launchpad using lp2gh.

  • date created: 2022-04-20T15:34:29Z

  • owner: przemeklal

  • assignee: None

  • the launchpad url

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant