Skip to content

Commit

Permalink
Install acl for setfacl
Browse files Browse the repository at this point in the history
This package was included in Hetzner but not in Leaseweb. Therefore, we
had to make this change to support the Leaseweb as a provider.
  • Loading branch information
furkansahin committed Apr 26, 2024
1 parent df6bb0b commit 00bea9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rhizome/host/bin/prep_host.rb
Expand Up @@ -90,7 +90,9 @@

# For qemu-image convert and mcopy for cloud-init with the nocloud
# driver.
r "apt-get -y install qemu-utils mtools"
# acl is for setfacl, which is used to set permissions and not installed
# by default in Leaseweb servers.
r "apt-get -y install qemu-utils mtools acl"

# We need nvme-cli to inspect installed NVMe cards in prod servers when
# looking into I/O performance issues.
Expand Down

0 comments on commit 00bea9e

Please sign in to comment.