Konstantin Shalygin
Konstantin Shalygin
backport tracker: https://tracker.ceph.com/issues/57887 --- backport of https://github.com/ceph/ceph/pull/48398 parent tracker: https://tracker.ceph.com/issues/57797 this backport was staged using ceph-backport.sh version 16.0.0.6848 find the latest version at https://github.com/ceph/ceph/blob/main/src/script/ceph-backport.sh
backport tracker: https://tracker.ceph.com/issues/57886 --- backport of https://github.com/ceph/ceph/pull/48398 parent tracker: https://tracker.ceph.com/issues/57797 this backport was staged using ceph-backport.sh version 16.0.0.6848 find the latest version at https://github.com/ceph/ceph/blob/main/src/script/ceph-backport.sh
backport tracker: https://tracker.ceph.com/issues/57843 --- backport of https://github.com/ceph/ceph/pull/48367 parent tracker: https://tracker.ceph.com/issues/57765 this backport was staged using ceph-backport.sh version 16.0.0.6848 find the latest version at https://github.com/ceph/ceph/blob/main/src/script/ceph-backport.sh
Currently, when certificate is valid, but for another domain - using exporter is impossible ```python Sep 29 18:24:43 host.example.com s3_exporter[59303]: time="2022-09-29T18:24:43+07:00" level=error msg="RequestError: send request failed\ncaused by: Get \"https://192.168.100.98:443/\": x509:...
Fixed RPM issue ``` TODO: Temporary fix for the build-id error during go.d plugin set up ``` With this changes `go.d.plugin` compiles from source, instead of logic download, compare sums...
### Problem _No response_ ### Description Currently `netdata` have metric ``` netdata_net_speed_kilobits_persec_average{chart="net_speed.gig0",family="gig0",dimension="speed"} 1000000.0000000 1679719048000 ``` This mean that "iface `gig0` connected on 1Gbit/sec phy speed" We need to know situation...
More granular blocking compared with 'route' action The main diffence is that possible to block single service port, instead of blocking whole IP address. How this works When `banaction` is...
Added `TLSRequireCert` option: when disabled (`no`), `LDAP_OPT_X_TLS_REQUIRE_CERT` policy is setted to 'never'. Resolve #65 Resolve #30
Hi, I was modify docker-compose to expose port 80 ```yaml version: "3.9" services: nginx: image: openkilt/openrepo:latest command: nginx restart: unless-stopped ports: - "80:80" depends_on: - "django" volumes: - ./openrepo-data:/var/lib/openrepo ```...
Hello. I find out that slave devices in bond LACP LAG can't be tuned via `ifup-local`. As I understand the exit after SLAVE key is for safety (ignore another options)....