Skip to content

Commit

Permalink
fix builtin nfs server in test setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnweiger committed Feb 12, 2024
1 parent b6075dc commit 61e9a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/hetzner-deploy/deploy_oc10_apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ echo >> /etc/exports "/pub *(rw,insecure,no_root_squash,no_all_squash
exportfs -a
showmount -e localhost
# should now reflect the contents of /etc/exports
mkdir -p /var/www/owncloud/nfs-{hard,soft}-data
mkdir -p /var/www/nfs-{hard,soft}-data
mount -t nfs -o proto=tcp,hard localhost:/pub/data /var/www/nfs-hard-data # prone to freezing processes
mount -t nfs -o proto=tcp,soft,timeo=50,retrans=2 localhost:/pub/data /var/www/nfs-soft-data # prone to data loss
ls -la /var/www/nfs-*-data
Expand Down

0 comments on commit 61e9a04

Please sign in to comment.