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 a7d7ac0 commit 6e8de01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rhizome/host/bin/prep_host.rb
Original file line number Diff line number Diff line change
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 6e8de01

Please sign in to comment.