Konstantin Khlebnikov
Konstantin Khlebnikov
Weighted cookie allows to reclaim space before inserting new value. This helps to avoid temporary overcommit. Cookie weight don't have to exactly match weight of final value, and could be...
Add slot location option for enabling disk quota for sandbox directories. It is implemented as user disk quota or as porto (project) quota volume. Root volume quota works independently but...
"operation_options" works as patch for all operation options. I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Subj. Looks line now it does full-cluster restart.
Do osbuilder rootfs cleanup inside docker when it have root permissions. Add osbuilder "invalidate-rootfs" makefile target to rebuild image from scratch. Fix passing "OS_VERSION" and fix default in "versions.yaml". It...
Operation command is executed as shell script. https://ytsaurus.tech/docs/en/user-guide/data-processing/operations/operations-options#user_script_options Posix shell has a confusing behavior for non-binary executable files without "#!" -- it silently executes them as a script: https://linux.die.net/man/1/bash >...