Sebastian Marsching

Results 10 issues of Sebastian Marsching

[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=13951886) When trying to create a repair job with "Segments per node" (segmentCountPerNode) set to a number greater than 1000, the following error message is displayed: > "invalid...

low hanging fruit
zh:Icebox
help-wanted

In setups where some of the ports are not available (e.g. due to firewall rules, corporate policies, etc.) it is desirable to to not announce these ports as part of...

enhancement
needs testing

**Description** The changelog for 3007.0rc1 (2024-01-02) mentions that all Docker modules have been deprecated in favor of the Docker Salt Extension, but the specified link https://github.com/saltstack/saltext-docker is invalid (the destination...

Documentation
needs-triage

Fixes: http://tracker.ceph.com/issues/66073 `cephadm shell` (and possibly other sub-commands) would crash when there was an AppArmor profile that contained a space character in its name. This happened due to the code...

cephadm
wip-adk-testing

Recent versions of relenv (at least 0.15.0, 0.15.1, and 0.16.0) break `pip install` when used with the `--target` argument. This causes `salt-pip` not to work correctly when trying to install...

When specifying `--keyspace-metrics=ALL`, the following exception is raised when trying to retrieve the metrics: ``` WARN [prometheus-netty-pool-0] 2025-01-22 23:08:24,507 DefaultChannelPipeline.java:1152 - An exceptionCaught() event was fired, and it reached at...

The `cassandra_storage_hints_in_progress` metric cannot be a Prometheus counter because it may (and typically will) decrease. This PR closes #122.

The `cassandra_storage_hints_in_progress` is currently exposed as a metric of type counter. This is incorrect, because according to the specification of [Prometheus metric types](https://prometheus.io/docs/concepts/metric_types/), a counter must only ever increase and...

The newest version (0.9.14) of the agent seems to work fine with Cassandra 5.0, but there are a few additional steps that have to be taken when using it with...

**Description** There is a regresion in Salt 3007 (both 3007.0 and 3007.1) that causes the minion to not start correctly when IPv6 is enabled (`ipv6: true` is set in the...

bug