Andrei Kvapil
Andrei Kvapil
Hi @ghernadi thank you for investigating, but seems I was wrong here, here is my pvc: ```yaml apiVersion: v1 kind: PersistentVolumeClaim metadata: name: prime-dbabbeef-a3f4-412e-aec6-cdbc8acd2c05 spec: accessModes: - ReadWriteMany resources: requests:...
It seems there is a bug (or feature?) in CDI. It expects that volume will have exact size that requested in PVC. Personally I don't see the problem if the...
I think LINSTOR should create drives with exact requested size from PVC, if it is not possible due to technical limitations, it should at least report correct usable_size into created...
Interesting, could you try adding new field and show output of `talm apply -f --dry-run`?
Okay then this PR is up for consideration I was just thinking if there are no other cases like that, when kernel-headers demands on anything from `/usr/lib`? If not, we...
Hey @7h3-3mp7y-m4n thanks for your contribution! Could you please open another PR to Talm repository? https://github.com/cozystack/talm I think this might be more correct plase for storing this script
Dunno, we are always use: ```yaml resources: requests: ephemeral-storage: 50Mi ``` for every pod definition. Piraeus workloads have no this specified. Doc ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#setting-requests-and-limits-for-local-ephemeral-storage
@nbykov0 hey, could you please squash commits before the merge?