Ensure systemd-udev is installed for gluster

We're relying on udev to exists for glusterfs since we're
applying overrides for it as well as attempting to restart.

While systemd-udev seems not being pre-installed in all CentOS
containers anymore.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/878926
Change-Id: Ia03ee4aeb381da00a538e3775b824f2a5ce4e01e
This commit is contained in:
Dmitriy Rabotyagov 2023-03-29 12:51:08 +02:00 committed by Dmitriy Rabotyagov
parent f40c418af2
commit afac01d955
1 changed files with 1 additions and 0 deletions

View File

@ -10,3 +10,4 @@ systemd_s3_packages:
systemd_glusterfs_packages:
- glusterfs
- glusterfs-fuse
- systemd-udev