diff options
author | Vitaly Kuznetsov <[email protected]> | 2021-11-23 14:59:53 +0100 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2021-11-26 08:14:20 -0500 |
commit | 908fa88e420f30dde6d80f092795a18ec72ca6d3 (patch) | |
tree | 35b40b49385269e6771ba28382841b6bfc66dab9 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | feb627e8d6f69c9a319fe279710959efb3eba873 (diff) |
KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILE
With the elevated 'KVM_CAP_MAX_VCPUS' value kvm_create_max_vcpus test
may hit RLIMIT_NOFILE limits:
# ./kvm_create_max_vcpus
KVM_CAP_MAX_VCPU_ID: 4096
KVM_CAP_MAX_VCPUS: 1024
Testing creating 1024 vCPUs, with IDs 0...1023.
/dev/kvm not available (errno: 24), skipping test
Adjust RLIMIT_NOFILE limits to make sure KVM_CAP_MAX_VCPUS fds can be
opened. Note, raising hard limit ('rlim_max') requires CAP_SYS_RESOURCE
capability which is generally not needed to run kvm selftests (but without
raising the limit the test is doomed to fail anyway).
Signed-off-by: Vitaly Kuznetsov <[email protected]>
Message-Id: <[email protected]>
[Skip the test if the hard limit can be raised. - Paolo]
Reviewed-by: Sean Christopherson <[email protected]>
Tested-by: Sean Christopherson <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions