diff options
Diffstat (limited to 'doc/examples/posix-locks.vol')
| -rw-r--r-- | doc/examples/posix-locks.vol | 7 | 
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/examples/posix-locks.vol b/doc/examples/posix-locks.vol index b9c9e7a64..673afa3f8 100644 --- a/doc/examples/posix-locks.vol +++ b/doc/examples/posix-locks.vol @@ -1,10 +1,10 @@ -  volume brick    type storage/posix                   # POSIX FS translator    option directory /home/export        # Export this directory  end-volume -### 'Posix-locks' feature should be added on the server side (as posix volume as subvolume) because it contains the actual file.  +# 'Posix-locks' feature should be added on the server side. +  volume p-locks    type features/posix-locks    subvolumes brick @@ -13,8 +13,7 @@ end-volume  volume server    type protocol/server -  subvolumes p-locks brick +  subvolumes p-locks    option transport-type tcp -  option auth.addr.brick.allow 192.168.* # Allow access to "brick" volume    option auth.addr.p-locks.allow 192.168.* # Allow access to "p-locks" volume  end-volume  | 
