Skip to content

Commit

Permalink
Merged PR 6349791: [ci] Update nfs server to fix agent issue
Browse files Browse the repository at this point in the history
[ci] Update nfs server to fix agent issue
  • Loading branch information
liushilongbuaa committed Jul 19, 2022
1 parent ec627ea commit 45c0f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/init-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ steps:
# Mount nfs
sudo mkdir /nfs
sudo mount -t nfs -o sec=sys,vers=4.1 172.16.131.132:/vol1 /nfs
sudo mount -t nfs -o sec=sys,vers=4.1 172.16.17.4:/nfs-int /nfs
sudo chown nobody /nfs
sudo chmod u=rwx,g=rwx,o=r /nfs
df -h
Expand Down

0 comments on commit 45c0f01

Please sign in to comment.