Commit Graph

6 Commits

Author SHA1 Message Date
srinathmatti a3c0d6374a
Update csi-nfs-controller.yaml
Host network is needed for controller as the controller pod initial tries to mount it to nfs to create a directory structure. And for this it wont be able to access the rpc.statd on the underlying host.  

Mounting command: mount
Mounting arguments: -t nfs -o hard,nfsvers=3 192.168.125.3:/FS-SDC-U-TB4-01 /tmp/pvc-aacf7ffe-922b-4aae-aed6-2828e0234d87
Output: mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
2021-01-18 13:16:41 +05:30
andyzhangx 473a7d3911 doc: change master branch image address 2020-12-27 03:21:44 +00:00
andyzhangx b85c0aafd7 chore: change port num 2020-11-19 03:40:11 +00:00
Jiaxun Song bfdc82f398 fix: make verify checks 2020-11-18 19:02:49 +00:00
andyzhangx 5e3a680165 doc: use quay images 2020-11-17 02:47:50 +00:00
Mayank Shah 69478752a9 CI: Add static checks in GH Actions
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-11-16 12:04:50 +05:30