Skip to content

Commit

Permalink
fix: do not warn in thinpool fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed Oct 8, 2024
1 parent 0f77b3c commit bdeb2b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudinit/config/cc_lxd.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ def handle(name: str, cfg: Config, cloud: Cloud, args: list) -> None:
except subp.ProcessExecutionError:
if init_cfg["storage_backend"] != "lvm":
raise
LOG.warning(
"cloud-init doesn't use thinpool by default on Ubuntu due to "
LOG.info(
"Cloud-init doesn't use thinpool by default on Ubuntu due to "
"LP #1982780. This behavior will change in the future.",
)
subp.subp(
Expand Down

0 comments on commit bdeb2b6

Please sign in to comment.