Skip to content

Commit aab1004

Browse files
committed
Comment out optional settings
1 parent 6e05c14 commit aab1004

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/10-storage.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
; nodes (read access is required, worker nodes don't need to be able to write)
1616
;
1717
; For RPM installations, /etc/osg/wn-client is the correct location
18-
grid_dir = /etc/osg/wn-client/
18+
;grid_dir = /etc/osg/wn-client/
1919

2020
; The app_dir setting should point to the directory which contains the VO
2121
; specific applications. It corresponds to the OSG_APP environment variable
@@ -29,7 +29,7 @@ grid_dir = /etc/osg/wn-client/
2929
; least 755 or 1755 permissions).
3030
;
3131
; This setting is optional.
32-
app_dir = UNAVAILABLE
32+
;app_dir = UNAVAILABLE
3333

3434
; The data_dir setting should point to a directory that can be used to store
3535
; and stage data in and out of the cluster. It corresponds to the OSG_DATA
@@ -39,7 +39,7 @@ app_dir = UNAVAILABLE
3939
; nodes.
4040
;
4141
; This setting is optional.
42-
data_dir = UNAVAILABLE
42+
;data_dir = UNAVAILABLE
4343

4444
; The worker_node_temp directory should point to a directory that can be used
4545
; as scratch space on compute nodes, it should allow read and write access on the
@@ -56,10 +56,10 @@ worker_node_temp = UNAVAILABLE
5656
; be read to stage in data, this is an url if you are using a SE
5757
;
5858
; This setting is optional.
59-
site_read = UNAVAILABLE
59+
;site_read = UNAVAILABLE
6060

6161
; The site_write setting should be the location or url to a directory that can
6262
; be write to stage out data, this is an url if you are using a SE
6363
;
6464
; This setting is optional.
65-
site_write = UNAVAILABLE
65+
;site_write = UNAVAILABLE

0 commit comments

Comments
 (0)