Vasily Oleynikov

Results 28 issues of Vasily Oleynikov

Now cleanup works only if disk high usage more than 70%, but ignore inode usage. It's a problem, if there is low amount of inodes on disk, and disk recreation...

type: enhancement
priority: low

While using context in --synchronization, parser cannot parse context if it contains @. For example, if there is something like kubernetes://myshinenamespace:kubernetes-admin@kubernetes, parser trying to get base64 config_data from "kubernetes", and...

type: bug

Hello Can you please add support for non-increasing OIDs? (like -Cc key for snmpwalk) This is sometimes needed for situation like this: $ snmpwalk -v2c -c private 10.90.90.90 1.0.8802.1.1.2.1.4.1.1.7 iso.0.8802.1.1.2.1.4.1.1.7.286983865.1.49...

### Before proceeding - [X] I didn't find a similar [issue](https://github.com/werf/werf/issues) ### Version v1.2.140+fix2 ### How to reproduce 1. Set werf.yaml ``` project: emby configVersion: 1 --- image: emby from:...

type: bug
priority: normal

Fix logical backup job toleration (now cluster and operator-wide instructions will be not ignored) In fact, it solves [this](https://github.com/zalando/postgres-operator/issues/1288) issue (tolerations will be copied from postgresql object or from operator...

### Preflight Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/deckhouse/deckhouse/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://github.com/deckhouse/deckhouse/issues) for an issue that...

area/monitoring
source/internal-client

If there is not enough online nodes in cluster, no TieBreaker created for resources with replica factor 2. If no TieBreaker, in this case (or it wasn't created because any...

Just trying to create volume 100+ GB ``` --- apiVersion: v1 kind: PersistentVolumeClaim metadata: name: largepvc namespace: default spec: storageClassName: "linstor-store-r2" accessModes: - ReadWriteOnce resources: requests: storage: 200Gi --- apiVersion:...

## Description Added LVM thin provisioning setting ## Why do we need it, and what problem does it solve? We want to have disable LVM thin provisioning possibility ## What...

enhancement