Andreas Lindhé

Results 105 issues of Andreas Lindhé

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior If an object is changed, Fleet detects the diff but does...

kind/bug

### Summary It seems like `na_ontap_snapshot_policy` is not idempotent. When a snapshot policy already exists, the task fails rather than making changes or skipping the execution. ### Component Name netapp.ontap.na_ontap_snapshot_policy...

This list comprehension is incorrect: ![image](https://github.com/user-attachments/assets/d1d07840-bad8-43da-aab2-c1f65a975b4f) https://jinja.palletsprojects.com/en/latest/templates/#jinja-filters.selectattr It says `u for user in users` when it should be `user for user in users` (I'm pretty sure). Tried to find it...

### The problem I'm trying to import a blueprint from GitHub in the Android app. It fails to render a preview and does not let me proceed with adding it....

integration: my

### The problem There seems to be duplicate devices registered in the "Default Lightlink Group" (what that is, I am unsure of) in ZHA. ![image](https://github.com/home-assistant/core/assets/7773090/e5ada290-59be-47e1-94e1-c7105f08b9df) ### What version of Home...

integration: zha

This change attempts to clarify what exactly the Force sync option does. I have a handful of issues with the current description: - Most of all, I would really like...

### Description of the change This change lets users opt-in to automatically initialize snapshot repositories and snapshot policies in OpenSearch using a post-install chart hook. ### Benefits Before this change,...

verify
in-progress
opensearch

### Name and Version bitnami/opensearch 1.3.4 ### What is the problem this feature will solve? To enable consistent backups, OpenSearch uses [Snapshots](https://opensearch.org/docs/latest/tuning-your-cluster/availability-and-recovery/snapshots/index/). It is pretty easy to configure snapshots using...

triage
feature-request
opensearch

**Is your feature request related to a problem? Please describe.** When creating new clusters based on an [RKE2 Cluster Template](https://ranchermanager.docs.rancher.com/v2.7/how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates#rke2-cluster-template), the resulting Helm releases gets names like these: ```console $...

kind/enhancement