Honza Žerdík

Results 12 issues of Honza Žerdík

Resolves: rhbz#2095829 Signed-off-by: Jan Zerdik

Resolves: rhbz#2118786 Signed-off-by: Jan Zerdik

TuneD is listening on paths specified in config in option unix_socket_paths and send signals to paths in option unix_socket_signal_paths. Example call: ssock_file = "/tmp/tuned_socket" csock_file = "/tmp/tuned_socket_client" if os.path.exists(csock_file): os.remove(csock_file)...

Adding new flag +f to modules plugin. This flag force storing of options of module even when this module is not present and lowers log level in this situation. This...

perf module does not close it's file descriptors and it seams there is no better/nicer interface in python. Resolves: rhbz#2080227 Signed-off-by: Jan Zerdik

Resolves: rhbz#1645119 Signed-off-by: Jan Zerdik

This commit add support for cgroup v2 to scheduler plugin. Resolves: rhbz#1874596 Signed-off-by: Jan Zerdik