Skip to content

Commit bd7574a

Browse files
committed
undo change of default value
1 parent 230039a commit bd7574a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cvmfs_force_unmount: false
3030
# according to cvmfs_client_pv_name, cvmfs_client_vg_name, and
3131
# cvmfs_client_lv_name as described below. If false, you will need to
3232
# configure the cache storage yourself instead, and also ensure it is the required size.
33-
cvmfs_client_configure_storage: false
33+
cvmfs_client_configure_storage: true
3434

3535
# If this block device name is defined, then a volume group, logical volume, and filesystem will be created on it.
3636
# If it is not defined, then a volume group is assumed to already exist and will be used instead.

molecule/default/converge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
roles:
1313
- role: cvmfs_contrib.cvmfs_client
1414
vars:
15+
cvmfs_client_configure_storage: false
1516
cvmfs_cache_size: "1000" # small cache size for CI
1617
cvmfs_http_proxy: "DIRECT"
1718
cvmfs_configuration:

0 commit comments

Comments
 (0)