Locally sort remote group information, to prevent differences in sort output. #367
No reviewers
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ungleich-public/cdist#367
Loading…
Reference in a new issue
No description provided.
Delete branch "mark/cdist:__user_groups-sort"
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?
Our current cdist system is running Debian 11. When configuring a Debian 12 system, we ran into a problem with the
__user_groups
type. This type sorts groups in the explorer and other group info in the gencode-remote on the cdist server. After some searching we observed the following.Debian 11:
Debian 12:
It seems sort has different policy when upgrading from coreutils 8.32 to 9.1.
To prevent such a thing happening, it might be best to sort everything cdist side and not split over client and server.
Regards,
Mark
LGTM, Thanks!