mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 16:35:33 +02:00
[PR #248] [MERGED] fix: groupdel: false positive in lock contention detection #344
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#344
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ovh/the-bastion/pull/248
Author: @speed47
Created: 9/24/2021
Status: ✅ Merged
Merged: 9/28/2021
Merged by: @speed47
Base:
master← Head:falsepositive📝 Commits (1)
ae23ea1fix: groupdel: false positive in lock contention detection📊 Changes
1 file changed (+8 additions, -3 deletions)
View changed files
📝
lib/perl/OVH/Bastion/os.inc(+8 -3)📄 Description
Groups that were containing 'lock' or 'retry' in their name
would falsely trigger the /etc/passwd and /etc/group lock
contention detection, due to their presence in the output of
the system command, implying several retries that were not
needed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.