-
Notifications
You must be signed in to change notification settings - Fork 2k
[BUG] DEB systemd test failed as swap syscall not being blocked #18083
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @kumargu @RajatGupta02 could you take a look on this? This is particularly showing up on DEB only, not on rpm. Thanks. |
It looks like swap might not be enabled on all DEBs which fails the assertions. could we check the existence of The existence of
|
DEB seems very easy to stop the cluster after systemctl start:
|
Three steps:
Thanks. |
With #18114, both deb/rpm will fail with this error:
The thing is, This location is not existing by the start of the cluster and will only be created when PA is invoke, which could be the cause as the folder is not even there. Thanks. |
By changing from |
Will fix these, actually not taking effect due to systemd file does not interpret # after first char:
|
Working copy:
|
Resolved by #18148 therefore close the issue: Thanks. |
Describe the bug
[BUG] DEB systemd test failed as swap syscall not being blocked
Thanks.
Related component
Other
To Reproduce
See above
Expected behavior
See above
Additional Details
See above
The text was updated successfully, but these errors were encountered: