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 29, 2024
1 parent 949e1b7 commit dc43e1b
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 dc43e1b

Please sign in to comment.